wt.clients.query
Class QueryPanelOptions

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bywt.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.


Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
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
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
QueryPanelOptions()
           
 
Method Summary
 Object[][] getContents()
           
 Object[][] getFilters()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

QueryPanelOptions

public QueryPanelOptions()
Method Detail

getContents

public Object[][] getContents()

getFilters

public Object[][] getFilters()