|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.Parameter
public class Parameter
Generate the <param> tags for <applet> and <object> tags.
Applet,
Object,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.pajes.html.Tag |
|---|
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
|---|---|
Parameter(java.lang.String name,
java.lang.String value)
Creates a parameter item. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this parameter item. |
java.lang.String |
getValue()
Returns the value of this parameter item. |
protected void |
init()
Called by the constructor and the Tag.destroy() method to correctly
clear and initialise internal variables. |
void |
setContent(java.lang.String content)
Sets the value of this parameter item. |
Parameter |
setName(java.lang.String name)
Sets the name of this parameter item. |
Parameter |
setValue(java.lang.String value)
Sets the value of this parameter item. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(java.lang.String name,
java.lang.String value)
name - the name of the parameter.value - the value of the parameter.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
public void setContent(java.lang.String content)
setContent in interface HTMLsetContent in class Tagcontent - the value attribute value of this HTML tag.Tag.getContent(),
Tag.setContent(org.pajes.html.HTML)public Parameter setName(java.lang.String name)
name - the name of this parameter item.
public Parameter setValue(java.lang.String value)
value - the value of this parameter item.
protected void init()
Tag.destroy() method to correctly
clear and initialise internal variables.
init in class Tag
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||