Class TableLayout.Colspan

java.lang.Object
tripleplay.ui.Layout.Constraint
tripleplay.ui.layout.TableLayout.Colspan
Enclosing class:
TableLayout

public static class TableLayout.Colspan extends Layout.Constraint
Defines a colspan constraint.
  • Field Details

    • colspan

      public final int colspan
      The number of columns spanned by this element.
  • Constructor Details

    • Colspan

      public Colspan(int colspan)