Class UiSplitPane

java.lang.Object
All Implemented Interfaces:
Emptyable, UiObject

public class UiSplitPane
extends UiComponent
implements Emptyable, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • splitDirection

      protected UiSplitDirection splitDirection
    • sizePolicy

      protected UiSplitSizePolicy sizePolicy
    • referenceChildSize

      protected float referenceChildSize
    • firstChild

      protected UiClientObjectReference firstChild
    • lastChild

      protected UiClientObjectReference lastChild
    • firstChildMinSize

      protected int firstChildMinSize
    • lastChildMinSize

      protected int lastChildMinSize
    • resizable

      protected boolean resizable
    • fillIfSingleChild

      protected boolean fillIfSingleChild
    • collapseEmptyChildren

      protected boolean collapseEmptyChildren
  • Constructor Details

    • UiSplitPane

      @Deprecated public UiSplitPane()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiSplitPane

      public UiSplitPane​(UiSplitDirection splitDirection, UiSplitSizePolicy sizePolicy)
  • Method Details