Class UserVariablesView
java.lang.Object
net.datenwerke.gf.client.managerhelper.mainpanel.MainPanelView
net.datenwerke.rs.uservariables.client.uservariables.mainpanel.UserVariablesView
-
Field Summary
FieldsFields inherited from class net.datenwerke.gf.client.managerhelper.mainpanel.MainPanelView
ID_MAIN_PROPERTIES_VIEW -
Constructor Summary
ConstructorsConstructorDescriptionUserVariablesView(ToolbarService toolbarService, UserVariablesUIService userVariableService, UserVariableDao userVariableDao) -
Method Summary
Modifier and TypeMethodDescriptionImageResourcegetIcon()ComponentgetViewComponent(AbstractNodeDto selectedNode) booleanisSticky()Is the view sticky, i.e.Methods inherited from class net.datenwerke.gf.client.managerhelper.mainpanel.MainPanelView
appliesTo, getSelectedNode, getTree, getTreeManager, initializeView, reloadNode, reloadNodeAndView, reloadView, setTree, setTreeManager, viewAdded
-
Field Details
-
VIEW_ID
- See Also:
-
-
Constructor Details
-
UserVariablesView
public UserVariablesView(ToolbarService toolbarService, UserVariablesUIService userVariableService, UserVariableDao userVariableDao)
-
-
Method Details
-
getViewId
- Overrides:
getViewIdin classMainPanelView
-
getComponentHeader
- Specified by:
getComponentHeaderin classMainPanelView
-
isSticky
public boolean isSticky()Description copied from class:MainPanelViewIs the view sticky, i.e. once it is selected, should it try to be autoselected if the user clicks on another tree entry ?- Overrides:
isStickyin classMainPanelView
-
getIcon
public ImageResource getIcon()- Overrides:
getIconin classMainPanelView
-
getViewComponent
public Component getViewComponent(AbstractNodeDto selectedNode) - Specified by:
getViewComponentin classMainPanelView
-