Klasse UiLayoutPanel

java.lang.Object
org.obrel.core.RelatedObject
Alle implementierten Schnittstellen:
org.obrel.core.Relatable

public class UiLayoutPanel extends UiLayoutContainer<UiLayoutPanel>
A generic panel container that arranges it's child containers according to a particular layout.
  • Konstruktordetails

    • UiLayoutPanel

      public UiLayoutPanel(UiContainer<?> parent, UiLayout layout)
      Creates a new instance.
      Parameter:
      parent - The parent container
      layout - The layout of this panel
  • Methodendetails

    • nextRow

      public void nextRow()
      A shortcut to invoke UiLayout.nextRow(). This call will only have an effect for layouts that support multiple rows of components.