public class CompareListDataBeanBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
CompareListDataBeanBeanInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.beans.PropertyDescriptor | duplicateMessagePropertyDescriptor()
Deprecated.
Gets the duplicateMessage property descriptor.
|
static java.lang.reflect.Method | findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
Deprecated.
Find the method by comparing (name & parameter size) against the methods in the class.
|
java.beans.BeanInfo[] | getAdditionalBeanInfo()
Deprecated.
Returns the BeanInfo of the superclass of this bean to inherit its features.
|
static java.lang.Class | getBeanClass()
Deprecated.
Gets the bean class.
|
static java.lang.String | getBeanClassName()
Deprecated.
Gets the bean class name.
|
java.beans.BeanDescriptor | getBeanDescriptor()
Deprecated.
|
java.beans.MethodDescriptor | getDuplicateMessageMethodDescriptor()
Deprecated.
Gets the getDuplicateMessage() method descriptor.
|
java.beans.EventSetDescriptor[] | getEventSetDescriptors()
Deprecated.
Return the event set descriptors for this bean.
|
java.beans.MethodDescriptor | getLimitMessageMethodDescriptor()
Deprecated.
Gets the getLimitMessage() method descriptor.
|
java.beans.MethodDescriptor | getLimitMethodDescriptor()
Deprecated.
Gets the getLimit() method descriptor.
|
java.beans.MethodDescriptor | getLinkMethodDescriptor()
Deprecated.
Gets the getLink() method descriptor.
|
java.beans.MethodDescriptor | getListNameMethodDescriptor()
Deprecated.
Gets the getListName() method descriptor.
|
java.beans.MethodDescriptor[] | getMethodDescriptors()
Deprecated.
Return the method descriptors for this bean.
|
java.beans.PropertyDescriptor[] | getPropertyDescriptors()
Deprecated.
Return the property descriptors for this bean.
|
java.beans.MethodDescriptor | getTargetMethodDescriptor()
Deprecated.
Gets the getTarget() method descriptor.
|
java.beans.PropertyDescriptor | limitMessagePropertyDescriptor()
Deprecated.
Gets the limitMessage property descriptor.
|
java.beans.PropertyDescriptor | limitPropertyDescriptor()
Deprecated.
Gets the limit property descriptor.
|
java.beans.PropertyDescriptor | linkPropertyDescriptor()
Deprecated.
Gets the link property descriptor.
|
java.beans.PropertyDescriptor | listNamePropertyDescriptor()
Deprecated.
Gets the listName property descriptor.
|
java.beans.MethodDescriptor | setDuplicateMessage_javalangStringMethodDescriptor()
Deprecated.
Gets the setDuplicateMessage(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setLimit_intMethodDescriptor()
Deprecated.
Gets the setLimit(int) method descriptor.
|
java.beans.MethodDescriptor | setLimitMessage_javalangStringMethodDescriptor()
Deprecated.
Gets the setLimitMessage(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setLink_javalangStringMethodDescriptor()
Deprecated.
Gets the setLink(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setListName_javalangStringMethodDescriptor()
Deprecated.
Gets the setListName(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setTarget_javalangStringMethodDescriptor()
Deprecated.
Gets the setTarget(java.lang.String) method descriptor.
|
java.beans.PropertyDescriptor | targetPropertyDescriptor()
Deprecated.
Gets the target property descriptor.
|
public java.beans.PropertyDescriptor duplicateMessagePropertyDescriptor()
public static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
public java.beans.BeanInfo[] getAdditionalBeanInfo()
public static java.lang.Class getBeanClass()
public static java.lang.String getBeanClassName()
public java.beans.BeanDescriptor getBeanDescriptor()
public java.beans.MethodDescriptor getDuplicateMessageMethodDescriptor()
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
public java.beans.MethodDescriptor getLimitMessageMethodDescriptor()
public java.beans.MethodDescriptor getLimitMethodDescriptor()
public java.beans.MethodDescriptor getLinkMethodDescriptor()
public java.beans.MethodDescriptor getListNameMethodDescriptor()
public java.beans.MethodDescriptor[] getMethodDescriptors()
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
public java.beans.MethodDescriptor getTargetMethodDescriptor()
public java.beans.PropertyDescriptor limitMessagePropertyDescriptor()
public java.beans.PropertyDescriptor limitPropertyDescriptor()
public java.beans.PropertyDescriptor linkPropertyDescriptor()
public java.beans.PropertyDescriptor listNamePropertyDescriptor()
public java.beans.MethodDescriptor setDuplicateMessage_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setLimit_intMethodDescriptor()
public java.beans.MethodDescriptor setLimitMessage_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setLink_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setListName_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setTarget_javalangStringMethodDescriptor()
public java.beans.PropertyDescriptor targetPropertyDescriptor()