public class ReportMetadataView extends MainPanelView
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VIEW_ID |
ID_MAIN_PROPERTIES_VIEW
Constructor and Description |
---|
ReportMetadataView(ReportMetadataDao propertiesDao) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentHeader() |
ImageResource |
getIcon() |
Widget |
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 ReportMetadataView(ReportMetadataDao propertiesDao)
public java.lang.String getViewId()
getViewId
in class MainPanelView
public boolean isSticky()
MainPanelView
isSticky
in class MainPanelView
public ImageResource getIcon()
getIcon
in class MainPanelView
public java.lang.String getComponentHeader()
getComponentHeader
in class MainPanelView
public Widget getViewComponent(AbstractNodeDto selectedNode)
getViewComponent
in class MainPanelView