|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.rss.TextInput
public class TextInput
Specifies a text input box that can be displayed with the channel. The purpose of this element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.
Constructor Summary | |
---|---|
TextInput()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the explanation for the text input area. |
URI |
getLink()
Returns the URL of the CGI script that processes text input requests. |
String |
getLinkString()
Returns the URL of the CGI script that processes text input requests. |
String |
getName()
Returns the name of the text object in the text input area. |
String |
getTitle()
Returns the label of the Submit button in the text input area. |
void |
setDescription(String description)
Initializes the explanation for the text input area. |
void |
setLink(URI link)
Initializes the URL of the CGI script that processes text input requests. |
void |
setLinkString(String link)
Initializes the URL of the CGI script that processes text input requests. |
void |
setName(String name)
Initializes the name of the text object in the text input area. |
void |
setTitle(String title)
Initializes the label of the Submit button in the text input area. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextInput()
Method Detail |
---|
public void setTitle(String title)
title
- a button label. Shall not be null
.
NullPointerException
- if title
is null
.getTitle()
public String getTitle()
null
if not yet initialized.setTitle(java.lang.String)
public String getDescription()
null
if not yet initialized.setDescription(java.lang.String)
public void setDescription(String description)
description
- the text input description. Shall not be null
.
NullPointerException
- if description
is null
.getDescription()
public void setName(String name)
name
- a name. Shall not be null
.
NullPointerException
- if name
is null
.getName()
public String getName()
null
if not yet initialized.setName(java.lang.String)
public String getLinkString()
null
.
NullPointerException
- if no link has been defined in this text input description.setLinkString(java.lang.String)
,
getLink()
public void setLinkString(String link) throws URISyntaxException
link
- an URL as a string. Shall not be null
.
NullPointerException
- if link
is null
.
URISyntaxException
- if the given string violates RFC 2396, as augmented by the URI
deviations.getLinkString()
,
setLink(java.net.URI)
public void setLink(URI link)
link
- an URL. Shall not be null
.
NullPointerException
- if link
is null
.getLink()
,
setLinkString(java.lang.String)
public URI getLink()
null
if not yet initialized.setLink(java.net.URI)
,
getLinkString()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |