Class AbstractToolbar

    • Constructor Detail

      • AbstractToolbar

        public AbstractToolbar​(IModel<?> model,
                               DataTable<?,​?> table)
        Constructor
        Parameters:
        model - model
        table - data table this toolbar will be attached to
      • AbstractToolbar

        public AbstractToolbar​(DataTable<?,​?> table)
        Constructor
        Parameters:
        table - data table this toolbar will be attached to
    • Method Detail

      • getTable

        protected DataTable<?,​?> getTable()
        Returns:
        DataTable this toolbar is attached to