Class AdminDatasetTableTagHelper

    • Constructor Detail

      • AdminDatasetTableTagHelper

        public AdminDatasetTableTagHelper()
    • Method Detail

      • getTaskDescription

        protected MarkupOutput getTaskDescription​(java.lang.String taskParamName)
                                           throws java.io.IOException
        Obtains the task description to render based on the task parameter name passed
        Parameters:
        taskParamName - - task parameter name for which task description is returned
        Returns:
        a MarkupOutput instance initialized with the task description to display
        Throws:
        java.io.IOException
      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Obtains the contents to render based on the attributes defined (if existing).
        Specified by:
        getContent in class AdminContextTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to display
        Throws:
        java.io.IOException
      • getDatasetTable

        public abstract DatasetTable getDatasetTable()
      • getEmptyDatasetMsg

        public java.lang.String getEmptyDatasetMsg()
      • setEmptyDatasetMsg

        public void setEmptyDatasetMsg​(java.lang.String message)