String |
UserServiceResourceLocator.getURLForAction(UserServiceEvent aCallback) |
Returns a URL that will trigger an action event when clicked by a user.
|
String |
UserServiceResourceLocator.getURLForAction(UserServiceEvent aCallback,
URLQuery aQuery) |
Returns a URL that will trigger an action event when clicked by a user.
|
UIButtonSpecNavigation |
UserServiceDisplayConfigurator.newActionButton(UserMessage aLabel,
UserServiceEvent aCallback) |
Creates a specification for a localized action button.
|
UIButtonSpecNavigation |
UserServiceDisplayConfigurator.newActionButton(String aLabel,
UserServiceEvent aCallback) |
Creates a specification for an action button.
|
UIButtonSpecNavigation |
UserServiceWriter.newActionButton(UserMessage aLabel,
UserServiceEvent aCallback) |
Creates a specification for a localized action button.
|
UIButtonSpecNavigation |
UserServiceWriter.newActionButton(String aLabel,
UserServiceEvent aCallback) |
Creates a specification for an action button.
|
UIButtonSpecNavigation |
UserServiceDisplayConfigurator.newBackButton(UserServiceEvent aCallback) |
Creates a specification for a back button.
|
UIButtonSpecSubmit |
UserServiceDisplayConfigurator.newFinishButton(UserServiceEvent aCallback) |
Creates a specification for a finish button.
|
UIButtonSpecSubmit |
UserServiceDisplayConfigurator.newNextButton(UserServiceEvent aCallback) |
Creates a specification for a next button.
|
UIButtonSpecSubmit |
UserServiceDisplayConfigurator.newSaveButton(UserServiceEvent aCallback) |
Creates a specification for a save button.
|
UIButtonSpecSubmit |
UserServiceDisplayConfigurator.newSaveCloseButton(UserServiceEvent aCallback) |
Creates a specification for a save and close button.
|
UIButtonSpecSubmit |
UserServiceDisplayConfigurator.newSubmitButton(UserMessage aLabel,
UserServiceEvent aCallback) |
Creates a localized specification for a submit button.
|
UIButtonSpecSubmit |
UserServiceDisplayConfigurator.newSubmitButton(String aLabel,
UserServiceEvent aCallback) |
Creates a specification for a submit button.
|
UIButtonSpecSubmit |
UserServicePaneWriter.newSubmitButton(UserMessage aLabel,
UserServiceEvent aCallback) |
Creates a localized specification for a submit button.
|
UIButtonSpecSubmit |
UserServicePaneWriter.newSubmitButton(String aLabel,
UserServiceEvent aCallback) |
Creates a specification for a submit button.
|
Action |
UserServiceDisplayConfigurator.newToolbarAction(UserServiceEvent aCallback) |
Returns a toolbar action that can be used in a top toolbar.
|
void |
UserServiceDisplayConfigurator.setCloseCallback(UserServiceEvent aCallback) |
Sets the close and cancel buttons callback.
|
void |
UserServiceDisplayConfigurator.setDefaultButtons(UserServiceEvent aSaveCallback) |
Sets the default bottom bar.
|
void |
UserServiceDisplayConfigurator.setToolbarFirstCallback(UserServiceEvent aCallback) |
Sets the toolbar "first" button callback.
|
void |
UserServiceDisplayConfigurator.setToolbarLastCallback(UserServiceEvent aCallback) |
Sets the toolbar "last" button callback.
|
void |
UserServiceDisplayConfigurator.setToolbarNextCallback(UserServiceEvent aCallback) |
Sets the toolbar "next" button callback.
|
void |
UserServiceDisplayConfigurator.setToolbarPreviousCallback(UserServiceEvent aCallback) |
Sets the toolbar "previous" button callback.
|