wt.clients.query
Class QueryPanelOptions
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
wt.clients.query.QueryPanelOptions
- public class QueryPanelOptions
- extends ListResourceBundle
Used when calling WTQuery to initialize the search on and display attributes
for the Local Search panel.
Field Summary |
(package private) static Object[][] |
contents
LOCALIZATION Instructions:
This file uses the contents array in a slightly unique manner. |
(package private) static Object[][] |
filters
|
private static String |
versionID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
contents
static final Object[][] contents
- LOCALIZATION Instructions:
This file uses the contents array in a slightly unique manner. As a
result only parts of the text can be localized. The key (the first
member of each row) can be localized. For example the first row in the
english version of the contents array has
the key "All Document Types". This string can be localized. The second
member of each row is a string. Only the text following "G:" and up to
the ";" can be localized within this string. The localization value for this
portion of the string must not contain a colon (":") or semi-colon (";").
For example in the following string
"C:wt.doc.WTDocument; K:61; A:number; D:versionIdentity;"
the "Search Criteria" can be localized. The rest of the string must remain
intact.
filters
static final Object[][] filters
QueryPanelOptions
public QueryPanelOptions()
getContents
public Object[][] getContents()
getFilters
public Object[][] getFilters()