Class GridCell

java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.webcontainercontrol.grid.GridCell
All Implemented Interfaces:
Clearable, Resettable, EmptinessRequestable, IElement, IMutableElement

public final class GridCell extends AbstractMutableElement implements Clearable
Author:
Silvan Wyss
  • Method Details

    • fromSpecification

      public static GridCell fromSpecification(INode<?> specification)
    • withOneBasedRowIndexAndColumnIndex

      public static GridCell withOneBasedRowIndexAndColumnIndex(int rowIndex, int columnIndex)
    • clear

      public void clear()
      Removes the elements of the current Clearable.
      Specified by:
      clear in interface Clearable
    • getColumnIndex

      public int getColumnIndex()
    • getStoredControl

      public IControl<?,?> getStoredControl()
    • getRowIndex

      public int getRowIndex()
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface EmptinessRequestable
      Returns:
      true if EmptinessRequestable does not contain an element, false otherwise.
    • reset

      public void reset()
      Resets the current Resettable.
      Specified by:
      reset in interface Resettable
    • setControl

      public void setControl(IControl<?,?> control)