Class AjaxGridBottomToolbar<T,​S>

    • Constructor Detail

      • AjaxGridBottomToolbar

        public AjaxGridBottomToolbar​(org.wicketstuff.egrid.component.EditableDataTable<?,​?> table)
    • Method Detail

      • newRowInstance

        protected abstract T newRowInstance()
      • newEditorComponents

        protected Loop newEditorComponents()
      • addEditorComponent

        protected void addEditorComponent​(LoopItem item,
                                          org.wicketstuff.egrid.column.AbstractEditablePropertyColumn<T,​S> toolBarCell)
      • getEditableColumns

        protected List<org.wicketstuff.egrid.column.AbstractEditablePropertyColumn<T,​S>> getEditableColumns()
      • newCell

        protected Component newCell​(org.wicketstuff.egrid.column.AbstractEditablePropertyColumn<T,​S> editableGridColumn)
      • getEditorColumn

        protected org.wicketstuff.egrid.column.AbstractEditablePropertyColumn<T,​S> getEditorColumn​(List<org.wicketstuff.egrid.column.AbstractEditablePropertyColumn<T,​S>> editorColumn,
                                                                                                         int index)