Uses of Interface
com.orchestranetworks.userservice.UserServiceEvent
Packages that use UserServiceEvent
-
Uses of UserServiceEvent in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice with parameters of type UserServiceEventModifier and TypeMethodDescriptionUserServiceResourceLocator.getURLForAction(UserServiceEvent aCallback) Returns a URL that will trigger an action event when clicked by a user.UserServiceResourceLocator.getURLForAction(UserServiceEvent aCallback, URLQuery aQuery) Returns a URL that will trigger an action event when clicked by a user.UserServiceDisplayConfigurator.newActionButton(UserMessage aLabel, UserServiceEvent aCallback) Creates a specification for a localized action button.UserServiceDisplayConfigurator.newActionButton(String aLabel, UserServiceEvent aCallback) Creates a specification for an action button.UserServiceWriter.newActionButton(UserMessage aLabel, UserServiceEvent aCallback) Creates a specification for a localized action button.UserServiceWriter.newActionButton(String aLabel, UserServiceEvent aCallback) Creates a specification for an action button.UserServiceDisplayConfigurator.newBackButton(UserServiceEvent aCallback) Creates a specification for a back button.UserServiceDisplayConfigurator.newFinishButton(UserServiceEvent aCallback) Creates a specification for a finish button.UserServiceDisplayConfigurator.newNextButton(UserServiceEvent aCallback) Creates a specification for a next button.UserServiceDisplayConfigurator.newSaveButton(UserServiceEvent aCallback) Creates a specification for a save button.UserServiceDisplayConfigurator.newSaveCloseButton(UserServiceEvent aCallback) Creates a specification for a save and close button.UserServiceDisplayConfigurator.newSubmitButton(UserMessage aLabel, UserServiceEvent aCallback) Creates a localized specification for a submit button.UserServiceDisplayConfigurator.newSubmitButton(String aLabel, UserServiceEvent aCallback) Creates a specification for a submit button.UserServicePaneWriter.newSubmitButton(UserMessage aLabel, UserServiceEvent aCallback) Creates a localized specification for a submit button.UserServicePaneWriter.newSubmitButton(String aLabel, UserServiceEvent aCallback) Creates a specification for a submit button.UserServiceDisplayConfigurator.newToolbarAction(UserServiceEvent aCallback) Returns a toolbar action that can be used in a top toolbar.voidUserServiceDisplayConfigurator.setCloseCallback(UserServiceEvent aCallback) Sets the close and cancel buttons callback.voidUserServiceDisplayConfigurator.setDefaultButtons(UserServiceEvent aSaveCallback) Sets the default bottom bar.voidUserServiceDisplayConfigurator.setToolbarFirstCallback(UserServiceEvent aCallback) Sets the toolbar "first" button callback.voidUserServiceDisplayConfigurator.setToolbarLastCallback(UserServiceEvent aCallback) Sets the toolbar "last" button callback.voidUserServiceDisplayConfigurator.setToolbarNextCallback(UserServiceEvent aCallback) Sets the toolbar "next" button callback.voidUserServiceDisplayConfigurator.setToolbarPreviousCallback(UserServiceEvent aCallback) Sets the toolbar "previous" button callback.