wt.doc
Class WTDocumentAttributeList

java.lang.Object
  extended bywt.query.SearchAttributeList
      extended bywt.doc.WTDocumentAttributeList
All Implemented Interfaces:
Externalizable, SearchAttributeListDelegate, Serializable

public class WTDocumentAttributeList
extends SearchAttributeList

This class is used to generate search criteria, and search result columns for HTML table processing of documents.

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.query.SearchAttributeList
classCount, clientLocale, currentQueryResource, EXTERNALIZATION_VERSION_UID, index, inputAttributes, inputProcessing, NULL_PARAMETER, OLD_FORMAT_VERSION_UID, outputAttributes, outputProcessing, pickList, pickValues, queryClass, sortAttributes, sortPref
 
Constructor Summary
WTDocumentAttributeList()
           
WTDocumentAttributeList(Locale locale)
           
 
Method Summary
 void setLocale(Locale locale)
          Used to initialize the lists for drop down list, search critieria, and search result columns.
 
Methods inherited from class wt.query.SearchAttributeList
getAllSortAttributes, getInputAttributes, getInputProcessing, getOutputAttributes, getOutputProcessing, getPickList, getPickValues, getPropertyDescriptors, getPropertyDescriptors, getQueryClass, getQueryResource, getQueryType, getSortAttributes, getSortedPick, getSortedQueryType, getSortKey, getSortList, readExternal, readVersion, setQueryResource, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

WTDocumentAttributeList

public WTDocumentAttributeList(Locale locale)

WTDocumentAttributeList

public WTDocumentAttributeList()
Method Detail

setLocale

public void setLocale(Locale locale)
Used to initialize the lists for drop down list, search critieria, and search result columns.

Supported API: false

Specified by:
setLocale in interface SearchAttributeListDelegate
Overrides:
setLocale in class SearchAttributeList
Parameters:
locale -