Package com.identityworksllc.iiq.common
Class ManagedAttributeUtilities.BuildForm.Button
- java.lang.Object
-
- com.identityworksllc.iiq.common.ManagedAttributeUtilities.BuildForm.Button
-
- All Implemented Interfaces:
ManagedAttributeUtilities.BuildForm.Option
- Enclosing class:
- ManagedAttributeUtilities.BuildForm
public static class ManagedAttributeUtilities.BuildForm.Button extends Object implements ManagedAttributeUtilities.BuildForm.Option
A button option for forms
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManagedAttributeUtilities.BuildForm.Optionnext(String label)Builds anManagedAttributeUtilities.BuildForm.Optionindicating that a next Button will be added to the form with the given Label.static ManagedAttributeUtilities.BuildForm.Optionnext(String label, String argumentName, String argumentValue)Builds anManagedAttributeUtilities.BuildForm.Optionindicating that a next Button will be added to the form with the given Label.
-
-
-
Method Detail
-
next
public static ManagedAttributeUtilities.BuildForm.Option next(String label)
Builds anManagedAttributeUtilities.BuildForm.Optionindicating that a next Button will be added to the form with the given Label.- Parameters:
label- The label- Returns:
- The button option
-
next
public static ManagedAttributeUtilities.BuildForm.Option 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.- Parameters:
label- The labelargumentName- The variable to set when this button is clickedargumentValue- The value to set in the variable when this button is clicked- Returns:
- The button option
-
-