Interface ILayoutAssumeWidth

    • Field Summary

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

      • PN_ASSUME_WIDTH

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

      • hasAssumedWidth

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