Copyright 2002 by aragost

com.aragost.html
Class TextInput

java.lang.Object
  |
  +--com.aragost.html.Element
        |
        +--com.aragost.html.HtmlElement
              |
              +--com.aragost.html.InputElement
                    |
                    +--com.aragost.html.TextInput

public class TextInput
extends InputElement


Constructor Summary
TextInput(java.lang.String name, java.lang.String value)
           
 
Method Summary
 int getSize()
          Getter for property size.
 java.lang.String getType()
           
 void setSize(int size)
          Setter for property size.
 
Methods inherited from class com.aragost.html.InputElement
getName, getTag, getValue, setName, setValue, writeAttributes
 
Methods inherited from class com.aragost.html.HtmlElement
getAttribute, getAttributes, getBody, getIntAttribute, postBodyWrite, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, writeTo
 
Methods inherited from class com.aragost.html.Element
isCellLike, isNowrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextInput

public TextInput(java.lang.String name,
                 java.lang.String value)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in class InputElement

getSize

public int getSize()
Getter for property size.

Returns:
Value of property size.

setSize

public void setSize(int size)
Setter for property size.

Parameters:
size - New value of property size.

Copyright 2002 by aragost