Uses of Class
org.apache.syncope.client.console.panels.AjaxDataTablePanel.Builder
Packages that use AjaxDataTablePanel.Builder
Package
Description
-
Uses of AjaxDataTablePanel.Builder in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return AjaxDataTablePanel.BuilderModifier and TypeMethodDescriptionAjaxDataTablePanel.Builder.addBatch
(ActionLink.ActionType actionType) AjaxDataTablePanel.Builder.disableCheckBoxes()
AjaxDataTablePanel.Builder.setBatches
(Collection<ActionLink.ActionType> batches, RestClient batchExecutor, String itemKeyField) AjaxDataTablePanel.Builder.setBatchExecutor
(BaseRestClient batchExecutor) AjaxDataTablePanel.Builder.setColumns
(List<IColumn<T, S>> columns) AjaxDataTablePanel.Builder.setContainer
(WebMarkupContainer container) AjaxDataTablePanel.Builder.setItemKeyField
(String itemKeyField) AjaxDataTablePanel.Builder.setRowsPerPage
(int rowsPerPage) Methods in org.apache.syncope.client.console.panels with parameters of type AjaxDataTablePanel.BuilderModifier and TypeMethodDescriptionprotected void
DirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<T, String> resultTableBuilder) Called before build. -
Uses of AjaxDataTablePanel.Builder in org.apache.syncope.client.console.status
Methods in org.apache.syncope.client.console.status with parameters of type AjaxDataTablePanel.BuilderModifier and TypeMethodDescriptionprotected void
AnyStatusDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<StatusBean, String> resultTableBuilder) protected void
ResourceStatusDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<StatusBean, String> resultTableBuilder) -
Uses of AjaxDataTablePanel.Builder in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks with parameters of type AjaxDataTablePanel.BuilderModifier and TypeMethodDescriptionprotected void
ExecutionsDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<ExecTO, String> resultTableBuilder) protected void
TaskDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<T, String> resultTableBuilder)