Klasse GridCell

Alle implementierten Schnittstellen:
Clearable, Resettable, EmptinessRequestable, IElement, IMutableElement

public final class GridCell extends MutableElement implements Clearable
  • Methodendetails

    • fromSpecification

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

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

      public void clear()
      Beschreibung aus Schnittstelle kopiert: Clearable
      Removes the elements of the current Clearable.
      Angegeben von:
      clear in Schnittstelle Clearable
    • getColumnIndex

      public int getColumnIndex()
    • getStoredControl

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

      public int getRowIndex()
    • isEmpty

      public boolean isEmpty()
      Angegeben von:
      isEmpty in Schnittstelle EmptinessRequestable
      Gibt zurück:
      true if EmptinessRequestable does not contain an element.
    • reset

      public void reset()
      Beschreibung aus Schnittstelle kopiert: Resettable
      Resets the current Resettable.
      Angegeben von:
      reset in Schnittstelle Resettable
    • setControl

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