|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomQueryFunction
Intefrace used / returned by certain DomQuery
methods.
DomQuery.compile(String)
,
DomQuery.compile(String, com.gwtext.client.core.DomQuery.SelectorType)
Method Summary | |
---|---|
com.google.gwt.user.client.Element[] |
query()
Execute the query represented by this function. |
com.google.gwt.user.client.Element[] |
query(com.google.gwt.user.client.Element root)
Execute the query represented by this function starting with the specified root element. |
Method Detail |
---|
com.google.gwt.user.client.Element[] query()
com.google.gwt.user.client.Element[] query(com.google.gwt.user.client.Element root)
root
- the root element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |