Uses of Class
org.apache.syncope.client.console.layout.AnyLayout
-
Packages that use AnyLayout Package Description org.apache.syncope.client.console.layout org.apache.syncope.client.console.panels -
-
Uses of AnyLayout in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout that return AnyLayout Modifier and Type Method Description static AnyLayout
AnyLayoutUtils. fetch(RoleRestClient roleRestClient, List<String> anyTypes)
-
Uses of AnyLayout in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AnyLayout Modifier and Type Field Description protected AnyLayout
AnyPanel. anyLayout
Methods in org.apache.syncope.client.console.panels with parameters of type AnyLayout Modifier and Type Method Description protected Panel
AnyPanel. createDirectoryPanel(AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, AnyPanel.DirectoryPanelSupplier directoryPanelSupplier)
Panel
AnyPanel.DirectoryPanelSupplier. supply(String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, PageReference pageRef)
Constructors in org.apache.syncope.client.console.panels with parameters of type AnyLayout Constructor Description AnyPanel(String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, boolean enableSearch, PageReference pageRef)
Builder(String panelClass, String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, boolean enableSearch, PageReference pageRef)
-