Class GuidedDecisionTableUiCell<T>
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue<T>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.model.GuidedDecisionTableUiCell<T>
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T>
public class GuidedDecisionTableUiCell<T> extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue<T>
-
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTableUiCell(T value)GuidedDecisionTableUiCell(T value, boolean isOtherwise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanisOtherwise()voidsetOtherwise(boolean isOtherwise)
-
-
-
Method Detail
-
isOtherwise
public boolean isOtherwise()
-
setOtherwise
public void setOtherwise(boolean isOtherwise)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue<T>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue<T>
-
-