Uses of Class
org.drools.workbench.screens.scenariosimulation.client.factories.ScenarioHeaderTextBoxSingletonDOMElementFactory
-
-
Uses of ScenarioHeaderTextBoxSingletonDOMElementFactory in org.drools.workbench.screens.scenariosimulation.client.commands
Methods in org.drools.workbench.screens.scenariosimulation.client.commands that return ScenarioHeaderTextBoxSingletonDOMElementFactory Modifier and Type Method Description ScenarioHeaderTextBoxSingletonDOMElementFactoryScenarioSimulationContext. getScenarioHeaderTextBoxSingletonDOMElementFactory(GridWidget gridWidget) -
Uses of ScenarioHeaderTextBoxSingletonDOMElementFactory in org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands
Methods in org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands with parameters of type ScenarioHeaderTextBoxSingletonDOMElementFactory Modifier and Type Method Description protected ScenarioGridColumnAbstractScenarioGridCommand. getScenarioGridColumnLocal(String instanceTitle, String propertyTitle, String columnId, String columnGroup, org.drools.scenariosimulation.api.model.FactMappingType factMappingType, ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader, ScenarioCellTextAreaSingletonDOMElementFactory factoryCell, String placeHolder)Returns aScenarioGridColumnwith the following default values: -
Uses of ScenarioHeaderTextBoxSingletonDOMElementFactory in org.drools.workbench.screens.scenariosimulation.client.metadata
Constructors in org.drools.workbench.screens.scenariosimulation.client.metadata with parameters of type ScenarioHeaderTextBoxSingletonDOMElementFactory Constructor Description ScenarioHeaderMetaData(String columnId, String columnTitle, String columnGroup, ScenarioHeaderTextBoxSingletonDOMElementFactory factory, boolean instanceHeader, boolean propertyHeader)Constructor for ScenarioHeaderMetaData - readonly default tofalseScenarioHeaderMetaData(String columnId, String columnTitle, String columnGroup, ScenarioHeaderTextBoxSingletonDOMElementFactory factory, boolean readOnly, boolean instanceHeader, boolean propertyHeader)Constructor for ScenarioHeaderMetaData -
Uses of ScenarioHeaderTextBoxSingletonDOMElementFactory in org.drools.workbench.screens.scenariosimulation.client.models
Fields in org.drools.workbench.screens.scenariosimulation.client.models declared as ScenarioHeaderTextBoxSingletonDOMElementFactory Modifier and Type Field Description protected ScenarioHeaderTextBoxSingletonDOMElementFactoryAbstractScesimGridModel. scenarioHeaderTextBoxSingletonDOMElementFactoryMethods in org.drools.workbench.screens.scenariosimulation.client.models that return ScenarioHeaderTextBoxSingletonDOMElementFactory Modifier and Type Method Description ScenarioHeaderTextBoxSingletonDOMElementFactoryAbstractScesimGridModel. getScenarioHeaderTextBoxSingletonDOMElementFactory()Methods in org.drools.workbench.screens.scenariosimulation.client.models with parameters of type ScenarioHeaderTextBoxSingletonDOMElementFactory Modifier and Type Method Description voidAbstractScesimGridModel. setScenarioHeaderTextBoxSingletonDOMElementFactory(ScenarioHeaderTextBoxSingletonDOMElementFactory scenarioHeaderTextBoxSingletonDOMElementFactory) -
Uses of ScenarioHeaderTextBoxSingletonDOMElementFactory in org.drools.workbench.screens.scenariosimulation.client.utils
Methods in org.drools.workbench.screens.scenariosimulation.client.utils with parameters of type ScenarioHeaderTextBoxSingletonDOMElementFactory Modifier and Type Method Description static ScenarioSimulationBuilders.HeaderBuilderScenarioSimulationBuilders.HeaderBuilder. get(ScenarioHeaderTextBoxSingletonDOMElementFactory factory)static ScenarioSimulationBuilders.HeaderBuilderScenarioSimulationUtils. getHeaderBuilder(String instanceTitle, String propertyTitle, String columnId, String columnGroup, org.drools.scenariosimulation.api.model.FactMappingType factMappingType, ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader)Retrieve a single or triple level Header metadata, i.e. aList<GridColumn.HeaderMetaData>with one or three elements, depending on the column Group:static ScenarioGridColumnScenarioSimulationUtils. getScenarioGridColumn(String instanceTitle, String propertyTitle, String columnId, String columnGroup, org.drools.scenariosimulation.api.model.FactMappingType factMappingType, ScenarioHeaderTextBoxSingletonDOMElementFactory factoryHeader, ScenarioCellTextAreaSingletonDOMElementFactory factoryCell, String placeHolder)Returns aScenarioGridColumnwith the following default values:Constructors in org.drools.workbench.screens.scenariosimulation.client.utils with parameters of type ScenarioHeaderTextBoxSingletonDOMElementFactory Constructor Description HeaderBuilder(ScenarioHeaderTextBoxSingletonDOMElementFactory factory)
-