All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.util.html.SubmitFormInputBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.util.html.SubmitFormInputBeanInfo
- public class SubmitFormInputBeanInfo
- extends SimpleBeanInfo
The SubmitFormInputBeanInfo class provides
bean information for the SubmitFormInput class.
-
SubmitFormInputBeanInfo()
-
-
getAdditionalBeanInfo()
- Returns the BeanInfo for the superclass of this bean.
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getIcon(int)
- Returns an image for the icon.
SubmitFormInputBeanInfo
public SubmitFormInputBeanInfo()
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Returns the BeanInfo for the superclass of this bean. Since
SubmitFormInput 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
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
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
All Packages Class Hierarchy This Package Previous Next Index