|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snipsnap.snip.label.BaseLabel
org.trypticon.snipsnap.label.JabberIDLabel
public class JabberIDLabel
Label identifying the Jabber ID of a user.
Field Summary |
---|
Fields inherited from class org.snipsnap.snip.label.BaseLabel |
---|
name, snip, value |
Constructor Summary | |
---|---|
JabberIDLabel()
Default constructor. |
|
JabberIDLabel(java.lang.String name,
java.lang.String value)
Constructor setting the name and value. |
Method Summary | |
---|---|
java.lang.String |
getInputProxy()
Generates the markup for displaying the input form for the label. |
java.lang.String |
getListProxy()
Generates the text for displaying the label. |
java.lang.String |
getType()
Gets the type of the label. |
void |
handleInput(java.util.Map map)
Handles the input from the user, setting the instance fields as appropriate. |
Methods inherited from class org.snipsnap.snip.label.BaseLabel |
---|
change, create, getContext, getName, getSnip, getValue, index, remove, setName, setSnip, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JabberIDLabel()
public JabberIDLabel(java.lang.String name, java.lang.String value)
name
- the name to set.value
- the value to set.Method Detail |
---|
public java.lang.String getType()
getType
in interface org.snipsnap.snip.label.Label
getType
in class org.snipsnap.snip.label.BaseLabel
public java.lang.String getInputProxy()
getInputProxy
in interface org.snipsnap.snip.label.Label
getInputProxy
in class org.snipsnap.snip.label.BaseLabel
public java.lang.String getListProxy()
getListProxy
in interface org.snipsnap.snip.label.Label
getListProxy
in class org.snipsnap.snip.label.BaseLabel
public void handleInput(java.util.Map map)
handleInput
in interface org.snipsnap.snip.label.Label
handleInput
in class org.snipsnap.snip.label.BaseLabel
map
- the input map, containing the user's input into the fields.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |