RapidSpell Web


com.keyoti.rapidSpell.web
Class HtmlSelect

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

public class HtmlSelect
extends java.lang.Object

Html select box


Field Summary
 java.util.Hashtable attributes
          The attributes of this HTML element
 java.lang.String id
          The id of this HTML element
 java.util.ArrayList items
          The items in this select box
 boolean multiple
           
 java.lang.String name
          The name of this HTML element
 int size
           
 java.util.Hashtable style
          The style attributes of this HTML element
 int tabIndex
          The tab index.
 boolean visible
           
 
Constructor Summary
HtmlSelect()
           
 
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 tab index.


items

public java.util.ArrayList items
The items in this select box


size

public int size

multiple

public boolean multiple

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

HtmlSelect

public HtmlSelect()
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.