sdlip.examples.demo
Class CollectionNode

java.lang.Object
  |
  +--sdlip.examples.demo.BasicNode
        |
        +--sdlip.examples.demo.CollectionNode

public class CollectionNode
extends BasicNode

A TreeNode representing an SDLIP collection.


Constructor Summary
CollectionNode(Element c, ServerNode server, boolean isDefault)
           
 
Method Summary
 void displaySearchForm(java.lang.StringBuffer b, java.lang.String title, java.lang.String buttonText, boolean search, java.lang.String callbackMethod, int hashCode)
           
 java.util.Enumeration getAttributes()
           
 void getMetadata()
           
 java.lang.String getName()
           
 Element getPropListToRetrieve()
           
 ServerNode getServer()
           
 boolean isDefault()
           
 void makeAttributeChoice(sdlip.examples.demo.JSObject form)
           
 ResultNode search(CollectionNode n, sdlip.examples.demo.JSObject form)
           
 
Methods inherited from class sdlip.examples.demo.BasicNode
addChild, children, getLabel, getOpen, removeChild, setOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionNode

public CollectionNode(Element c,
                      ServerNode server,
                      boolean isDefault)
               throws java.lang.Exception
Method Detail

getServer

public ServerNode getServer()

getAttributes

public java.util.Enumeration getAttributes()

isDefault

public boolean isDefault()

getName

public java.lang.String getName()

getMetadata

public void getMetadata()
                 throws java.lang.Exception

displaySearchForm

public void displaySearchForm(java.lang.StringBuffer b,
                              java.lang.String title,
                              java.lang.String buttonText,
                              boolean search,
                              java.lang.String callbackMethod,
                              int hashCode)
                       throws java.lang.Exception

makeAttributeChoice

public void makeAttributeChoice(sdlip.examples.demo.JSObject form)
                         throws java.lang.Exception

getPropListToRetrieve

public Element getPropListToRetrieve()

search

public ResultNode search(CollectionNode n,
                         sdlip.examples.demo.JSObject form)
                  throws java.lang.Exception