Class DMNGridCell<T>

    • Field Summary

      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell

        value
      • Fields inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridCell

        DEFAULT_EDIT_ACTION
    • Constructor Summary

      Constructors 
      Constructor Description
      DMNGridCell​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value)  
    • Method Summary

      • Methods inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell

        collapse, equals, expand, getMergedCellCount, getSelectionStrategy, getValue, hashCode, isCollapsed, isMerged, reset, setSelectionStrategy, setValue
      • Methods inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridCell

        getSupportedEditAction
    • Constructor Detail

      • DMNGridCell

        public DMNGridCell​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> value)