Interface UserServicePaneContext
-
- All Superinterfaces:
UserServiceObjectContext
,UserServiceRequest
public interface UserServicePaneContext extends UserServiceRequest, UserServiceObjectContext
This interface provides information and utility methods useful when defining a user service pane.- Since:
- 5.8.0
- See Also:
UserServicePane.writePane(UserServicePaneContext, UserServicePaneWriter)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UICustomViewContext
getCustomViewContext()
Returns the view context.-
Methods inherited from interface com.orchestranetworks.userservice.UserServiceObjectContext
getPermission, getValueContext, getValueContext, isDataDeleted
-
Methods inherited from interface com.orchestranetworks.userservice.UserServiceRequest
canClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplay
-
-
-
-
Method Detail
-
getCustomViewContext
UICustomViewContext getCustomViewContext()
Returns the view context.- Since:
- 6.1.0
-
-