Uses of Class
org.apache.syncope.client.ui.commons.markup.html.form.AjaxPalettePanel
-
Packages that use AjaxPalettePanel Package Description org.apache.syncope.client.ui.commons.markup.html.form -
-
Uses of AjaxPalettePanel in org.apache.syncope.client.ui.commons.markup.html.form
Methods in org.apache.syncope.client.ui.commons.markup.html.form that return AjaxPalettePanel Modifier and Type Method Description AjaxPalettePanel<T>
AjaxPalettePanel.Builder. build(String id, IModel<List<T>> model, AjaxPalettePanel.Builder.Query<T> choices)
AjaxPalettePanel<T>
AjaxPalettePanel.Builder. build(String id, IModel<List<T>> model, IModel<List<T>> choices)
AjaxPalettePanel<T>
AjaxPalettePanel. setModelObject(List<T> object)
-