java.lang.Object | +--sdlip.examples.demo.BasicNode | +--sdlip.examples.demo.CollectionNode
A TreeNode representing an SDLIP collection.
CollectionNode(Element c,
ServerNode server,
boolean isDefault)
void
displaySearchForm(java.lang.StringBuffer b,
java.lang.String title,
java.lang.String buttonText,
boolean search,
java.lang.String callbackMethod,
int hashCode)
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
public CollectionNode(Element c, ServerNode server, boolean isDefault) throws java.lang.Exception
public ServerNode getServer()
public java.util.Enumeration getAttributes()
public boolean isDefault()
public java.lang.String getName()
public void getMetadata() throws java.lang.Exception
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
public void makeAttributeChoice(sdlip.examples.demo.JSObject form) throws java.lang.Exception
public Element getPropListToRetrieve()
public ResultNode search(CollectionNode n, sdlip.examples.demo.JSObject form) throws java.lang.Exception