org.apache.myfaces.trinidadinternal.uinode
Class EditableFacesBean

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidadinternal.uinode.UINodeFacesBean
          extended by org.apache.myfaces.trinidadinternal.uinode.EditableFacesBean
All Implemented Interfaces:
org.apache.myfaces.trinidad.bean.FacesBean, org.apache.myfaces.trinidad.component.UIXFacesBean

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
public class EditableFacesBean
extends UINodeFacesBean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.myfaces.trinidadinternal.uinode.UINodeFacesBean
UINodeFacesBean.Type
 
Constructor Summary
EditableFacesBean()
          Deprecated.  
 
Method Summary
protected  AttributeMap createAttributeMap(java.lang.String componentFamily)
          Deprecated. Hook for creating the AttributeMap.
protected  BoundValue getConverterBoundValue()
          Deprecated.  
 void setProperty(org.apache.myfaces.trinidad.bean.PropertyKey key, java.lang.Object value)
          Deprecated.  
 
Methods inherited from class org.apache.myfaces.trinidadinternal.uinode.UINodeFacesBean
createExpressionsMap, createPropertyMap, createUINode, getAttributeKey, getNamespaceURI, getType, getUINode, getUIXComponent, init, setUINodeAttribute
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, keySet, markInitialState, removeEntry, restoreState, saveState, setPropertyImpl, setValueBinding, setValueExpression, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, keySet, markInitialState, removeEntry, restoreState, saveState, setValueBinding, setValueExpression
 

Constructor Detail

EditableFacesBean

public EditableFacesBean()
Deprecated. 
Method Detail

createAttributeMap

protected AttributeMap createAttributeMap(java.lang.String componentFamily)
Deprecated. 
Description copied from class: UINodeFacesBean
Hook for creating the AttributeMap. Add type-specific AttributeKey overrides here.

Overrides:
createAttributeMap in class UINodeFacesBean

setProperty

public void setProperty(org.apache.myfaces.trinidad.bean.PropertyKey key,
                        java.lang.Object value)
Deprecated. 
Specified by:
setProperty in interface org.apache.myfaces.trinidad.bean.FacesBean
Overrides:
setProperty in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

getConverterBoundValue

protected BoundValue getConverterBoundValue()
Deprecated. 


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.