Uses of Class
org.apache.syncope.client.ui.commons.layout.AbstractAnyFormLayout
Packages that use AbstractAnyFormLayout
Package
Description
-
Uses of AbstractAnyFormLayout in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type AbstractAnyFormLayoutModifier and TypeMethodDescription<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 AbstractAnyFormLayout in org.apache.syncope.client.console.layout
Subclasses of AbstractAnyFormLayout in org.apache.syncope.client.console.layoutModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.syncope.client.console.layout with type parameters of type AbstractAnyFormLayoutModifier and TypeMethodDescriptionstatic <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 AbstractAnyFormLayout in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as AbstractAnyFormLayoutModifier and TypeFieldDescriptionprotected AbstractAnyFormLayout<A, ? extends AnyForm<A>> AnyWizardBuilder.formLayoutInfoConstructors in org.apache.syncope.client.console.wizards.any with parameters of type AbstractAnyFormLayoutModifierConstructorDescriptionAnyWizardBuilder(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.