Interface LayoutComponent

    • Field Detail

      • LAYOUT_PROPERTY

        static final java.lang.String LAYOUT_PROPERTY
        The bound property of the layout.
      • LAYOUT_THEME_APPLIED_PROPERTY

        static final java.lang.String LAYOUT_THEME_APPLIED_PROPERTY
        The bound property of whether a theme has been applied to this component's layout.
    • Method Detail

      • getLayout

        Layout<? extends Constraints> getLayout()
        Returns:
        The layout definition for the container.
      • isLayoutThemeApplied

        boolean isLayoutThemeApplied()
        Returns:
        Whether a theme has been applied to this component's layout.
      • setLayoutThemeApplied

        void setLayoutThemeApplied​(boolean newLayoutThemeApplied)
        Sets whether a theme has been applied to this component's layout. This is a bound property of type Boolean.
        Parameters:
        newLayoutThemeApplied - true if a theme has been applied to this component's layout, else false.
        See Also:
        LAYOUT_THEME_APPLIED_PROPERTY, Component.setThemeApplied(boolean)