Uses of Class
org.apache.myfaces.trinidadinternal.ui.NodeRole

Packages that use NodeRole
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.composite   
org.apache.myfaces.trinidadinternal.ui.laf.base   
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml   
org.apache.myfaces.trinidadinternal.uinode   
 

Uses of NodeRole in org.apache.myfaces.trinidadinternal.ui
 

Fields in org.apache.myfaces.trinidadinternal.ui declared as NodeRole
static NodeRole UIConstants.COMPOSITE_ROLE
          Role for nodes that are composite widgets.
static NodeRole UIConstants.STATE_ROLE
          Role for nodes that change rendering state.
static NodeRole UIConstants.STRUCTURAL_ROLE
          Role for nodes that play a structural role - that is, layouts.
static NodeRole UIConstants.UNKNOWN_ROLE
          Role for nodes that can't be identified.
static NodeRole UIConstants.USER_INVISIBLE_ROLE
          Role for nodes that are invisible to the end user.
 

Methods in org.apache.myfaces.trinidadinternal.ui that return NodeRole
 NodeRole AbstractTextNode.getNodeRole(UIXRenderingContext context)
           
 NodeRole UINodeProxy.getNodeRole(UIXRenderingContext context)
          Returns the role that this node occupies.
 NodeRole BaseUINode.getNodeRole(UIXRenderingContext context)
          Returns the role that this node occupies.
 NodeRole UINode.getNodeRole(UIXRenderingContext context)
          Returns the role that this node occupies.
 NodeRole RoledRenderer.getNodeRole(UIXRenderingContext context, UINode node)
          Return the role of this renderer.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type NodeRole
 boolean NodeRole.satisfiesRole(NodeRole role)
          Returns true if this role object "satisfies" another role.
 

Constructors in org.apache.myfaces.trinidadinternal.ui with parameters of type NodeRole
NodeRole(java.lang.String name, NodeRole[] roles)
          Creates a named NodeRole.
 

Uses of NodeRole in org.apache.myfaces.trinidadinternal.ui.composite
 

Methods in org.apache.myfaces.trinidadinternal.ui.composite that return NodeRole
 NodeRole ContextPropertyUINode.getNodeRole(UIXRenderingContext context)
           
 

Uses of NodeRole in org.apache.myfaces.trinidadinternal.ui.laf.base
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return NodeRole
 NodeRole SwitcherRenderer.getNodeRole(UIXRenderingContext context, UINode node)
           
static NodeRole NodeRoleUtils.getStructuralRole(UIXRenderingContext context, UINode node)
          Returns the structural role of the node; if it isn't structural, returns the role of the first structural child.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type NodeRole
static boolean NodeRoleUtils.isStructuralButNotComposite(NodeRole role)
           
 

Uses of NodeRole in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 

Fields in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml declared as NodeRole
static NodeRole XhtmlLafConstants.BODY_ROLE
           
static NodeRole XhtmlLafConstants.DOCUMENT_ROLE
           
static NodeRole XhtmlLafConstants.FORM_SUBMIT_DATA_ROLE
           
static NodeRole XhtmlLafConstants.INLINE_MESSAGE_ROLE
           
static NodeRole XhtmlLafConstants.TABLE_FOOTER_ROLE
           
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return NodeRole
 NodeRole FormValueRenderer.getNodeRole(UIXRenderingContext context, UINode node)
           
 NodeRole ScriptRenderer.getNodeRole(UIXRenderingContext context, UINode node)
           
 NodeRole AliasRenderer.getNodeRole(UIXRenderingContext context, UINode node)
           
 NodeRole ImportScriptRenderer.getNodeRole(UIXRenderingContext context, UINode node)
           
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type NodeRole
static boolean XhtmlLafRenderer.structureSatisfiesRole(UIXRenderingContext context, UINode node, NodeRole expectedRole)
           
 

Uses of NodeRole in org.apache.myfaces.trinidadinternal.uinode
 

Methods in org.apache.myfaces.trinidadinternal.uinode that return NodeRole
 NodeRole UIComponentUINode.getNodeRole(UIXRenderingContext context)
          Returns the role that this node occupies.
 NodeRole UIXComponentUINode.getNodeRole(UIXRenderingContext context)
          Returns the role that this node occupies.
 



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