Class NameColumn
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn<T>
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.DMNGridColumn<FunctionSupplementaryGrid,InformationItemCell.HasNameCell>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.function.supplementary.NameColumn
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.model.GridColumn<InformationItemCell.HasNameCell>,org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
public class NameColumn extends DMNGridColumn<FunctionSupplementaryGrid,InformationItemCell.HasNameCell>
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.client.widgets.grid.model.DMNGridColumn
DEFAULT_WIDTH, gridWidget
-
-
Constructor Summary
Constructors Constructor Description NameColumn(double width, FunctionSupplementaryGrid gridWidget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetWidth(double width)-
Methods inherited from class org.kie.workbench.common.dmn.client.widgets.grid.model.DMNGridColumn
destroyResources, getGridWidget, setComponentWidth, setWidthInternal, updateWidthOfPeers
-
Methods inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
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
-
-
-
-
Constructor Detail
-
NameColumn
public NameColumn(double width, FunctionSupplementaryGrid gridWidget)
-
-
Method Detail
-
setWidth
public void setWidth(double width)
- Specified by:
setWidthin interfaceorg.uberfire.ext.wires.core.grids.client.model.GridColumn<InformationItemCell.HasNameCell>- Overrides:
setWidthin classDMNGridColumn<FunctionSupplementaryGrid,InformationItemCell.HasNameCell>
-
-