Modifier and Type | Method and Description |
---|---|
ScenarioCellTextAreaSingletonDOMElementFactory |
ScenarioSimulationContext.getScenarioCellTextAreaSingletonDOMElementFactory(GridWidget gridWidget) |
Modifier and Type | Method and Description |
---|---|
protected ScenarioGridColumn |
AbstractScenarioGridCommand.getScenarioGridColumnLocal(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
org.drools.scenariosimulation.api.model.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()
|
Modifier and Type | Field and Description |
---|---|
protected ScenarioCellTextAreaSingletonDOMElementFactory |
AbstractScesimGridModel.scenarioCellTextAreaSingletonDOMElementFactory |
Modifier and Type | Method and Description |
---|---|
ScenarioCellTextAreaSingletonDOMElementFactory |
AbstractScesimGridModel.getScenarioCellTextAreaSingletonDOMElementFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScesimGridModel.setScenarioCellTextAreaSingletonDOMElementFactory(ScenarioCellTextAreaSingletonDOMElementFactory scenarioCellTextAreaSingletonDOMElementFactory) |
Modifier and Type | Method and Description |
---|---|
static ScenarioSimulationBuilders.ScenarioGridColumnBuilder |
ScenarioSimulationBuilders.ScenarioGridColumnBuilder.get(ScenarioCellTextAreaSingletonDOMElementFactory factoryCell,
ScenarioSimulationBuilders.HeaderBuilder headerBuilder) |
static ScenarioGridColumn |
ScenarioSimulationUtils.getScenarioGridColumn(ScenarioSimulationBuilders.HeaderBuilder headerBuilder,
ScenarioCellTextAreaSingletonDOMElementFactory factoryCell,
String placeHolder)
Returns a
ScenarioGridColumn with the following default values:
width: 150
isMovable: false ;
columnRenderer: new ScenarioGridColumnRenderer()
|
static ScenarioGridColumn |
ScenarioSimulationUtils.getScenarioGridColumn(String instanceTitle,
String propertyTitle,
String columnId,
String columnGroup,
org.drools.scenariosimulation.api.model.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()
|
static ScenarioSimulationBuilders.ScenarioGridColumnBuilder |
ScenarioSimulationUtils.getScenarioGridColumnBuilder(ScenarioCellTextAreaSingletonDOMElementFactory factoryCell,
ScenarioSimulationBuilders.HeaderBuilder headerBuilder,
String placeHolder)
Returns a
ScenarioSimulationBuilders.ScenarioGridColumnBuilder with the following default values:
width: 150
isMovable: false ;
isPropertyAssigned: false ;
columnRenderer: new ScenarioGridColumnRenderer()
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.