Class WAConfigDirectoryPanel.WAConfigProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.console.commons.DirectoryDataProvider<org.apache.syncope.common.lib.Attr>
-
- org.apache.syncope.client.console.panels.AttrListDirectoryPanel.AttrListProvider
-
- org.apache.syncope.client.console.panels.WAConfigDirectoryPanel.WAConfigProvider
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator<String>,org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<org.apache.syncope.common.lib.Attr,String>,org.apache.wicket.markup.repeater.data.IDataProvider<org.apache.syncope.common.lib.Attr>,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- WAConfigDirectoryPanel
protected final class WAConfigDirectoryPanel.WAConfigProvider extends AttrListDirectoryPanel.AttrListProvider
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.apache.syncope.common.lib.Attr>list()-
Methods inherited from class org.apache.syncope.client.console.panels.AttrListDirectoryPanel.AttrListProvider
iterator, model, size
-
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
setPaginatorRows
-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
-
-
-
-
Method Detail
-
list
protected List<org.apache.syncope.common.lib.Attr> list()
- Specified by:
listin classAttrListDirectoryPanel.AttrListProvider
-
-