Uses of Class
org.apache.syncope.client.ui.commons.markup.html.form.AjaxNumberFieldPanel
-
Packages that use AjaxNumberFieldPanel Package Description org.apache.syncope.client.ui.commons.markup.html.form -
-
Uses of AjaxNumberFieldPanel in org.apache.syncope.client.ui.commons.markup.html.form
Methods in org.apache.syncope.client.ui.commons.markup.html.form that return AjaxNumberFieldPanel Modifier and Type Method Description AjaxNumberFieldPanel<T>
AjaxNumberFieldPanel.Builder. build(String id, String name, Class<T> reference, IModel<T> model)
AjaxNumberFieldPanel<T>
AjaxNumberFieldPanel. clone()
AjaxNumberFieldPanel<T>
AjaxNumberFieldPanel. setNewModel(List<Serializable> list)
AjaxNumberFieldPanel<T>
AjaxNumberFieldPanel. setNewModel(ListItem item)
-