Uses of Class
org.apache.syncope.client.console.layout.AnyObjectFormLayoutInfo
Packages that use AnyObjectFormLayoutInfo
Package
Description
-
Uses of AnyObjectFormLayoutInfo in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout that return types with arguments of type AnyObjectFormLayoutInfoMethods in org.apache.syncope.client.console.layout with parameters of type AnyObjectFormLayoutInfoModifier and TypeMethodDescriptionvoid
AnyLayout.setAnyObjects
(String anyType, AnyObjectFormLayoutInfo layoutInfo) -
Uses of AnyObjectFormLayoutInfo in org.apache.syncope.client.console.wizards.any
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyObjectFormLayoutInfoModifierConstructorDescriptionAnyObjectTemplateWizardBuilder
(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) AnyObjectWizardBuilder
(AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) AnyObjectWizardBuilder
(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, PageReference pageRef) Constructor to be used for Remediation details only.