| Modifier and Type | Method and Description |
|---|---|
static ScenarioCellTextAreaSingletonDOMElementFactory |
FactoryProvider.getCellTextBoxFactory(ScenarioGridPanel scenarioGridPanel,
ScenarioGridLayer gridLayer) |
| Modifier and Type | Method and Description |
|---|---|
static ScenarioSimulationBuilders.ScenarioGridColumnBuilder |
ScenarioSimulationBuilders.ScenarioGridColumnBuilder.get(ScenarioCellTextAreaSingletonDOMElementFactory factoryCell,
ScenarioSimulationBuilders.HeaderBuilder headerBuilder) |
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()
|
| Constructor and Description |
|---|
ScenarioGridColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData,
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<String> columnRenderer,
double width,
boolean isMovable,
ScenarioCellTextAreaSingletonDOMElementFactory factory,
String placeHolder) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.