java.lang.Object
org.apache.myfaces.tobago.internal.layout.Grid

@Deprecated public class Grid extends Object
Veraltet.
since 4.0.0
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Grid(MeasureList columns, MeasureList rows)
    Veraltet.
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    add(OriginCell cell, int columnSpan, int rowSpan)
    Veraltet.
     
    void
    addError(int i, int j)
    Veraltet.
     
    getCell(int column, int row)
    Veraltet.
     
    int
    Veraltet.
     
    protected MeasureList
    Veraltet.
     
    int
    Veraltet.
     
    protected MeasureList
    Veraltet.
     
    Veraltet.
    Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
    boolean
    hasError(int i, int j)
    Veraltet.
     
    void
    setCell(int column, int row, Cell cell)
    Veraltet.
     
    Veraltet.
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

  • Methodendetails

    • add

      public void add(OriginCell cell, int columnSpan, int rowSpan)
      Veraltet.
    • getCell

      public Cell getCell(int column, int row)
      Veraltet.
    • setCell

      public void setCell(int column, int row, Cell cell)
      Veraltet.
    • getColumns

      protected MeasureList getColumns()
      Veraltet.
    • getRows

      protected MeasureList getRows()
      Veraltet.
    • addError

      public void addError(int i, int j)
      Veraltet.
    • hasError

      public boolean hasError(int i, int j)
      Veraltet.
    • getColumnCount

      public int getColumnCount()
      Veraltet.
    • getRowCount

      public int getRowCount()
      Veraltet.
    • gridAsString

      public String gridAsString()
      Veraltet.
      Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse Object