| java.lang.Object org.netbeans.modules.visualweb.faces.dt.component.EncodingComponentDesignInfo
EncodingComponentDesignInfo | public class EncodingComponentDesignInfo implements DesignInfo(Code) | | Design time information for this component.
|
acceptLink | public boolean acceptLink(DesignBean targetBean, DesignBean sourceBean, Class sourceClass)(Code) | | Return true if instances of the specified type may be
dropped on the specified target bean.
Parameters: targetBean - DesignBean wrapping the target bean instance Parameters: sourceBean - DesignBean wrapping the source bean instance (may be null) Parameters: sourceClass - Class of the potential drop instance |
beanChanged | public void beanChanged(DesignBean bean)(Code) | | Process a bean changed event.
Parameters: bean - DesignBean wrapping the bean that changed |
beanCreatedSetup | public Result beanCreatedSetup(DesignBean bean)(Code) | | Set up the initial state of a newly created bean.
Parameters: bean - DesignBean wrapping the newly createdbean instance |
beanDeletedCleanup | public Result beanDeletedCleanup(DesignBean bean)(Code) | | Clean up before a bean is deleted.
Parameters: bean - DesignBean wrapping the bean instanceabout to be deleted |
eventChanged | public void eventChanged(DesignEvent event)(Code) | | Process an event changed event.
Parameters: event - DesignEvent wrapping the event that changed |
getBeanClass | public Class getBeanClass()(Code) | | Return the bean class for which this DesignInfo
instance provides design time information.
|
getContextItems | public DisplayAction[] getContextItems(DesignBean bean)(Code) | | Return a list or hierarchy of items to be included in a context menu
for this bean at design time.
Parameters: bean - DesignBean wrapping the bean instance for whichto return context menu items |
linkBeans | public Result linkBeans(DesignBean target, DesignBean source)(Code) | | Process the drop of the specified source bean on the specified
target bean.
Parameters: target - DesignBean wrapping the target bean instance Parameters: source - DesignBean wrapping the source bean instance |
propertyChanged | public void propertyChanged(DesignProperty prop, Object oldValue)(Code) | | Process a property changed event.
Parameters: prop - DesignProperty wrapping the property that changed Parameters: oldValue - the old value of the property (may be null) |
|
|