Skip navigation links


org.apache.myfaces.trinidad.component
Interface UIXFacesBean

All Superinterfaces:
FacesBean
All Known Implementing Classes:
UIXEditableFacesBeanImpl, UIXFacesBeanImpl

public interface UIXFacesBean
extends FacesBean

Subinterface for FacesBeans that are used for the storage of a UIXComponent.


Nested Class Summary

 

Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
FacesBean.Type

 

Method Summary
 void init(UIXComponent component, FacesBean.Type type)
          Initialize a UIXFacesBean with a specific component and type.

 

Methods inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getType, getValueBinding, getValueExpression, initialStateMarked, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setValueBinding, setValueExpression

 

Method Detail

init

void init(UIXComponent component,
          FacesBean.Type type)
Initialize a UIXFacesBean with a specific component and type.

Skip navigation links


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