com.itmill.toolkit.terminal.gwt.client
Class UIDL
java.lang.Object
com.itmill.toolkit.terminal.gwt.client.UIDL
public class UIDL
- extends Object
Constructor Summary |
UIDL(com.google.gwt.json.client.JSONArray json)
|
UIDL
public UIDL(com.google.gwt.json.client.JSONArray json)
getId
public String getId()
getTag
public String getTag()
getStringAttribute
public String getStringAttribute(String name)
getAttributeNames
public Set getAttributeNames()
getIntAttribute
public int getIntAttribute(String name)
getLongAttribute
public long getLongAttribute(String name)
getFloatAttribute
public float getFloatAttribute(String name)
getDoubleAttribute
public double getDoubleAttribute(String name)
getBooleanAttribute
public boolean getBooleanAttribute(String name)
getStringArrayAttribute
public String[] getStringArrayAttribute(String name)
getIntArrayAttribute
public int[] getIntArrayAttribute(String name)
getStringArrayAttributeAsSet
public HashSet getStringArrayAttributeAsSet(String string)
hasAttribute
public boolean hasAttribute(String name)
getChildUIDL
public UIDL getChildUIDL(int i)
getChildString
public String getChildString(int i)
getChildIterator
public Iterator getChildIterator()
getNumberOfChildren
public int getNumberOfChildren()
toString
public String toString()
- Overrides:
toString
in class Object
getChildrenAsXML
public String getChildrenAsXML()
print_r
public com.itmill.toolkit.terminal.gwt.client.UIDL.IUIDLBrowser print_r()
dir
public com.google.gwt.user.client.ui.TreeItem dir()
hasVariable
public boolean hasVariable(String name)
getStringVariable
public String getStringVariable(String name)
getIntVariable
public int getIntVariable(String name)
getLongVariable
public long getLongVariable(String name)
getFloatVariable
public float getFloatVariable(String name)
getDoubleVariable
public double getDoubleVariable(String name)
getBooleanVariable
public boolean getBooleanVariable(String name)
getStringArrayVariable
public String[] getStringArrayVariable(String name)
getStringArrayVariableAsSet
public Set getStringArrayVariableAsSet(String name)
getIntArrayVariable
public int[] getIntArrayVariable(String name)
getChildCount
public int getChildCount()
getErrors
public UIDL getErrors()
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.