com.xmlserv.app.shared
Class SelectElement

java.lang.Object
  |
  +--org.jdom.Element
        |
        +--com.xmlserv.app.shared.SelectElement
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class SelectElement
extends org.jdom.Element

See Also:
Serialized Form

Fields inherited from class org.jdom.Element
additionalNamespaces, attributes, content, name, namespace, parent
 
Constructor Summary
SelectElement(java.lang.String elname, DBList dblist)
           
SelectElement(java.lang.String elname, DBList dblist, java.lang.String preselectid)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jdom.Element
addAttribute, addAttribute, addContent, addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, detach, equals, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextTrim, getChildTextTrim, getContent, getCopy, getCopy, getDocument, getMixedContent, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getParent, getQualifiedName, getSerializedForm, getText, getTextNormalize, getTextTrim, hasChildren, hashCode, hasMixedContent, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setChildren, setContent, setDocument, setMixedContent, setName, setNamespace, setParent, setText, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectElement

public SelectElement(java.lang.String elname,
                     DBList dblist,
                     java.lang.String preselectid)
Parameters:
preselectid - If not empty, this becomes the value returned by getPreselect() if this value is actually found in the table.

SelectElement

public SelectElement(java.lang.String elname,
                     DBList dblist)
Method Detail

main

public static void main(java.lang.String[] args)