org.apache.myfaces.trinidadinternal.uinode.nav
Class CommandLinkFacesBean

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.nav.CommandLinkFacesBean
All Implemented Interfaces:
org.apache.myfaces.trinidad.bean.FacesBean, org.apache.myfaces.trinidad.component.UIXFacesBean
Direct Known Subclasses:
CommandNavigationItemFacesBean

public class CommandLinkFacesBean
extends UINodeFacesBean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.myfaces.trinidadinternal.uinode.UINodeFacesBean
UINodeFacesBean.Type
 
Constructor Summary
CommandLinkFacesBean()
           
 
Method Summary
protected  AttributeMap createAttributeMap(java.lang.String componentFamily)
          Hook for creating the AttributeMap.
protected  BoundValue getPrimaryClientActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialBV)
           
 
Methods inherited from class org.apache.myfaces.trinidadinternal.uinode.UINodeFacesBean
createBindingsMap, createPropertyMap, createUINode, getAttributeKey, getNamespaceURI, getType, getUINode, getUIXComponent, init, setUINodeAttribute
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, containsEntry, 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

CommandLinkFacesBean

public CommandLinkFacesBean()
Method Detail

createAttributeMap

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

Overrides:
createAttributeMap in class UINodeFacesBean

getPrimaryClientActionBoundValue

protected BoundValue getPrimaryClientActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component,
                                                      BoundValue unvalidatedBV,
                                                      BoundValue partialBV)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.