public class HiddenValueCallback extends Object implements Callback, Serializable
Constructor and Description |
---|
HiddenValueCallback(String id)
Create a new HiddenValueCallback with the id as specified.
|
HiddenValueCallback(String id,
String value)
Create a new HiddenValueCallback with the id and initial value as specified.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Get the initial default value set on the HiddenValueCallback.
|
String |
getId()
Get the id for the HiddenValueCallback to use when it is rendered as an HTML element.
|
String |
getValue()
Get the value set on the HiddenValueCallback when it is sent in a REST request.
|
void |
setValue(String value)
Set the value on the HiddenValueCallback.
|
public HiddenValueCallback(String id)
id
- The id for the HiddenValueCallback when it is rendered as an HTML element.public HiddenValueCallback(String id, String value)
id
- The id for the HiddenValueCallback when it is rendered as an HTML element.value
- The initial value for the HiddenValueCallback when it is rendered as an HTML element.public String getValue()
public void setValue(String value)
value
- The value to set on the callback.public String getId()
public String getDefaultValue()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.