Class HeaderlessColumn<T,​S>

    • Method Detail

      • getHeader

        public Component getHeader​(String componentId)
        Description copied from interface: IColumn
        Returns the component that will be used as the header for the column. This component will be contained in <span> tags.
        Specified by:
        getHeader in interface IColumn<T,​S>
        Overrides:
        getHeader in class AbstractColumn<T,​S>
        Parameters:
        componentId - component id for the returned Component
        Returns:
        component that will be used as the header for the column