
Public Member Functions | |
| NSDictionary | branch () |
| String | branchButtonLabel () |
| NSArray | branchChoices () |
| ERDBranchDelegateInterface | branchDelegate () |
| String | branchName () |
| String | cssForChoice () |
| ERDControllerButton (WOContext context) | |
| boolean | hasBranchChoices () |
| String | imageName () |
| boolean | isButton () |
| boolean | isFlyOver () |
| WOComponent | nextPageFromParent () |
| WOComponent | performAction () |
| void | reset () |
| void | setBranch (NSDictionary value) |
| void | validationFailedWithException (Throwable theException, Object theValue, String theKeyPath) |
Protected Attributes | |
| NSDictionary | branch |
| NSArray | branchChoices |
| ERDBranchDelegateInterface | branchDelegate |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERDActionBar.class) |
| ERDControllerButton | ( | WOContext | context | ) |
| NSDictionary branch | ( | ) |
Cover method for getting the choosen branch.
| String branchButtonLabel | ( | ) |
Implementation of the ERDBranchDelegate. Gets the user selected branch name.
| NSArray branchChoices | ( | ) |
Calculates the branch choices for the current page. This method is just a cover for calling the method branchChoicesForContext on the current ERDBranchDelegate.
find the next non-null NextPageDelegate in the component tree, break if there is a D2WPage found beforehand
| String branchName | ( | ) |
Implementation of the ERDBranchDelegate. Gets the user selected branch name.
Implements ERDBranchInterface.
| String cssForChoice | ( | ) |
| boolean hasBranchChoices | ( | ) |
Determines if this message page should display branch choices.
| String imageName | ( | ) |
| boolean isButton | ( | ) |
| boolean isFlyOver | ( | ) |
| WOComponent nextPageFromParent | ( | ) |
| WOComponent performAction | ( | ) |
override this
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomComponent.
| void setBranch | ( | NSDictionary | value | ) |
Sets the user chosen branch.
| value | branch chosen by user. |
| void validationFailedWithException | ( | Throwable | e, | |
| Object | value, | |||
| String | keyPath | |||
| ) |
Validation Support. Passes errors to the parent.
Reimplemented from ERDCustomComponent.
NSDictionary branch [protected] |
holds the chosen branch
NSArray branchChoices [protected] |
ERDBranchDelegateInterface branchDelegate [protected] |
final Logger log = Logger.getLogger(ERDActionBar.class) [static, private] |
logging support
Reimplemented from ERDActionButton.
1.5.8