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.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CollectionNode
public CollectionNode(Element c,
ServerNode server,
boolean isDefault)
throws java.lang.Exception
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