|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceid.saml20.adapter.gui.FieldDescriptor
org.sourceid.saml20.adapter.gui.CheckBoxFieldDescriptor
public class CheckBoxFieldDescriptor
A field descriptor that will render a check box on the GUI configuration screen.
AdapterConfigurationGuiDescriptor.addField(FieldDescriptor),
AdapterConfigurationGuiDescriptor.addAdvancedField(FieldDescriptor),
TableDescriptor.addRowField(FieldDescriptor),
Field.getValueAsBoolean(),
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor |
|---|
FieldDescriptor.FieldValidationWrapper |
| Constructor Summary | |
|---|---|
CheckBoxFieldDescriptor(java.lang.String name,
java.lang.String description)
Create a new CheckBoxFieldDescriptor. |
|
| Method Summary | |
|---|---|
void |
setDefaultValue(boolean defaultValue)
Set the default value for this individual field as a boolean. |
| Methods inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor |
|---|
addValidator, addValidator, getDefaultValue, getDescription, getName, getValidationChain, setDefaultValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckBoxFieldDescriptor(java.lang.String name,
java.lang.String description)
name - the field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor).description - a helpful description of the field.| Method Detail |
|---|
public void setDefaultValue(boolean defaultValue)
defaultValue - the default value for this field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||