All Implemented Interfaces:
BaseWidget

public class WTable extends WContainer
  • Field Details

    • horizontalSpacing

      public double horizontalSpacing
    • verticalSpacing

      public double verticalSpacing
  • Constructor Details

    • WTable

      public WTable()
  • Method Details

    • add

      public <T extends WWidget> Cell<T> add(T widget)
      Overrides:
      add in class WContainer
    • row

      public void row()
    • rowI

      public int rowI()
    • removeRow

      public void removeRow(int i)
    • getRow

      public List<Cell<?>> getRow(int i)
    • clear

      public void clear()
      Overrides:
      clear in class WContainer
    • horizontalSpacing

      protected double horizontalSpacing()
    • verticalSpacing

      protected double verticalSpacing()
    • onCalculateSize

      protected void onCalculateSize()
      Overrides:
      onCalculateSize in class WContainer
    • onCalculateWidgetPositions

      protected void onCalculateWidgetPositions()
      Overrides:
      onCalculateWidgetPositions in class WContainer