Copyright 2002 by aragost

com.aragost.html
Class Hidden

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

public class Hidden
extends InputElement


Constructor Summary
Hidden(java.lang.String name, java.lang.String value)
          Creates new Hidden
 
Method Summary
 java.lang.String getType()
           
 
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

Hidden

public Hidden(java.lang.String name,
              java.lang.String value)
Creates new Hidden

Method Detail

getType

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

Copyright 2002 by aragost