public abstract class DMNGridColumn<G extends BaseGrid<? extends Expression>,T>
extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn<T>
implements org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_WIDTH |
protected G |
gridWidget |
Constructor and Description |
---|
DMNGridColumn(org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData headerMetaData,
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer,
double width,
G gridWidget) |
DMNGridColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData,
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer,
double width,
G gridWidget) |
Modifier and Type | Method and Description |
---|---|
void |
destroyResources() |
G |
getGridWidget() |
protected void |
setComponentWidth(double width) |
void |
setWidth(double width) |
void |
setWidthInternal(double width) |
void |
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
protected final G extends BaseGrid<? extends Expression> gridWidget
public DMNGridColumn(org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer, double width, G gridWidget)
public G getGridWidget()
public void setWidth(double width)
public void setWidthInternal(double width)
protected void setComponentWidth(double width)
public void updateWidthOfPeers()
public void destroyResources()
destroyResources
in interface org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.