Uses of Interface
com.identityworksllc.iiq.common.ManagedAttributeUtilities.BuildForm.Option
-
Packages that use ManagedAttributeUtilities.BuildForm.Option Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of ManagedAttributeUtilities.BuildForm.Option in com.identityworksllc.iiq.common
Classes in com.identityworksllc.iiq.common that implement ManagedAttributeUtilities.BuildForm.Option Modifier and Type Class Description static class
ManagedAttributeUtilities.BuildForm.Button
A button option for formsstatic class
ManagedAttributeUtilities.BuildForm.Flags
Yes/no flags as form optionsMethods in com.identityworksllc.iiq.common that return ManagedAttributeUtilities.BuildForm.Option Modifier and Type Method Description static ManagedAttributeUtilities.BuildForm.Option
ManagedAttributeUtilities.BuildForm.Button. next(String label)
Builds anManagedAttributeUtilities.BuildForm.Option
indicating that a next Button will be added to the form with the given Label.static ManagedAttributeUtilities.BuildForm.Option
ManagedAttributeUtilities.BuildForm.Button. next(String label, String argumentName, String argumentValue)
Builds anManagedAttributeUtilities.BuildForm.Option
indicating that a next Button will be added to the form with the given Label.Methods in com.identityworksllc.iiq.common with parameters of type ManagedAttributeUtilities.BuildForm.Option Modifier and Type Method Description sailpoint.object.Form
ManagedAttributeUtilities. buildForm(Map<String,Object> map, ManagedAttributeUtilities.BuildForm.Option... options)
Builds a form for the given ManagedAttribute based on the input Map.
-