wt.query.qml
Class PropertyDisplayInfo

java.lang.Object
  extended bywt.query.qml.DisplayNameInfo
      extended bywt.query.qml.PropertyDisplayInfo

public class PropertyDisplayInfo
extends DisplayNameInfo


Field Summary
private static Hashtable cache
           
 
Fields inherited from class wt.query.qml.DisplayNameInfo
 
Constructor Summary
(package private) PropertyDisplayInfo()
           
 
Method Summary
 void addItem(IntrospectionUtil.PropertyInfo a_propertyInfo)
           
 void addItem(IntrospectionUtil.PropertyInfo a_propertyInfo, String a_name, String a_displayName)
           
static PropertyDisplayInfo getPropertyDisplayInfo(ClassInfo a_classInfo, Locale a_locale)
           
 IntrospectionUtil.PropertyInfo getPropertyInfo(String a_displayName)
           
 
Methods inherited from class wt.query.qml.DisplayNameInfo
addItem, getDisplayItem, getDisplayName, getDisplayNames, size, toString, verifyCurrentLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cache

private static Hashtable cache
Constructor Detail

PropertyDisplayInfo

PropertyDisplayInfo()
Method Detail

getPropertyDisplayInfo

public static PropertyDisplayInfo getPropertyDisplayInfo(ClassInfo a_classInfo,
                                                         Locale a_locale)
                                                  throws WTException
Throws:
WTException

getPropertyInfo

public IntrospectionUtil.PropertyInfo getPropertyInfo(String a_displayName)

addItem

public void addItem(IntrospectionUtil.PropertyInfo a_propertyInfo)

addItem

public void addItem(IntrospectionUtil.PropertyInfo a_propertyInfo,
                    String a_name,
                    String a_displayName)