Uses of Class
org.apache.syncope.client.ui.commons.markup.html.form.AjaxDropDownChoicePanel
-
-
Uses of AjaxDropDownChoicePanel in org.apache.syncope.client.console.audit
Fields in org.apache.syncope.client.console.audit declared as AjaxDropDownChoicePanel Modifier and Type Field Description protected AjaxDropDownChoicePanel<AuditEntry>AuditHistoryDetails. afterVersionsPanelprotected AjaxDropDownChoicePanel<AuditEntry>AuditHistoryDetails. beforeVersionsPanel -
Uses of AjaxDropDownChoicePanel in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AjaxDropDownChoicePanel Modifier and Type Field Description protected AjaxDropDownChoicePanel<String>VirSchemaDetails. anyTypeprotected AjaxDropDownChoicePanel<AttrSchemaType>PlainSchemaDetails. typeprotected AjaxDropDownChoicePanel<String>PlainSchemaDetails. validator -
Uses of AjaxDropDownChoicePanel in org.apache.syncope.client.console.wizards.resources
Fields in org.apache.syncope.client.console.wizards.resources declared as AjaxDropDownChoicePanel Modifier and Type Field Description protected AjaxDropDownChoicePanel<String>ResourceDetailsPanel. connectorMethods in org.apache.syncope.client.console.wizards.resources that return AjaxDropDownChoicePanel Modifier and Type Method Description AjaxDropDownChoicePanel<String>ResourceDetailsPanel. getConnector() -
Uses of AjaxDropDownChoicePanel in org.apache.syncope.client.enduser.pages
Fields in org.apache.syncope.client.enduser.pages declared as AjaxDropDownChoicePanel Modifier and Type Field Description protected AjaxDropDownChoicePanel<String>EditSecurityQuestion. securityQuestion -
Uses of AjaxDropDownChoicePanel in org.apache.syncope.client.ui.commons.markup.html.form
Methods in org.apache.syncope.client.ui.commons.markup.html.form that return AjaxDropDownChoicePanel Modifier and Type Method Description AjaxDropDownChoicePanel<T>AjaxDropDownChoicePanel. setChoiceRenderer(IChoiceRenderer<T> renderer)AjaxDropDownChoicePanel<T>AjaxDropDownChoicePanel. setChoices(List<T> choices)AjaxDropDownChoicePanel<T>AjaxDropDownChoicePanel. setChoices(IModel<? extends List<? extends T>> choices)AjaxDropDownChoicePanel<T>AjaxDropDownChoicePanel. setNullValid(boolean validity)
-