org.apache.myfaces.trinidad.bean
Class SubTypeBean

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidad.bean.TestBean
          extended by org.apache.myfaces.trinidad.bean.SubTypeBean
All Implemented Interfaces:
org.apache.myfaces.trinidad.bean.FacesBean

public class SubTypeBean
extends TestBean


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
org.apache.myfaces.trinidad.bean.FacesBean.Type
 
Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey SUB_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
 
Fields inherited from class org.apache.myfaces.trinidad.bean.TestBean
CANT_BE_BOUND_KEY, FIRST_ALIAS_KEY, FIRST_KEY, ITEMS_KEY, SECOND_KEY, SILLY_KEY, TRANSIENT_KEY
 
Constructor Summary
SubTypeBean()
           
 
Method Summary
 java.lang.String getSub()
           
 org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
           
 void setSub(java.lang.String sub)
           
 
Methods inherited from class org.apache.myfaces.trinidad.bean.TestBean
addItem, getCantBeBound, getFirst, getFirstAlias, getItems, getSecond, getTransient, items, removeItem, setCantBeBound, setFirst, setFirstAlias, setSecond, setTransient
 
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
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

SUB_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SUB_KEY
Constructor Detail

SubTypeBean

public SubTypeBean()
Method Detail

getType

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

getSub

public java.lang.String getSub()

setSub

public void setSub(java.lang.String sub)


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