RapidSpell Web


com.keyoti.rapidSpell.web
Class Label

java.lang.Object
  extended by com.keyoti.rapidSpell.web.Label

public class Label
extends java.lang.Object

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

text

public java.lang.String text
The label text


attributes

public java.util.Hashtable attributes
The attributes of this HTML element


style

public java.util.Hashtable style
The style attributes of this HTML element


name

public java.lang.String name
The name of this HTML element


id

public java.lang.String id
The id of this HTML element


visible

public boolean visible
Constructor Detail

Label

public Label()
Create a Html label

Method Detail

renderControl

public void renderControl(java.io.Writer output)
                   throws java.io.IOException
Renders this object to Jsp output.

Throws:
java.io.IOException

getAttributesString

protected java.lang.String getAttributesString()

getStyleString

protected java.lang.String getStyleString()

RapidSpell Web


Copyright © 2002-2013 Keyoti Inc. All Rights Reserved.