public class UndefinedExpressionColumn extends DMNGridColumn<UndefinedExpressionGrid,String>
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_WIDTH |
gridWidget
Constructor and Description |
---|
UndefinedExpressionColumn(double width,
UndefinedExpressionGrid gridWidget,
CellEditorControlsView.Presenter cellEditorControls,
UndefinedExpressionSelectorPopoverView.Presenter undefinedExpressionSelector,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
UndefinedExpressionColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData,
double width,
UndefinedExpressionGrid gridWidget,
CellEditorControlsView.Presenter cellEditorControls,
UndefinedExpressionSelectorPopoverView.Presenter undefinedExpressionSelector,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
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.GridBodyCellEditContext context,
Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String>> callback) |
void |
setWidth(double width) |
getGridWidget, setComponentWidth, setWidthInternal, updateWidthOfPeers
equals, getColumnRenderer, getColumnWidthMode, getHeaderMetaData, getIndex, getLink, getMaximumWidth, getMinimumWidth, getPlaceHolder, getWidth, hashCode, isFloatable, isLinked, isMovable, isResizable, isVisible, setColumnWidthMode, setFloatable, setIndex, setLink, setMaximumWidth, setMinimumWidth, setMovable, setPlaceHolder, setResizable, setVisible
public static final double DEFAULT_WIDTH
public UndefinedExpressionColumn(double width, UndefinedExpressionGrid gridWidget, CellEditorControlsView.Presenter cellEditorControls, UndefinedExpressionSelectorPopoverView.Presenter undefinedExpressionSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public UndefinedExpressionColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, UndefinedExpressionGrid gridWidget, CellEditorControlsView.Presenter cellEditorControls, UndefinedExpressionSelectorPopoverView.Presenter undefinedExpressionSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void edit(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext context, Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String>> callback)
public void setWidth(double width)
setWidth
in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn<String>
setWidth
in class DMNGridColumn<UndefinedExpressionGrid,String>
public void destroyResources()
destroyResources
in interface org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
destroyResources
in class DMNGridColumn<UndefinedExpressionGrid,String>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.