| java.lang.Object org.netbeans.modules.visualweb.web.ui.dt.AbstractDesignInfo org.netbeans.modules.visualweb.web.ui.dt.component.TableColumnDesignInfo
TableColumnDesignInfo | public class TableColumnDesignInfo extends AbstractDesignInfo (Code) | | DesignInfo for the TableColumn component. The following behavior is
implemented:
- Upon component creation, pre-populate with one Static Text.
author: Winston Prakash |
TableColumnDesignInfo | public TableColumnDesignInfo()(Code) | | |
acceptChild | public boolean acceptChild(DesignBean parentBean, DesignBean childBean, Class childClass)(Code) | | Accept only StaticText, Button or Field as Child
|
acceptLink | public boolean acceptLink(DesignBean targetBean, DesignBean sourceBean, Class sourceClass)(Code) | | Accept only Reult Set (may be not required in future) or TableDataProvider as links
|
propertyChanged | public void propertyChanged(DesignProperty property, Object oldValue)(Code) | | Modify the width of the table if the column width changes
|
Fields inherited from org.netbeans.modules.visualweb.web.ui.dt.AbstractDesignInfo | final public static String DECORATION_ICON(Code)(Java Doc)
|
Methods inherited from org.netbeans.modules.visualweb.web.ui.dt.AbstractDesignInfo | public boolean acceptChild(DesignBean parentBean, DesignBean childBean, Class childClass)(Code)(Java Doc) public boolean acceptLink(DesignBean targetBean, DesignBean sourceBean, Class sourceClass)(Code)(Java Doc) public boolean acceptParent(DesignBean parentBean, DesignBean childBean, Class childClass)(Code)(Java Doc) public void beanChanged(DesignBean bean)(Code)(Java Doc) public void beanContextActivated(DesignBean bean)(Code)(Java Doc) public void beanContextDeactivated(DesignBean bean)(Code)(Java Doc) public Result beanCreatedSetup(DesignBean bean)(Code)(Java Doc) public Result beanDeletedCleanup(DesignBean bean)(Code)(Java Doc) public Result beanPastedSetup(DesignBean bean)(Code)(Java Doc) public void deleteConverter(DesignBean designBean)(Code)(Java Doc) public void eventChanged(DesignEvent event)(Code)(Java Doc) public Class getBeanClass()(Code)(Java Doc) protected BeanDescriptor getBeanDescriptor()(Code)(Java Doc) protected BeanInfo getBeanInfo() throws IntrospectionException(Code)(Java Doc) public DisplayAction[] getContextItems(DesignBean bean)(Code)(Java Doc) public DisplayActionSet getContextItemsExt(DesignBean bean)(Code)(Java Doc) protected static DesignBean getConverterBean(DesignBean designBean)(Code)(Java Doc) protected static DesignBean getConverterBean(FacesDesignContext context, String expression)(Code)(Java Doc) public static Class getConverterClass(Class type)(Code)(Java Doc) protected static String getConverterName(DesignBean designBean)(Code)(Java Doc) protected DesignProperty getDefaultBindingProperty(DesignBean targetBean)(Code)(Java Doc) protected PropertyDescriptor getPropertyDescriptor(String name)(Code)(Java Doc) protected PropertyDescriptor[] getPropertyDescriptors()(Code)(Java Doc) public void instanceNameChanged(DesignBean bean, String oldInstanceName)(Code)(Java Doc) protected static boolean isSunWebUIContext(DesignBean bean)(Code)(Java Doc) public Result linkBeans(DesignBean targetBean, DesignBean sourceBean)(Code)(Java Doc) public Result linkDataProviderToListSelector(FacesDesignProperty property, DesignBean dataBean)(Code)(Java Doc) public Result linkDataProviderToSingleton(FacesDesignProperty property, DesignBean dataBean)(Code)(Java Doc) public Result linkDataProviderToStringListSelector(FacesDesignProperty property, DesignBean dataBean)(Code)(Java Doc) public void modifyConverter(DesignProperty property)(Code)(Java Doc) public void propertyChanged(DesignProperty property, Object oldValue)(Code)(Java Doc)
|
|
|