Interface UserServiceSetupDisplayContext<S extends EntitySelection>
- All Superinterfaces:
- UserServiceInvocationContext<S>,- UserServiceObjectContext,- UserServiceObjectContextForInputValidation,- UserServiceRequest
 
 - public interface UserServiceSetupDisplayContext<S extends EntitySelection> extends UserServiceInvocationContext<S>, UserServiceRequest, UserServiceObjectContextForInputValidation This interface provides information and utility methods useful when setting up a user service display.- Since:
- 5.8.0
- See Also:
- UserService.setupDisplay(UserServiceSetupDisplayContext, UserServiceDisplayConfigurator)
 
-   Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPreviousTabSelected (String aTabbedPaneId)Returns the id of selected tab of a tabbed pane prior to last submit ornullif the tabbed pane was not yet submitted.-   Methods inherited from interface com.orchestranetworks.userservice.UserServiceInvocationContextgetEntitySelection
 -   Methods inherited from interface com.orchestranetworks.userservice.UserServiceObjectContextgetPermission, isDataDeleted
 -   Methods inherited from interface com.orchestranetworks.userservice.UserServiceObjectContextForInputValidationaddError, addInfo, addMessage, addWarning, getValueContext, getValueContext
 -   Methods inherited from interface com.orchestranetworks.userservice.UserServiceRequestcanClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplay
 
-   
 
-   
-   Method Detail- getPreviousTabSelected- String getPreviousTabSelected(String aTabbedPaneId) Returns the id of selected tab of a tabbed pane prior to last submit or- nullif the tabbed pane was not yet submitted.- Parameters:
- aTabbedPaneId- A valid id of a- tabbed pane.
- Returns:
- the tab id selected prior to last submit or nullif the tabbed pane was not yet submitted or if id is unknown.
 
 
 
-