RapidSpell Web


com.keyoti.rapidSpell.web
Class RSText

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

public class RSText
extends java.lang.Object

Html text box


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
RSText()
          Initializes a new instance of the RSText class
 
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

tabIndex

public int tabIndex
The button's tab index.


value

public java.lang.String value
The input value


size

public int size
The input size


type

protected java.lang.String type

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

RSText

public RSText()
Initializes a new instance of the RSText class

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.