public abstract class AbstractCommand extends Object implements org.uberfire.mvp.Command
Command class to provide common methods used by actual implementations| Modifier and Type | Field and Description |
|---|---|
protected ScenarioGridLayer |
scenarioGridLayer |
protected ScenarioGridPanel |
scenarioGridPanel |
| Constructor and Description |
|---|
AbstractCommand() |
AbstractCommand(ScenarioGridPanel scenarioGridPanel,
ScenarioGridLayer scenarioGridLayer) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<FactIdentifier> |
getFactIdentifierByColumnTitle(String columnTitle) |
protected ScenarioHeaderTextBoxSingletonDOMElementFactory |
getHeaderTextBoxFactoryLocal() |
protected ScenarioGridColumn |
getScenarioGridColumnLocal(ScenarioSimulationBuilders.HeaderBuilder headerBuilder) |
protected ScenarioGridColumn |
getScenarioGridColumnLocal(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
FactMappingType factMappingType,
ScenarioGridPanel scenarioGridPanel,
ScenarioGridLayer gridLayer,
String placeHolder)
Returns a
ScenarioGridColumn with the following default values:
width: 150
isMovable: false;
isPropertyAssigned: false;
columnRenderer: new ScenarioGridColumnRenderer()
|
protected ScenarioGridPanel scenarioGridPanel
protected ScenarioGridLayer scenarioGridLayer
public AbstractCommand()
public AbstractCommand(ScenarioGridPanel scenarioGridPanel, ScenarioGridLayer scenarioGridLayer)
protected ScenarioHeaderTextBoxSingletonDOMElementFactory getHeaderTextBoxFactoryLocal()
protected ScenarioGridColumn getScenarioGridColumnLocal(String instanceTitle, String propertyTitle, String columnId, String columnGroup, FactMappingType factMappingType, ScenarioGridPanel scenarioGridPanel, ScenarioGridLayer gridLayer, String placeHolder)
ScenarioGridColumn with the following default values:
width: 150
isMovable: false;
isPropertyAssigned: false;
columnRenderer: new ScenarioGridColumnRenderer()
instanceTitle - propertyTitle - columnId - columnGroup - factMappingType - scenarioGridPanel - gridLayer - protected ScenarioGridColumn getScenarioGridColumnLocal(ScenarioSimulationBuilders.HeaderBuilder headerBuilder)
protected Optional<FactIdentifier> getFactIdentifierByColumnTitle(String columnTitle)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.