| java.lang.Object org.netbeans.modules.visualweb.web.ui.dt.AbstractDesignInfo org.netbeans.modules.visualweb.web.ui.dt.component.TableRowGroupDesignInfo
TableRowGroupDesignInfo | public class TableRowGroupDesignInfo extends AbstractDesignInfo (Code) | | DesignInfo for the TableRowGroup component. The following behavior is
implemented:
- Upon component creation, pre-populate with one table coulum.
author: Winston Prakash |
TableRowGroupDesignInfo | public TableRowGroupDesignInfo()(Code) | | |
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
|
beanCreatedSetup | public Result beanCreatedSetup(DesignBean tableRowGroupBean)(Code) | | Create Table Row Group Design State with the design bean and save its state
which in turn would create default no of table columns with few row of data.
|
linkBeans | public Result linkBeans(DesignBean targetBean, DesignBean sourceBean)(Code) | | If child bean is a TableDataProvider create TableRowGroupDesignState with the target bean
and set TableDataProvider as source bean and then save its state which in turn would create
corresponding tables and columns with the data in the TableDataProvider.
TBD - if the child bean is TableColumn
|
propertyChanged | public void propertyChanged(DesignProperty property, Object oldValue)(Code) | | Reset the table row group to use default table if the source data is set to null
This could happen if the user deleted the data provider.
Parameters: property - The DesignProperty that has changed. Parameters: oldValue - Optional oldValue, or null if theprevious value is not known |
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)
|
|
|