public class OutputClauseColumn extends DMNSimpleGridColumn<DecisionTableGrid,String> implements org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource
DEFAULT_WIDTH, gridWidget
Constructor and Description |
---|
OutputClauseColumn(Supplier<List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData>> headerMetaDataSupplier,
TextAreaSingletonDOMElementFactory factory,
double width,
DecisionTableGrid gridWidget) |
Modifier and Type | Method and Description |
---|---|
void |
destroyResources() |
void |
edit(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell,
org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context,
Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String>> callback) |
void |
flush() |
List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> |
getHeaderMetaData() |
protected org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String> |
makeDefaultCellValue() |
void |
setWidth(double width) |
assertCell, assertCellValue
getGridWidget, setComponentWidth, setWidthInternal, updateWidthOfPeers
equals, getColumnRenderer, getColumnWidthMode, getIndex, getLink, getMaximumWidth, getMinimumWidth, getPlaceHolder, getWidth, hashCode, isFloatable, isLinked, isMovable, isResizable, isVisible, setColumnWidthMode, setFloatable, setIndex, setLink, setMaximumWidth, setMinimumWidth, setMovable, setPlaceHolder, setResizable, setVisible
public OutputClauseColumn(Supplier<List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData>> headerMetaDataSupplier, TextAreaSingletonDOMElementFactory factory, double width, DecisionTableGrid gridWidget)
public List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> getHeaderMetaData()
public void edit(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context, Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String>> callback)
edit
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn<String>
protected org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String> makeDefaultCellValue()
makeDefaultCellValue
in class DMNSimpleGridColumn<DecisionTableGrid,String>
public void flush()
flush
in interface org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource
public void destroyResources()
destroyResources
in interface org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
destroyResources
in class DMNGridColumn<DecisionTableGrid,String>
public void setWidth(double width)
setWidth
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn<String>
setWidth
in class DMNGridColumn<DecisionTableGrid,String>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.