| java.lang.Object org.netbeans.modules.visualweb.web.ui.dt.AbstractDesignInfo org.netbeans.modules.visualweb.web.ui.dt.component.StaticTextDesignInfo
StaticTextDesignInfo | public class StaticTextDesignInfo extends AbstractDesignInfo (Code) | | Design time behavior for a StaticText component. The
following behavior is provided:
- Default the
text property to the instance
name when we are created.
- The
text property can be edited directly in the
design-time rendering of the component.
- Only
UIParameter components may be dropped onto
this component.
author: gjmurphy |
StaticTextDesignInfo | public StaticTextDesignInfo()(Code) | | Construct a new StaticTextDesignInfo instance.
|
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)
|
|
|