| Modifier and Type | Method and Description |
|---|---|
ScenarioHeaderTextBoxSingletonDOMElementFactory |
ScenarioSimulationContext.getScenarioHeaderTextBoxSingletonDOMElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ScenarioGridColumn |
AbstractScenarioSimulationCommand.getScenarioGridColumnLocal(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
FactMappingType factMappingType,
ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader,
ScenarioCellTextAreaSingletonDOMElementFactory factoryCell,
String placeHolder)
Returns a
ScenarioGridColumn with the following default values:
width: 150
isMovable: false;
isPropertyAssigned: false;
columnRenderer: new ScenarioGridColumnRenderer()
|
| Constructor and Description |
|---|
ScenarioHeaderMetaData(String columnId,
String columnTitle,
String columnGroup,
ScenarioHeaderTextBoxSingletonDOMElementFactory factory,
boolean instanceHeader,
boolean propertyHeader)
Constructor for ScenarioHeaderMetaData - readonly default to
false |
ScenarioHeaderMetaData(String columnId,
String columnTitle,
String columnGroup,
ScenarioHeaderTextBoxSingletonDOMElementFactory factory,
boolean readOnly,
boolean instanceHeader,
boolean propertyHeader)
Constructor for ScenarioHeaderMetaData
|
| Modifier and Type | Field and Description |
|---|---|
protected ScenarioHeaderTextBoxSingletonDOMElementFactory |
ScenarioGridModel.scenarioHeaderTextBoxSingletonDOMElementFactory |
| Modifier and Type | Method and Description |
|---|---|
ScenarioHeaderTextBoxSingletonDOMElementFactory |
ScenarioGridModel.getScenarioHeaderTextBoxSingletonDOMElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioGridModel.setScenarioHeaderTextBoxSingletonDOMElementFactory(ScenarioHeaderTextBoxSingletonDOMElementFactory scenarioHeaderTextBoxSingletonDOMElementFactory) |
| Modifier and Type | Method and Description |
|---|---|
static ScenarioSimulationBuilders.HeaderBuilder |
ScenarioSimulationBuilders.HeaderBuilder.get(ScenarioHeaderTextBoxSingletonDOMElementFactory factory) |
static ScenarioSimulationBuilders.HeaderBuilder |
ScenarioSimulationUtils.getHeaderBuilder(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
FactMappingType factMappingType,
ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader)
Retrieve a single or triple level Header metadata, i.e. a
List<GridColumn.HeaderMetaData> with one or three elements,
depending on the column Group:
OTHER: single level
EXPECT/GIVEN: triple level
|
static ScenarioGridColumn |
ScenarioSimulationUtils.getScenarioGridColumn(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
FactMappingType factMappingType,
ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader,
ScenarioCellTextAreaSingletonDOMElementFactory factoryCell)
Returns a
ScenarioGridColumn with the following default values:
width: 150
isMovable: false;
isPropertyAssigned: false;
placeHolder: ScenarioSimulationEditorConstants.INSTANCE.insertValue();
columnRenderer: new ScenarioGridColumnRenderer()
|
static ScenarioGridColumn |
ScenarioSimulationUtils.getScenarioGridColumn(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
FactMappingType factMappingType,
ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader,
ScenarioCellTextAreaSingletonDOMElementFactory factoryCell,
String placeHolder)
Returns a
ScenarioGridColumn with the following default values:
width: 150
isMovable: false;
isPropertyAssigned: false;
columnRenderer: new ScenarioGridColumnRenderer()
|
| Constructor and Description |
|---|
HeaderBuilder(ScenarioHeaderTextBoxSingletonDOMElementFactory factory) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.