Class InformationItemCell
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<T>
-
- org.kie.workbench.common.dmn.client.widgets.grid.model.DMNGridCell<T>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.context.ContextGridCell<InformationItemCell.HasNameCell>
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.context.InformationItemCell
-
- All Implemented Interfaces:
HasCellEditorControls,org.uberfire.ext.wires.core.grids.client.model.GridCell<InformationItemCell.HasNameCell>
public class InformationItemCell extends ContextGridCell<InformationItemCell.HasNameCell>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInformationItemCell.HasNameAndDataTypeCellstatic interfaceInformationItemCell.HasNameCell-
Nested classes/interfaces inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.HasCellEditorControls
HasCellEditorControls.Editor<T>
-
-
Constructor Summary
Constructors Constructor Description InformationItemCell(Supplier<InformationItemCell.HasNameCell> supplier, ListSelectorView.Presenter listSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.ext.wires.core.grids.client.model.GridCellEditActiongetSupportedEditAction()org.uberfire.ext.wires.core.grids.client.model.GridCellValue<InformationItemCell.HasNameCell>getValue()-
Methods inherited from class org.kie.workbench.common.dmn.client.editors.expressions.types.context.ContextGridCell
getEditor
-
-
-
-
Constructor Detail
-
InformationItemCell
public InformationItemCell(Supplier<InformationItemCell.HasNameCell> supplier, ListSelectorView.Presenter listSelector)
-
-
Method Detail
-
getValue
public org.uberfire.ext.wires.core.grids.client.model.GridCellValue<InformationItemCell.HasNameCell> getValue()
- Specified by:
getValuein interfaceorg.uberfire.ext.wires.core.grids.client.model.GridCell<InformationItemCell.HasNameCell>- Overrides:
getValuein classorg.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<InformationItemCell.HasNameCell>
-
getSupportedEditAction
public org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction getSupportedEditAction()
-
-