|
||||||||||
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.TextAreaFieldDescriptor
public class TextAreaFieldDescriptor
A field descriptor that will render a text area on the GUI configuration screen.
AdapterConfigurationGuiDescriptor.addField(FieldDescriptor)
,
AdapterConfigurationGuiDescriptor.addAdvancedField(FieldDescriptor)
,
TableDescriptor.addRowField(FieldDescriptor)
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class org.sourceid.saml20.adapter.gui.FieldDescriptor |
---|
FieldDescriptor.FieldValidationWrapper |
Constructor Summary | |
---|---|
TextAreaFieldDescriptor(java.lang.String name,
java.lang.String description,
int rows,
int columns)
Create a new TextAreaFieldDescriptor. |
Method Summary | |
---|---|
int |
getColumns()
The number of columns. |
int |
getRows()
The number of rows. |
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 TextAreaFieldDescriptor(java.lang.String name, java.lang.String description, int rows, int columns)
name
- the field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor).description
- a helpful description of the field.rows
- the number of rows in the rendered text areacolumns
- the number of columns in the rendered text areaMethod Detail |
---|
public int getRows()
public int getColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |