Uses of Class
org.apache.syncope.client.enduser.panels.Sidebar
-
Packages that use Sidebar Package Description org.apache.syncope.client.enduser org.apache.syncope.client.enduser.pages -
-
Uses of Sidebar in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser that return types with arguments of type Sidebar Modifier and Type Method Description Class<? extends Sidebar>
EnduserProperties. getSidebar()
Class<? extends Sidebar>
SyncopeWebApplication. getSidebar()
Method parameters in org.apache.syncope.client.enduser with type arguments of type Sidebar Modifier and Type Method Description void
EnduserProperties. setSidebar(Class<? extends Sidebar> sidebar)
-
Uses of Sidebar in org.apache.syncope.client.enduser.pages
Fields in org.apache.syncope.client.enduser.pages declared as Sidebar Modifier and Type Field Description protected Sidebar
BasePage. sidebar
-