Modifier and Type | Method and Description |
---|---|
ScenarioCellTextAreaSingletonDOMElementFactory |
ScenarioSimulationContext.getScenarioCellTextAreaSingletonDOMElementFactory() |
Modifier and Type | Method and Description |
---|---|
protected ScenarioGridColumn |
AbstractScenarioSimulationCommand.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 |
ScenarioGridModel.scenarioCellTextAreaSingletonDOMElementFactory |
Modifier and Type | Method and Description |
---|---|
ScenarioCellTextAreaSingletonDOMElementFactory |
ScenarioGridModel.getScenarioCellTextAreaSingletonDOMElementFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioGridModel.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)
Returns a
ScenarioGridColumn with the following default values:
width: 150
isMovable: false ;
isPropertyAssigned: true ;
placeHolder: ScenarioSimulationEditorConstants.INSTANCE.insertValue() ;
columnRenderer: new ScenarioGridColumnRenderer()
|
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)
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,
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–2019 JBoss by Red Hat. All rights reserved.