Uses of Class
org.apache.syncope.client.console.layout.AnyObjectFormLayoutInfo
-
Packages that use AnyObjectFormLayoutInfo Package Description org.apache.syncope.client.console.layout org.apache.syncope.client.console.wizards.any -
-
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 AnyObjectFormLayoutInfo Modifier and Type Method Description Map<String,AnyObjectFormLayoutInfo>
AnyLayout. getAnyObjects()
Methods in org.apache.syncope.client.console.layout with parameters of type AnyObjectFormLayoutInfo Modifier and Type Method Description void
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 AnyObjectFormLayoutInfo Constructor Description AnyObjectTemplateWizardBuilder(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.
-