Interface ILayoutAssumeHeight

    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      static java.lang.StringPN_ASSUME_HEIGHT
      The property name for the assumed height BoolProp.
    • Field Detail

      • PN_ASSUME_HEIGHT

        static final java.lang.String PN_ASSUME_HEIGHT
        The property name for the assumed height BoolProp.
        See Also:
        Constant Field Values
    • Method Detail

      • hasAssumedHeight

        default boolean hasAssumedHeight()
        Returns if the component has an assumed height assigned or not.
        Returns:
        true if the height is assumed, false otherwise.