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 classManagedAttributeUtilities.BuildForm.ButtonA button option for formsstatic classManagedAttributeUtilities.BuildForm.FlagsYes/no flags as form optionsMethods in com.identityworksllc.iiq.common that return ManagedAttributeUtilities.BuildForm.Option Modifier and Type Method Description static ManagedAttributeUtilities.BuildForm.OptionManagedAttributeUtilities.BuildForm.Button. next(String label)Builds anManagedAttributeUtilities.BuildForm.Optionindicating that a next Button will be added to the form with the given Label.static ManagedAttributeUtilities.BuildForm.OptionManagedAttributeUtilities.BuildForm.Button. next(String label, String argumentName, String argumentValue)Builds anManagedAttributeUtilities.BuildForm.Optionindicating 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.FormManagedAttributeUtilities. buildForm(Map<String,Object> map, ManagedAttributeUtilities.BuildForm.Option... options)Builds a form for the given ManagedAttribute based on the input Map. 
 -