Interface ContentComponent

    • Field Detail

      • CONTENT_PROPERTY

        static final java.lang.String CONTENT_PROPERTY
        The content bound property.
    • Method Detail

      • getContent

        Component getContent()
        Returns:
        The content child component, or null if this component does not have a content child component.
      • setContent

        void setContent​(Component newContent)
        Sets the content child component. This is a bound property
        Parameters:
        newContent - The content child component, or null if this component does not have a content child component.
        See Also:
        CONTENT_PROPERTY