Package io.micronaut.rss
Class RssTextInput
java.lang.Object
io.micronaut.rss.RssTextInput
- Since:
- 1.0
- Author:
- Sergio del Amo
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLink()
getName()
getTitle()
void
setDescription
(String description) Sets the explanation of the text input area.void
Sets the URL of the CGI script that processes text input requests.void
Sets the name of the text object in the text input area.void
Set the label of the Submit button in the text input area.
-
Constructor Details
-
RssTextInput
public RssTextInput()
-
-
Method Details
-
getTitle
- Returns:
- The label of the Submit button in the text input area.
-
setTitle
Set the label of the Submit button in the text input area.- Parameters:
title
- label of the submit button.
-
getDescription
- Returns:
- Explains the text input area.
-
setDescription
Sets the explanation of the text input area.- Parameters:
description
- The text area description.
-
getName
- Returns:
- The name of the text object in the text input area
-
setName
Sets the name of the text object in the text input area.- Parameters:
name
- The name to set.
-
getLink
- Returns:
- The URL of the CGI script that processes text input requests.
-
setLink
Sets the URL of the CGI script that processes text input requests.- Parameters:
link
- the CGI script URL.
-