atg.droplet
Class TableForEachBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by atg.droplet.DropletBeanInfo
          extended by atg.droplet.TableForEachBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class TableForEachBeanInfo
extends DropletBeanInfo

BeanInfo for the TableForEach droplet.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.droplet.DropletBeanInfo
FEATURE_COMPONENT_CATEGORY, FEATURE_COMPONENT_CATEGORY_NAME, FUNCTIONAL_COMPONENT_CATEGORY, FUNCTIONAL_COMPONENT_CATEGORY_NAME, PAGE_WIZARD_NAME, PARAM_DESCRIPTORS_NAME
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
TableForEachBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns the BeanDescriptor for this bean, which will in turn contain ParamDescriptors for the droplet.
 
Methods inherited from class atg.droplet.DropletBeanInfo
createBeanDescriptor, createBeanDescriptor, createBeanDescriptor, getIcon, merge
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

TableForEachBeanInfo

public TableForEachBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns the BeanDescriptor for this bean, which will in turn contain ParamDescriptors for the droplet.

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo