public class CompareListLinkDataBeanBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
CompareListLinkDataBeanBeanInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.EventSetDescriptor[] | getEventSetDescriptors()
Deprecated.
Return the event set descriptors for this bean.
|
java.beans.MethodDescriptor | getLinkHeadingMethodDescriptor()
Deprecated.
Gets the getLinkHeading() method descriptor.
|
java.beans.MethodDescriptor | getLinkPageMethodDescriptor()
Deprecated.
Gets the getLinkPage() method descriptor.
|
java.beans.MethodDescriptor | getLinkTextMethodDescriptor()
Deprecated.
Gets the getLinkText() 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 | linkHeadingPropertyDescriptor()
Deprecated.
Gets the linkHeading property descriptor.
|
java.beans.PropertyDescriptor | linkPagePropertyDescriptor()
Deprecated.
Gets the linkPage property descriptor.
|
java.beans.PropertyDescriptor | linkTextPropertyDescriptor()
Deprecated.
Gets the linkText property descriptor.
|
java.beans.MethodDescriptor | setLinkHeading_javalangStringMethodDescriptor()
Deprecated.
Gets the setLinkHeading(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setLinkPage_javalangStringMethodDescriptor()
Deprecated.
Gets the setLinkPage(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setLinkText_javalangStringMethodDescriptor()
Deprecated.
Gets the setLinkText(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 CompareListLinkDataBeanBeanInfo()
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.EventSetDescriptor[] getEventSetDescriptors()
public java.beans.MethodDescriptor getLinkHeadingMethodDescriptor()
public java.beans.MethodDescriptor getLinkPageMethodDescriptor()
public java.beans.MethodDescriptor getLinkTextMethodDescriptor()
public java.beans.MethodDescriptor[] getMethodDescriptors()
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
public java.beans.MethodDescriptor getTargetMethodDescriptor()
public java.beans.PropertyDescriptor linkHeadingPropertyDescriptor()
public java.beans.PropertyDescriptor linkPagePropertyDescriptor()
public java.beans.PropertyDescriptor linkTextPropertyDescriptor()
public java.beans.MethodDescriptor setLinkHeading_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setLinkPage_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setLinkText_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setTarget_javalangStringMethodDescriptor()
public java.beans.PropertyDescriptor targetPropertyDescriptor()