org.jutil.text.html
Class InputHidden

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.jutil.util.AttributesImpl
              extended by org.jutil.text.html.Element
                  extended by org.jutil.text.html.Input
                      extended by org.jutil.text.html.InputHidden
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map, VersionedObject, Attributes

public class InputHidden
extends Input

See Also:
Serialized Form

Field Summary
static java.lang.String PARM_HIDDEN
           
 
Fields inherited from class org.jutil.text.html.Input
ATTR_NAME, ATTR_TYPE, ATTR_VALUE
 
Constructor Summary
InputHidden()
           
 
Method Summary
 java.lang.String getType()
           
 Version getVersion()
          Overide the superclass getVersion() to return this sub classe's Version
 void readExternal(java.io.ObjectInput in)
           
 void setType(java.lang.String type)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.jutil.text.html.Input
clearData, getAttribute, getAttribute, getName, getValue, main, setAttribute, setName, setValue, setValue, toString
 
Methods inherited from class org.jutil.text.html.Element
setAttributes, toStringAttributes
 
Methods inherited from class org.jutil.util.AttributesImpl
clearAttributes, elements, keys, removeAttribute, removeAttribute, setAttribute, size
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, rehash, remove, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PARM_HIDDEN

public static final java.lang.String PARM_HIDDEN
See Also:
Constant Field Values
Constructor Detail

InputHidden

public InputHidden()
Method Detail

setType

public void setType(java.lang.String type)
Overrides:
setType in class Input

getType

public java.lang.String getType()
Overrides:
getType in class Input

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Overrides:
writeExternal in class Input
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Overrides:
readExternal in class Input
Throws:
java.io.IOException
java.lang.ClassNotFoundException

getVersion

public Version getVersion()
Overide the superclass getVersion() to return this sub classe's Version

Specified by:
getVersion in interface VersionedObject
Overrides:
getVersion in class Input