Class BaseMultipleDOMElementUiColumn<T,W extends com.google.gwt.user.client.ui.Widget,E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement,F extends org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.MultipleDOMElementFactory<W,E>>
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn<T>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseUiColumn<T>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseMultipleDOMElementUiColumn<T,W,E,F>
-
- Type Parameters:
T- The Type of value presented by this columnF- The Factory to create DOMElements for this column
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.model.GridColumn<T>,org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources,org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
- Direct Known Subclasses:
BooleanUiColumn
public abstract class BaseMultipleDOMElementUiColumn<T,W extends com.google.gwt.user.client.ui.Widget,E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement,F extends org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.MultipleDOMElementFactory<W,E>> extends BaseUiColumn<T> implements org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
Base column for Decision Tables.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseUiColumn
BaseUiColumn.ColumnResizeListener
-
-
Constructor Summary
Constructors Constructor Description BaseMultipleDOMElementUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer<T,W,E> columnRenderer, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, F factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroyResources()voidfreeUnusedResources()voidinitialiseResources()-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.BaseUiColumn
isEditable, setColumnResizeListener, setWidth
-
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
-
BaseMultipleDOMElementUiColumn
public BaseMultipleDOMElementUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer<T,W,E> columnRenderer, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, F factory)
-
-
Method Detail
-
initialiseResources
public void initialiseResources()
- Specified by:
initialiseResourcesin interfaceorg.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
-
freeUnusedResources
public void freeUnusedResources()
- Specified by:
freeUnusedResourcesin interfaceorg.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
-
destroyResources
public void destroyResources()
- Specified by:
destroyResourcesin interfaceorg.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
-
-