org.sourceid.saml20.adapter.gui
Class TextAreaFieldDescriptor

java.lang.Object
  extended by org.sourceid.saml20.adapter.gui.FieldDescriptor
      extended by org.sourceid.saml20.adapter.gui.TextAreaFieldDescriptor
All Implemented Interfaces:
java.io.Serializable

public class TextAreaFieldDescriptor
extends FieldDescriptor

A field descriptor that will render a text area on the GUI configuration screen.

Author:
Brian Campbell
See Also:
AdapterConfigurationGuiDescriptor.addField(FieldDescriptor), AdapterConfigurationGuiDescriptor.addAdvancedField(FieldDescriptor), TableDescriptor.addRowField(FieldDescriptor), Serialized Form

Nested 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

TextAreaFieldDescriptor

public TextAreaFieldDescriptor(java.lang.String name,
                               java.lang.String description,
                               int rows,
                               int columns)
Create a new TextAreaFieldDescriptor.

Parameters:
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 area
columns - the number of columns in the rendered text area
Method Detail

getRows

public int getRows()
The number of rows.


getColumns

public int getColumns()
The number of columns.



Copyright 2007 Ping Identity Corp. All rights reserved.