Class RssTextInput

java.lang.Object
io.micronaut.rss.RssTextInput

public class RssTextInput extends Object
Since:
1.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • RssTextInput

      public RssTextInput()
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      The label of the Submit button in the text input area.
    • setTitle

      public void setTitle(String title)
      Set the label of the Submit button in the text input area.
      Parameters:
      title - label of the submit button.
    • getDescription

      public String getDescription()
      Returns:
      Explains the text input area.
    • setDescription

      public void setDescription(String description)
      Sets the explanation of the text input area.
      Parameters:
      description - The text area description.
    • getName

      public String getName()
      Returns:
      The name of the text object in the text input area
    • setName

      public void setName(String name)
      Sets the name of the text object in the text input area.
      Parameters:
      name - The name to set.
    • getLink

      public String getLink()
      Returns:
      The URL of the CGI script that processes text input requests.
    • setLink

      public void setLink(String link)
      Sets the URL of the CGI script that processes text input requests.
      Parameters:
      link - the CGI script URL.