|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.keyoti.rapidSpell.web.Label
public class Label
Html Label
Field Summary | |
---|---|
java.util.Hashtable |
attributes
The attributes of this HTML element |
java.lang.String |
id
The id of this HTML element |
java.lang.String |
name
The name of this HTML element |
java.util.Hashtable |
style
The style attributes of this HTML element |
java.lang.String |
text
The label text |
boolean |
visible
|
Constructor Summary | |
---|---|
Label()
Create a Html label |
Method Summary | |
---|---|
protected java.lang.String |
getAttributesString()
|
protected java.lang.String |
getStyleString()
|
void |
renderControl(java.io.Writer output)
Renders this object to Jsp output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String text
public java.util.Hashtable attributes
public java.util.Hashtable style
public java.lang.String name
public java.lang.String id
public boolean visible
Constructor Detail |
---|
public Label()
Method Detail |
---|
public void renderControl(java.io.Writer output) throws java.io.IOException
java.io.IOException
protected java.lang.String getAttributesString()
protected java.lang.String getStyleString()
|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |