Uses of Class
org.apache.syncope.client.ui.commons.markup.html.form.AbstractMultiPanel
-
-
Uses of AbstractMultiPanel in org.apache.syncope.client.console.wicket.markup.html.form
Subclasses of AbstractMultiPanel in org.apache.syncope.client.console.wicket.markup.html.form Modifier and Type Class Description classMultiFieldPanel<E extends Serializable>classMultiPanel<INNER extends Serializable> -
Uses of AbstractMultiPanel in org.apache.syncope.client.enduser.markup.html.form
Subclasses of AbstractMultiPanel in org.apache.syncope.client.enduser.markup.html.form Modifier and Type Class Description classMultiFieldPanel<E extends Serializable> -
Uses of AbstractMultiPanel in org.apache.syncope.client.ui.commons.markup.html.form
Methods in org.apache.syncope.client.ui.commons.markup.html.form that return AbstractMultiPanel Modifier and Type Method Description AbstractMultiPanel<INNER>AbstractMultiPanel. setFormAsMultipart(boolean multipart)AbstractMultiPanel<INNER>AbstractMultiPanel. setModelObject(List<INNER> object)
-