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 interfaceAnyObjectForminterfaceGroupFormMethods 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 classAnyObjectTemplateWizardBuilderclassAnyObjectWizardBuilderclassGroupTemplateWizardBuilderclassGroupWizardBuilderclassUserTemplateWizardBuilderclassUserWizardBuilderFields 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. formLayoutInfoConstructor 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 classUserFormPanelclassUserSelfFormPanel -
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 classAbstractAnyFormBaseLayout<A extends AnyTO,F extends AnyForm<A>>classAbstractAnyFormLayout<A extends AnyTO,F extends AnyForm<A>>Subinterfaces of AnyForm in org.apache.syncope.client.ui.commons.layout Modifier and Type Interface Description interfaceUserForm
-