Uses of Class
org.apache.syncope.client.console.panels.MultilevelPanel
-
Packages that use MultilevelPanel Package Description org.apache.syncope.client.console.panels org.apache.syncope.client.console.status org.apache.syncope.client.console.tasks -
-
Uses of MultilevelPanel in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return MultilevelPanel Modifier and Type Method Description MultilevelPanel
MultilevelPanel. setFirstLevel(Panel panel)
Add panel with idfirst
Methods in org.apache.syncope.client.console.panels with parameters of type MultilevelPanel Modifier and Type Method Description void
AjaxDataTablePanel.Builder. setMultiLevelPanel(MultilevelPanel multiLevelPanel)
-
Uses of MultilevelPanel in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as MultilevelPanel Modifier and Type Field Description protected MultilevelPanel
AnyStatusDirectoryPanel. multiLevelPanelRef
protected MultilevelPanel
ResourceStatusDirectoryPanel. multiLevelPanelRef
Methods in org.apache.syncope.client.console.status with parameters of type MultilevelPanel Modifier and Type Method Description protected DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>
AnyStatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly)
protected DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>
ResourceStatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, ResourceTO entity, String itemKeyFieldName, boolean statusOnly)
protected abstract DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>
StatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly)
Constructors in org.apache.syncope.client.console.status with parameters of type MultilevelPanel Constructor Description AnyStatusDirectoryPanel(MultilevelPanel multiLevelPanelRef, PageReference pageRef, AnyTO anyTO, String itemKeyFieldName, boolean statusOnly)
ReconTaskPanel(String resource, ProvisioningTaskTO taskTO, String anyType, String anyKey, boolean isOnSyncope, MultilevelPanel multiLevelPanelRef, PageReference pageRef)
ReconTaskPanel(String resource, ProvisioningTaskTO taskTO, String anyType, String anyKey, String fiql, boolean isOnSyncope, MultilevelPanel multiLevelPanelRef, PageReference pageRef)
ResourceStatusDirectoryPanel(MultilevelPanel multiLevelPanelRef, PageReference pageRef, String type, ResourceTO resource)
-
Uses of MultilevelPanel in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as MultilevelPanel Modifier and Type Field Description protected MultilevelPanel
ExecutionsDirectoryPanel. multiLevelPanelRef
protected MultilevelPanel
TaskDirectoryPanel. multiLevelPanelRef
-