public class TextInput extends Object implements Serializable
Implementation object representing a textinput in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The text input description (1-100 characters).
|
protected String |
link
The text input link (1-500 characters).
|
protected String |
name
The text input field name (1-100 characters).
|
protected String |
title
The text input submit button label (1-100 characters).
|
| Constructor and Description |
|---|
TextInput() |
protected String description
public TextInput()
public String getDescription()
public void setDescription(String description)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.