Class UiColumnDefinition

  • All Implemented Interfaces:
    UiObject

    public class UiColumnDefinition
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • width

        protected float width
      • minWidth

        protected int minWidth
    • Constructor Detail

      • UiColumnDefinition

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

        public UiColumnDefinition​(float width,
                                  int minWidth)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getWidth

        public float getWidth()
      • getMinWidth

        public int getMinWidth()