|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.keyoti.rapidSpell.web.RSButton
public class RSButton
RapidSpell button
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 |
int |
size
The input size |
java.util.Hashtable |
style
The style attributes of this HTML element |
int |
tabIndex
The button's tab index. |
protected java.lang.String |
type
|
java.lang.String |
value
The input value |
boolean |
visible
|
Constructor Summary | |
---|---|
RSButton()
|
|
RSButton(java.lang.String type)
|
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 int tabIndex
public java.lang.String value
public int size
protected java.lang.String type
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 RSButton(java.lang.String type)
public RSButton()
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 |