public final class QuickQueryPattern extends QueryPattern
QueryPattern.Options| Constructor and Description |
|---|
QuickQueryPattern() |
| Modifier and Type | Method and Description |
|---|---|
protected Binder |
createQueryBinder() |
protected org.w3c.dom.Element |
createQueryElement(org.w3c.dom.Document d) |
protected org.w3c.dom.Element |
findQueryElement(org.w3c.dom.Element panelHeader) |
protected org.w3c.dom.Element |
processQueryElement(org.w3c.dom.Element panelHeader,
QueryPattern.Options options) |
protected void |
updateQueryElements(org.w3c.dom.Element queryElement,
org.w3c.dom.Element tableElement,
QueryPattern.Options options,
java.lang.String resultComponentId) |
bind, create, createOptions, findChildElement, generateOptionscanRebind, getSingleBindRootprotected org.w3c.dom.Element createQueryElement(org.w3c.dom.Document d)
createQueryElement in class QueryPatternprotected org.w3c.dom.Element findQueryElement(org.w3c.dom.Element panelHeader)
findQueryElement in class QueryPatternprotected Binder createQueryBinder()
createQueryBinder in class QueryPatternprotected org.w3c.dom.Element processQueryElement(org.w3c.dom.Element panelHeader,
QueryPattern.Options options)
processQueryElement in class QueryPatternprotected void updateQueryElements(org.w3c.dom.Element queryElement,
org.w3c.dom.Element tableElement,
QueryPattern.Options options,
java.lang.String resultComponentId)
updateQueryElements in class QueryPattern