Class ScenarioGridCell

  • All Implemented Interfaces:
    org.uberfire.ext.wires.core.grids.client.model.GridCell<String>

    public class ScenarioGridCell
    extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell<String>
    • 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
    • Method Detail

      • isEditingMode

        public boolean isEditingMode()
      • setEditingMode

        public void setEditingMode​(boolean editingMode)
      • isErrorMode

        public boolean isErrorMode()
      • setErrorMode

        public void setErrorMode​(boolean errorMode)
      • isList

        public boolean isList()
      • setListMap

        public void setListMap​(boolean list)
        Method to set the isList/isMap flags. Invoke this only for collection cells. By default, both isList/isMap are false.
        Parameters:
        list -
      • isMap

        public boolean isMap()