Class 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 Detail

      • GuidedDecisionTableUiCell

        public GuidedDecisionTableUiCell​(T value)
      • GuidedDecisionTableUiCell

        public GuidedDecisionTableUiCell​(T value,
                                         boolean isOtherwise)
    • Method Detail

      • isOtherwise

        public boolean isOtherwise()
      • setOtherwise

        public void setOtherwise​(boolean isOtherwise)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue<T>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue<T>