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.
|
appliesTo, getSelectedNode, getTree, getTreeManager, initializeView, reloadNode, reloadNodeAndView, reloadView, setTree, setTreeManager, viewAddedpublic static final java.lang.String VIEW_ID
public ReportMetadataView(ReportMetadataDao propertiesDao)
public java.lang.String getViewId()
getViewId in class MainPanelViewpublic boolean isSticky()
MainPanelViewisSticky in class MainPanelViewpublic ImageResource getIcon()
getIcon in class MainPanelViewpublic java.lang.String getComponentHeader()
getComponentHeader in class MainPanelViewpublic Widget getViewComponent(AbstractNodeDto selectedNode)
getViewComponent in class MainPanelView