Inherited by ERD2WPickTypePageTemplate.

Public Member Functions | |
| WOComponent | cancelPage () |
| String | choiceDisplayKey () |
| String | choiceErrorMessage () |
| NSArray | choices () |
| String | displayName () |
| ERD2WPickTypePage (WOContext context) | |
| WOComponent | nextPage () |
| NSArray | selectedObjects () |
| Object | selection () |
| boolean | selectionManditory () |
| void | setCancelPage (WOComponent cp) |
| void | setChoices (NSArray choices) |
| void | setSelectedObjects (NSArray value) |
| void | setSelection (Object value) |
Public Attributes | |
| Object | item |
| NSMutableArray | selections = new NSMutableArray() |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERD2WPickTypePage.class) |
Private Attributes | |
| WOComponent | _cancelPage |
| NSArray | _choices |
| ERD2WPickTypePage | ( | WOContext | context | ) |
| WOComponent cancelPage | ( | ) |
Implements ERDPickPageInterface.
| String choiceDisplayKey | ( | ) |
| String choiceErrorMessage | ( | ) |
| NSArray choices | ( | ) |
| String displayName | ( | ) |
| WOComponent nextPage | ( | ) |
Reimplemented from ERD2WPage.
| NSArray selectedObjects | ( | ) |
Implements ERDPickPageInterface.
| Object selection | ( | ) |
| boolean selectionManditory | ( | ) |
| void setCancelPage | ( | WOComponent | cp | ) |
Implements ERDPickPageInterface.
| void setChoices | ( | NSArray | choices | ) |
Implements ERDPickPageInterface.
| void setSelectedObjects | ( | NSArray | value | ) |
Implements ERDPickPageInterface.
| void setSelection | ( | Object | value | ) |
WOComponent _cancelPage [private] |
NSArray _choices [private] |
| Object item |
final Logger log = Logger.getLogger(ERD2WPickTypePage.class) [static] |
logging support
Reimplemented from ERD2WPage.
| NSMutableArray selections = new NSMutableArray() |
1.5.8