Klasse UiLayout.Row

Umschließende Klasse:
UiLayout

public class UiLayout.Row extends UiLayout.StructureElement<UiLayout.Row>
A single row in a layout.
  • Konstruktordetails

    • Row

      public Row(int index)
      Creates a new instance.
      Parameter:
      index - The row index
  • Methodendetails

    • height

      public UiLayout.Row height(String htmlHeigth)
      Sets the height of this row to a certain HTML size value.
      Parameter:
      htmlHeigth - The HTML height value
      Gibt zurück:
      This instance for fluent invocation
    • height

      public UiLayout.Row height(int height, SizeUnit unit)
      Sets the height of this row to a certain value and unit. Which units are supported depends on the actual layout type used.
      Parameter:
      height - The height value
      unit - The height unit
      Gibt zurück:
      This instance for fluent invocation
    • isEmpty

      public boolean isEmpty()
      Checks whether no cell in this row contain a component.
      Gibt zurück:
      TRUE if the doesn't contain a component