|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
oracle.dacf.dataset.InfoObjectBeanInfo
Internal: Applications should not use this class.
BeanInfo implementation for InfoObject which is used by the property editors. This class provides the getters and setters for properties and validation and methods for enumerated value strings.
Field Summary | |
protected static java.lang.String |
ATTRIBUTE_CHANGED_METHOD_NAME
|
protected java.lang.String[] |
changeListenerMethodNames
Property to specify an array of new listener method names. |
static java.lang.String |
PROP_NAME
Property to specify Infobus data binding name. |
protected static java.lang.String |
ROW_2B_REMOVED_METHOD_NAME
|
protected static java.lang.String |
ROW_ADDED_METHOD_NAME
|
protected static java.lang.String |
ROW_UPDATED_METHOD_NAME
|
protected static java.lang.String |
ROWSET_CLEARED_METHOD_NAME
Property to specify the method that clears a RowSet. |
protected static java.lang.String |
ROWSET_POPULATED_METHOD_NAME
Property to specify the method that populates a RowSet. |
protected static java.lang.String |
VALIDATE_ATTRIBUTE_METHOD_NAME
|
protected static java.lang.String |
VALIDATE_ROW_METHOD_NAME
|
protected static java.lang.String |
VALIDATE_ROWSET_METHOD_NAME
|
protected static java.lang.String |
VALIDATE_SESSION_METHOD_NAME
|
protected java.lang.String[] |
validationListenerMethodNames
|
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
InfoObjectBeanInfo()
Internal: Applications should not use this class. |
Method Summary | |
protected java.lang.Class |
getBeanClass()
Internal: Applications should not use this method. |
protected java.lang.String[] |
getChangeListenerMethodNames()
Internal: Applications should not use this method. |
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Internal: Applications should not use this method. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Internal: Applications should not use this method. |
protected java.lang.String[] |
getValidationListenerMethodNames()
Internal: Applications should not use this method. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String PROP_NAME
protected static java.lang.String VALIDATE_ATTRIBUTE_METHOD_NAME
protected static java.lang.String VALIDATE_ROW_METHOD_NAME
protected static java.lang.String VALIDATE_ROWSET_METHOD_NAME
protected static java.lang.String VALIDATE_SESSION_METHOD_NAME
protected java.lang.String[] validationListenerMethodNames
protected static java.lang.String ATTRIBUTE_CHANGED_METHOD_NAME
protected static java.lang.String ROW_ADDED_METHOD_NAME
protected static java.lang.String ROW_UPDATED_METHOD_NAME
protected static java.lang.String ROW_2B_REMOVED_METHOD_NAME
protected static java.lang.String ROWSET_POPULATED_METHOD_NAME
protected static java.lang.String ROWSET_CLEARED_METHOD_NAME
protected java.lang.String[] changeListenerMethodNames
Constructor Detail |
public InfoObjectBeanInfo()
Method Detail |
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors for the bean.
BeanInfo.getPropertyDescriptors()
protected java.lang.String[] getValidationListenerMethodNames()
This method should be overriden by subclasses of InfoObject to enable the validationEvents they fire. By default, InfoObjects fire none of the validationEvents. Subclasses that fire these events should override this setting.
protected java.lang.String[] getChangeListenerMethodNames()
This method should be overriden by subclasses of InfoObject to enable the changeEvents they fire. By default, InfoObjects fire none of the changeEvents. Subclasses that fire these events should override this setting.
protected java.lang.Class getBeanClass()
Returns the class of the bean that this BeanInfo describes.
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns the event descriptors for the bean.
BeanInfo.getEventSetDescriptors()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.