public class RssTextInput
extends java.lang.Object
| Constructor and Description |
|---|
RssTextInput() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getLink() |
java.lang.String |
getName() |
java.lang.String |
getTitle() |
void |
setDescription(java.lang.String description)
Sets the explanation of the text input area.
|
void |
setLink(java.lang.String link)
Sets the URL of the CGI script that processes text input requests.
|
void |
setName(java.lang.String name)
Sets the name of the text object in the text input area.
|
void |
setTitle(java.lang.String title)
Set the label of the Submit button in the text input area.
|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - label of the submit button.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The text area description.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String getLink()
public void setLink(java.lang.String link)
link - the CGI script URL.