All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.util.html.TextFormInputBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.as400.util.html.TextFormInputBeanInfo

public class TextFormInputBeanInfo
extends SimpleBeanInfo
The TextFormInputBeanInfo class provides bean information for the TextFormInput class.


Constructor Index

 o TextFormInputBeanInfo()

Method Index

 o getAdditionalBeanInfo()
Returns the BeanInfo for the superclass of this bean.
 o getBeanDescriptor()
Returns the bean descriptor.
 o getDefaultEventIndex()
Returns the index of the default event.
 o getDefaultPropertyIndex()
Returns the index of the default property.
 o getEventSetDescriptors()
Returns the descriptors for all events.
 o getIcon(int)
Returns an image for the icon.
 o getPropertyDescriptors()
Returns the descriptors for all properties.

Constructors

 o TextFormInputBeanInfo
 public TextFormInputBeanInfo()

Methods

 o getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo for the superclass of this bean. Since TextFormInput is a subclass of FormInput, this method will return a FormInputBeanInfo object.

Returns:
BeanInfo[] containing this bean's superclass BeanInfo
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the bean descriptor.

Returns:
The bean descriptor.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getDefaultEventIndex
 public int getDefaultEventIndex()
Returns the index of the default event.

Returns:
The index to the default event.
Overrides:
getDefaultEventIndex in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Returns the index of the default property.

Returns:
The index to the default property.
Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns the descriptors for all events.

Returns:
The descriptors for all events.
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int icon)
Returns an image for the icon.

Parameters:
icon - The icon size and color.
Returns:
The image.
Overrides:
getIcon in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the descriptors for all properties.

Returns:
The descriptors for all properties.
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index