
Classes | |
| class | BooleanProxy |
Public Member Functions | |
| String | displayString () |
| ERXBooleanSelector (WOContext context) | |
| boolean | isCheckbox () |
| boolean | isPopup () |
| boolean | isRadio () |
| String | noSelectionString () |
| NSArray< Boolean > | options () |
| NSArray< BooleanProxy > | proxyOptions () |
| Object | proxySelection () |
| void | reset () |
| void | setProxySelection (Object object) |
| String | uiMode () |
Public Attributes | |
| Boolean | _option |
| BooleanProxy | _proxy |
Private Attributes | |
| final NSArray< Boolean > | _options = new NSArray<Boolean>(new Boolean[] { Boolean.TRUE, Boolean.FALSE }) |
| final NSArray< BooleanProxy > | _proxyOptions = new NSArray<BooleanProxy>(new BooleanProxy[] { TRUE, FALSE }) |
| final NSArray< BooleanProxy > | _proxyOptionsWithNull = new NSArray<BooleanProxy>(new BooleanProxy[] { TRUE, FALSE, NULL}) |
Static Private Attributes | |
| static final BooleanProxy | FALSE = new BooleanProxy(Boolean.FALSE) |
| static final BooleanProxy | NULL = new BooleanProxy(null) |
| static final BooleanProxy | TRUE = new BooleanProxy(Boolean.TRUE) |
yesString the string to show for the "Yes" option noString the string to show for the "No" option noSelectionString the string to show for the "All" option selection the selected value
| ERXBooleanSelector | ( | WOContext | context | ) |
| String displayString | ( | ) |
| boolean isCheckbox | ( | ) |
| boolean isPopup | ( | ) |
| boolean isRadio | ( | ) |
| String noSelectionString | ( | ) |
| NSArray<Boolean> options | ( | ) |
| NSArray<BooleanProxy> proxyOptions | ( | ) |
| Object proxySelection | ( | ) |
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
| void setProxySelection | ( | Object | object | ) |
| String uiMode | ( | ) |
| Boolean _option |
final NSArray<Boolean> _options = new NSArray<Boolean>(new Boolean[] { Boolean.TRUE, Boolean.FALSE }) [private] |
final NSArray<BooleanProxy> _proxyOptions = new NSArray<BooleanProxy>(new BooleanProxy[] { TRUE, FALSE }) [private] |
final NSArray<BooleanProxy> _proxyOptionsWithNull = new NSArray<BooleanProxy>(new BooleanProxy[] { TRUE, FALSE, NULL}) [private] |
final BooleanProxy FALSE = new BooleanProxy(Boolean.FALSE) [static, private] |
final BooleanProxy NULL = new BooleanProxy(null) [static, private] |
final BooleanProxy TRUE = new BooleanProxy(Boolean.TRUE) [static, private] |
1.5.8