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
null if the tabbed pane was not yet submitted. |
getEntitySelection
canClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplay
addError, addInfo, addMessage, addWarning, getValueContext, getValueContext
getPermission, isDataDeleted
String 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.