org.apache.myfaces.trinidad.component
Class UIXComponentBean

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidad.component.UIXComponentBean
All Implemented Interfaces:
org.apache.myfaces.trinidad.bean.FacesBean, org.apache.myfaces.trinidad.component.UIXFacesBean
Direct Known Subclasses:
UIXEditableValueBean

public class UIXComponentBean
extends org.apache.myfaces.trinidad.bean.FacesBeanImpl
implements org.apache.myfaces.trinidad.component.UIXFacesBean


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
org.apache.myfaces.trinidad.bean.FacesBean.Type
 
Constructor Summary
UIXComponentBean()
           
 
Method Summary
 org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
           
 void init(org.apache.myfaces.trinidad.component.UIXComponent component, org.apache.myfaces.trinidad.bean.FacesBean.Type type)
           
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, containsEntry, createBindingsMap, createPropertyMap, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setPropertyImpl, setValueBinding, 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, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setValueBinding
 

Constructor Detail

UIXComponentBean

public UIXComponentBean()
Method Detail

getType

public org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
Specified by:
getType in interface org.apache.myfaces.trinidad.bean.FacesBean
Specified by:
getType in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

init

public void init(org.apache.myfaces.trinidad.component.UIXComponent component,
                 org.apache.myfaces.trinidad.bean.FacesBean.Type type)
Specified by:
init in interface org.apache.myfaces.trinidad.component.UIXFacesBean


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