Class HeaderPartContainer

    • Constructor Detail

      • HeaderPartContainer

        public HeaderPartContainer​(java.lang.String id,
                                   MarkupContainer container,
                                   IMarkupFragment markup)
        Parameters:
        id - The component id
        container - The Panel (or bordered page) the header part is associated with
        markup -
    • Method Detail

      • getScope

        public final java.lang.String getScope()
        Get the scope of the header part
        Returns:
        The scope name
      • resolve

        public final Component resolve​(MarkupContainer container,
                                       MarkupStream markupStream,
                                       ComponentTag tag)
        The tag must be resolved against the panel and not against the page
        Specified by:
        resolve in interface IComponentResolver
        Parameters:
        container - The container parsing its markup
        markupStream - The current markupStream
        tag - The current component tag while parsing the markup
        Returns:
        component or null if not found