Class ParameterView
java.lang.Object
net.datenwerke.rs.core.client.reportexecutor.ui.ReportExecutorMainPanelView
net.datenwerke.rs.core.client.parameters.propertywidgets.ParameterView
- All Implemented Interfaces:
DeselectionAwareView
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterView(List<ParameterDefinitionDto> parameterDefinitions, Set<ParameterInstanceDto> parameterInstances) ParameterView(ReportDto report) -
Method Summary
Modifier and TypeMethodDescriptionImageResourcegetIcon()VerticalLayoutContainerWidgetvoidbooleanMethods inherited from class net.datenwerke.rs.core.client.reportexecutor.ui.ReportExecutorMainPanelView
allowsDropOf, cleanup, getExecuteReportToken, objectDropped, setExecuteReportToken
-
Field Details
-
VIEW_ID
- See Also:
-
-
Constructor Details
-
ParameterView
-
ParameterView
public ParameterView(ReportDto report)
-
-
Method Details
-
getViewId
- Specified by:
getViewIdin classReportExecutorMainPanelView
-
wantsToBeDefault
public boolean wantsToBeDefault()- Overrides:
wantsToBeDefaultin classReportExecutorMainPanelView
-
getComponentHeader
- Specified by:
getComponentHeaderin classReportExecutorMainPanelView
-
getParameterContainer
public VerticalLayoutContainer getParameterContainer() -
getViewComponent
public Widget getViewComponent()- Specified by:
getViewComponentin classReportExecutorMainPanelView
-
getIcon
public ImageResource getIcon()- Overrides:
getIconin classReportExecutorMainPanelView
-
makeAwareOfDeselection
public void makeAwareOfDeselection()- Specified by:
makeAwareOfDeselectionin interfaceDeselectionAwareView
-
validateView
- Overrides:
validateViewin classReportExecutorMainPanelView
-