public interface UserServiceSetupDisplayContext<S extends EntitySelection> extends UserServiceInvocationContext<S>, UserServiceRequest, UserServiceObjectContextForInputValidation
UserService.setupDisplay(UserServiceSetupDisplayContext, UserServiceDisplayConfigurator)| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
getEntitySelectioncanClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplayaddError, addInfo, addMessage, addWarning, getValueContext, getValueContextgetPermission, isDataDeletedString getPreviousTabSelected(String aTabbedPaneId)
null if the tabbed pane was not yet submitted.aTabbedPaneId - A valid id of a tabbed pane.null
         if the tabbed pane was not yet submitted or if id is unknown.