
Public Member Functions | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| void | awake () |
| Object | cellpadding () |
| Object | cellspacing () |
| Object | currentItem () |
| ERXRadioButtonMatrix (WOContext aContext) | |
| Number | index () |
| void | invalidateCaches () |
| String | isCurrentItemSelected () |
| void | reset () |
| Object | selection () |
| void | setCurrentItem (Object aValue) |
| void | setIndex (Number newIndex) |
| void | setSelection (String anIndex) |
| void | takeValuesFromRequest (WORequest aRequest, WOContext aContext) |
| String | uniqueID () |
Protected Attributes | |
| Object | _selection |
| Object | currentItem |
| Number | index |
| Object | uniqueID |
Static Private Attributes | |
| static final Integer | DEFAULT_PADDING = ERXConstant.ZeroInteger |
| static final Integer | DEFAULT_SPACING = ERXConstant.ZeroInteger |
list uniqueID item selection maxColumns cellpadding cellspacing width cellAlign cellVAlign cellWidth tableOtherTagString
| ERXRadioButtonMatrix | ( | WOContext | aContext | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
| void awake | ( | ) |
| Object cellpadding | ( | ) |
| Object cellspacing | ( | ) |
| Object currentItem | ( | ) |
| void invalidateCaches | ( | ) |
| String isCurrentItemSelected | ( | ) |
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
| Object selection | ( | ) |
| void setCurrentItem | ( | Object | aValue | ) |
| void setIndex | ( | Number | newIndex | ) |
| void setSelection | ( | String | anIndex | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.takeValuesFromRequest.
| request | from which the values will be taken | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
Object _selection [protected] |
Object currentItem [protected] |
final Integer DEFAULT_PADDING = ERXConstant.ZeroInteger [static, private] |
final Integer DEFAULT_SPACING = ERXConstant.ZeroInteger [static, private] |
Object uniqueID [protected] |
1.5.8