com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table
Class WBTableBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.im.commons.ui.beans.AbstractUIComponentBeanInfo
          extended by com.im.ijc.widgets.table.WBTableBeanInfo
All Implemented Interfaces:
BeanInfo

public class WBTableBeanInfo
extends AbstractUIComponentBeanInfo


Nested Class Summary
 
Nested classes/interfaces inherited from class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
AbstractUIComponentBeanInfo.StandardProps
 
Field Summary
static String PROP_ROW_COUNT_VISIBLE
           
 
Fields inherited from class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
ATTRIBUTE_IS_COMMON_WIDGET_PROPERTY
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
WBTableBeanInfo()
           
 
Method Summary
protected  void addPropertyDescriptors(List<PropertyDescriptor> list)
           
protected  PropertyDescriptor createEditableProperty(String propName, boolean hidden, boolean commonProp, Class<?> peClz)
           
 
Methods inherited from class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
createBooleanProperty, createLocalizedProperty, createLocalizedProperty, createLocalizedProperty, createProperty, createProperty, createStandardProperty, getBeanDescriptor, getPropertyDescriptors, makeGroupEditable
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_ROW_COUNT_VISIBLE

public static final String PROP_ROW_COUNT_VISIBLE
See Also:
Constant Field Values
Constructor Detail

WBTableBeanInfo

public WBTableBeanInfo()
Method Detail

addPropertyDescriptors

protected void addPropertyDescriptors(List<PropertyDescriptor> list)
                               throws IntrospectionException
Specified by:
addPropertyDescriptors in class AbstractUIComponentBeanInfo
Throws:
IntrospectionException

createEditableProperty

protected PropertyDescriptor createEditableProperty(String propName,
                                                    boolean hidden,
                                                    boolean commonProp,
                                                    Class<?> peClz)
                                             throws IntrospectionException
Throws:
IntrospectionException

com.im.ijc.widgets/1 5.9.1