public class HtmlTagSupportBeanInfo extends SimpleBeanInfo
Describes the properties supported by the HtmlTagSupport class which is the parent of all the HTML Form/Input tags in Stripes. Exists to provide some flexibility in the naming of methods and primarily to provide support for the "class" tag attribute in JSP containers that demand a javabean compliant getter and setter method. Since getClass() is rather special in Java and cannot (and should not) be overridden, containers may not like calling setClass(String) without there being a corresponding getClass():String method. So the PropertyDescriptor for the "class" property specifies the methods getCssClass() and setCssClass.
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32| Constructor and Description |
|---|
HtmlTagSupportBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor[] |
getPropertyDescriptors()
Generates a simple set of PropertyDescriptors for the HtmlTagSupport class.
|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImagepublic PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface BeanInfogetPropertyDescriptors in class SimpleBeanInfo© Copyright 2005-2006, Stripes Development Team.