| com.gwtext.client.core.DomQueryFunction
Method Summary | |
Element[] | query() Execute the query represented by this function. | Element[] | query(Element root) Execute the query represented by this function starting with the specified root element. |
query | Element[] query()(Code) | | Execute the query represented by this function.
result of query |
query | Element[] query(Element root)(Code) | | Execute the query represented by this function starting with the specified root element.
Parameters: root - the root element result of query |
|
|