Klasse UiColumnGridPanel

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

public class UiColumnGridPanel extends UiLayoutContainer<UiColumnGridPanel>
A panel that layouts it's children with a UiColumnGridLayout in a vertically aligned grid. Components are added to the same grid row until nextRow() is called on the layout.
  • Konstruktordetails

    • UiColumnGridPanel

      public UiColumnGridPanel(UiContainer<?> parent)
      Creates a new instance.
      Parameter:
      parent - The parent container