public class UserVariablesView extends MainPanelView
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VIEW_ID |
ID_MAIN_PROPERTIES_VIEW
Constructor and Description |
---|
UserVariablesView(ToolbarService toolbarService,
UserVariablesUIService userVariableService,
UserVariableDao userVariableDao) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentHeader() |
ImageResource |
getIcon() |
Component |
getViewComponent(AbstractNodeDto selectedNode) |
java.lang.String |
getViewId() |
boolean |
isSticky()
Is the view sticky, i.e. once it is selected, should it try to be
autoselected if the user clicks on another tree entry ?
|
appliesTo, getSelectedNode, getTree, getTreeManager, initializeView, reloadNode, reloadNodeAndView, reloadView, setTree, setTreeManager, viewAdded
public static final java.lang.String VIEW_ID
public UserVariablesView(ToolbarService toolbarService, UserVariablesUIService userVariableService, UserVariableDao userVariableDao)
public java.lang.String getViewId()
getViewId
in class MainPanelView
public java.lang.String getComponentHeader()
getComponentHeader
in class MainPanelView
public boolean isSticky()
MainPanelView
isSticky
in class MainPanelView
public ImageResource getIcon()
getIcon
in class MainPanelView
public Component getViewComponent(AbstractNodeDto selectedNode)
getViewComponent
in class MainPanelView