Class BorderPanel

    • Method Detail

      • newMarkupSourcingStrategy

        protected IMarkupSourcingStrategy newMarkupSourcingStrategy()
        Description copied from class: Panel
        If Component.getMarkupSourcingStrategy() returns null, this method will be called. By default it returns null, which means that a default markup strategy will be attached to the component.

        Please note that markup source strategies are not persisted. Instead they get re-created by calling this method again. That's ok since markup sourcing strategies usually do not maintain a state.

        Overrides:
        newMarkupSourcingStrategy in class Panel
        Returns:
        Markup sourcing strategy
      • setBodyContainer

        public final Body setBodyContainer​(Body body)
        Sets the body container
        Parameters:
        body -
        Returns:
        The body component
      • getBodyContainer

        public final Body getBodyContainer()
        Provide easy access to the Body component.
        Returns:
        The body container
      • newBodyContainer

        public final Body newBodyContainer​(String id)
        Create a new body container identified by id in the panel's markup
        Parameters:
        id -
        Returns:
        Body component