Uses of Interface
org.apache.syncope.common.lib.Attributable
-
-
Uses of Attributable in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table
Classes in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table with type parameters of type Attributable Modifier and Type Class Description class
AttrColumn<T extends Attributable>
-
Uses of Attributable in org.apache.syncope.client.console.wizards.any
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type Attributable Constructor Description PlainSchemasMemberships(String id, Map<String,PlainSchemaTO> schemas, IModel<Attributable> attributableTO)
-
Uses of Attributable in org.apache.syncope.client.enduser.panels.any
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type Attributable Constructor Description PlainSchemasMemberships(String id, String groupName, Map<String,PlainSchemaTO> schemas, IModel<Attributable> attributableTO)
-
Uses of Attributable in org.apache.syncope.client.ui.commons.markup.html.form
Methods in org.apache.syncope.client.ui.commons.markup.html.form with parameters of type Attributable Modifier and Type Method Description FieldPanel<Boolean>
AjaxCheckBoxPanel. setNewModel(Attributable attributable, String schema)
FieldPanel<T>
AjaxNumberFieldPanel. setNewModel(Attributable attributable, String schema)
FieldPanel<Date>
DateFieldPanel. setNewModel(Attributable attributable, String schema)
FieldPanel<T>
FieldPanel. setNewModel(Attributable attributable, String schema)
-
Uses of Attributable in org.apache.syncope.common.lib
Subinterfaces of Attributable in org.apache.syncope.common.lib Modifier and Type Interface Description interface
RealmMember
-
Uses of Attributable in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request that implement Attributable Modifier and Type Class Description class
AnyCR
class
AnyObjectCR
class
GroupCR
class
UserCR
-
Uses of Attributable in org.apache.syncope.common.lib.to
Classes in org.apache.syncope.common.lib.to that implement Attributable Modifier and Type Class Description class
AnyObjectTO
class
AnyTO
class
GroupTO
class
MembershipTO
class
UserTO
-