public class RSButton
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
RSButton() |
RSButton(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getAttributesString() |
protected java.lang.String |
getStyleString() |
void |
renderControl(java.io.Writer output)
Renders this object to Jsp output.
|
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
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.