public class Label
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
|
java.util.Hashtable |
style
The style attributes of this HTML element
|
java.lang.String |
text
The label text
|
boolean |
visible |
Constructor and Description |
---|
Label()
Create a Html label
|
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 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
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.