Uses of Interface
org.apache.syncope.client.ui.commons.wizards.any.AnyForm
-
-
Uses of AnyForm in org.apache.syncope.client.console.commons
Method parameters in org.apache.syncope.client.console.commons with type arguments of type AnyForm Modifier and Type Method Description <A extends AnyTO>
WizardModelAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
<A extends AnyTO>
WizardModelIdMAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
<A extends AnyTO>
WizardModelIdRepoAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
-
Uses of AnyForm in org.apache.syncope.client.console.layout
Subinterfaces of AnyForm in org.apache.syncope.client.console.layout Modifier and Type Interface Description interface
AnyObjectForm
interface
GroupForm
Methods in org.apache.syncope.client.console.layout with type parameters of type AnyForm Modifier and Type Method Description static <A extends AnyTO,F extends AnyForm<A>,FL extends AbstractAnyFormLayout<A,F>>
FAnyLayoutUtils. newLayoutInfo(A anyTO, List<String> anyTypeClasses, FL anyFormLayout, AbstractAnyRestClient<?> anyRestClient, PageReference pageRef)
-
Uses of AnyForm in org.apache.syncope.client.console.wizards.any
Classes in org.apache.syncope.client.console.wizards.any that implement AnyForm Modifier and Type Class Description class
AnyObjectTemplateWizardBuilder
class
AnyObjectWizardBuilder
class
GroupTemplateWizardBuilder
class
GroupWizardBuilder
class
UserTemplateWizardBuilder
class
UserWizardBuilder
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type AnyForm Modifier and Type Field Description protected AbstractAnyFormLayout<A,? extends AnyForm<A>>
AnyWizardBuilder. formLayoutInfo
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type AnyForm Constructor Description AnyWizardBuilder(A anyTO, List<String> anyTypeClasses, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo, PageReference pageRef)
Construct.AnyWizardBuilder(AnyWrapper<A> wrapper, List<String> anyTypeClasses, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo, PageReference pageRef)
Construct. -
Uses of AnyForm in org.apache.syncope.client.enduser.panels
Classes in org.apache.syncope.client.enduser.panels that implement AnyForm Modifier and Type Class Description class
UserFormPanel
class
UserSelfFormPanel
-
Uses of AnyForm in org.apache.syncope.client.ui.commons.layout
Classes in org.apache.syncope.client.ui.commons.layout with type parameters of type AnyForm Modifier and Type Class Description class
AbstractAnyFormBaseLayout<A extends AnyTO,F extends AnyForm<A>>
class
AbstractAnyFormLayout<A extends AnyTO,F extends AnyForm<A>>
Subinterfaces of AnyForm in org.apache.syncope.client.ui.commons.layout Modifier and Type Interface Description interface
UserForm
-