| org.netbeans.modules.visualweb.insync.beans.Bean org.netbeans.modules.visualweb.insync.faces.MarkupBean org.netbeans.modules.visualweb.insync.faces.FacesBean
FacesBean | public class FacesBean extends MarkupBean (Code) | | A MarkupBean for a JSF component that lives in a FacesPageUnit.
|
Inner Class :public class UsageInfo | |
FacesBean | FacesBean(FacesPageUnit unit, BeanInfo beanInfo, String name, Element element)(Code) | | Construct a bean bound to existing field & accessor methods, and page element.
Parameters: unit - Parameters: beanInfo - Parameters: name - Parameters: field - Parameters: getter - Parameters: setter - Parameters: element - |
FacesBean | FacesBean(FacesPageUnit unit, BeanInfo beanInfo, String name, MarkupBean parent, Element element)(Code) | | Construct a new bean, creating the underlying field and accessor methods and using given page
element
Parameters: unit - Parameters: beanInfo - Parameters: name - Parameters: parent - Parameters: element - |
addBinding | public void addBinding()(Code) | | |
bindEventSets | protected void bindEventSets()(Code) | | Perform markup-based event wiring here on a per-bean basis.
|
bindParent | public Bean bindParent()(Code) | | Take the opportinuty to scan for and bind to this bean's parent.
!CQ TODO: maybe share code with superclass...
the parent of this bean iff not previously bound |
clearBindingProperty | void clearBindingProperty()(Code) | | |
getAttributeDescriptor | public static AttributeDescriptor getAttributeDescriptor(PropertyDescriptor pd)(Code) | | Determine if a given property should be managed in markup based on it having an attribute
descriptor.
Parameters: pd - The propertty's descriptor. The attribute descriptor if there is one, else null. |
getCompBinding | public String getCompBinding()(Code) | | Get the binding expression string for this bean.
the binding expression string for this bean. |
getFacetElement | public Element getFacetElement()(Code) | | Get the facet element if this bean is a facet.
the facet element if this bean is a facet, or null if it is not. |
getFacetName | public String getFacetName()(Code) | | Get the facet name if this bean is a facet.
the facet name if this bean is a facet, or null if it is not. |
getUsageInfo | public UsageInfo getUsageInfo()(Code) | | |
performInstanceUnparenting | public void performInstanceUnparenting(Object instance, Object parent)(Code) | | |
setBindingProperty | void setBindingProperty()(Code) | | Directly set the markup=>java bean binding attribute(s)
|
setBindingPropertyLive | void setBindingPropertyLive(DesignBean liveBean)(Code) | | Directly set the markup=>java bean binding attribute(s) and also the live instances
Parameters: liveBean - |
updateBindingLive | public void updateBindingLive(Object instance)(Code) | | Update the live faces value binding for this component
Parameters: instance - |
|
|