Uses of Interface
org.gatein.mop.api.workspace.ui.UIComponent

Packages that use UIComponent
org.gatein.mop.api.composer   
org.gatein.mop.api.workspace   
org.gatein.mop.api.workspace.ui   
 

Uses of UIComponent in org.gatein.mop.api.composer
 

Methods in org.gatein.mop.api.composer that return UIComponent
 UIComponent StructureIterator.getComponent()
           
 UIComponent PageIterator.getComponent()
           
 UIComponent ComponentIterator.getComponent()
           
 

Constructors in org.gatein.mop.api.composer with parameters of type UIComponent
ComponentIterator(UIComponent root)
           
 

Uses of UIComponent in org.gatein.mop.api.workspace
 

Fields in org.gatein.mop.api.workspace with type parameters of type UIComponent
static ObjectType<UIComponent> ObjectType.COMPONENT
          .
 

Uses of UIComponent in org.gatein.mop.api.workspace.ui
 

Subinterfaces of UIComponent in org.gatein.mop.api.workspace.ui
 interface UIBody
          The ui body denotes a place holder in a user interface structure.
 interface UIContainer
           
 interface UIWindow
          The window is user interface component that points to a content.
 

Methods in org.gatein.mop.api.workspace.ui with type parameters of type UIComponent
<T extends UIComponent>
T
UIContainer.addChild(ObjectType<T> componentType, String componentName)
           
<T extends UIComponent>
T
UIContainer.getChild(ObjectType<T> componentType, String componentName)
           
 

Methods in org.gatein.mop.api.workspace.ui that return UIComponent
 UIComponent UIContainer.getChild(String componentName)
           
 

Methods in org.gatein.mop.api.workspace.ui that return types with arguments of type UIComponent
 Collection<? extends UIComponent> UIContainer.getChildren()
           
 ObjectType<? extends UIComponent> UIComponent.getObjectType()
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.