org.apache.myfaces.trinidad.bean
Class TestBean
java.lang.Object
org.apache.myfaces.trinidad.bean.FacesBeanImpl
org.apache.myfaces.trinidad.bean.TestBean
- All Implemented Interfaces:
- FacesBean
- Direct Known Subclasses:
- SubTypeBean
public class TestBean
- extends FacesBeanImpl
| Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl |
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, createExpressionsMap, createPropertyMap, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setPropertyImpl, setValueBinding, setValueExpression, toString |
TYPE
public static final FacesBean.Type TYPE
FIRST_KEY
public static final PropertyKey FIRST_KEY
SECOND_KEY
public static final PropertyKey SECOND_KEY
TRANSIENT_KEY
public static final PropertyKey TRANSIENT_KEY
ITEMS_KEY
public static final PropertyKey ITEMS_KEY
CANT_BE_BOUND_KEY
public static final PropertyKey CANT_BE_BOUND_KEY
SILLY_KEY
public static final PropertyKey SILLY_KEY
FIRST_ALIAS_KEY
public static final PropertyKey FIRST_ALIAS_KEY
TestBean
public TestBean()
getType
public FacesBean.Type getType()
- Specified by:
getType in interface FacesBean- Specified by:
getType in class FacesBeanImpl
getFirst
public String getFirst()
setFirst
public void setFirst(String first)
getFirstAlias
public String getFirstAlias()
setFirstAlias
public void setFirstAlias(String firstAlias)
getSecond
public String getSecond()
setSecond
public void setSecond(String second)
getTransient
public String getTransient()
setTransient
public void setTransient(String transientStr)
getCantBeBound
public String getCantBeBound()
setCantBeBound
public void setCantBeBound(String cantBeBound)
addItem
public void addItem(Integer i)
removeItem
public void removeItem(Integer i)
getItems
public Integer[] getItems()
items
public Iterator<Object> items()
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.