org.gatein.mop.api.workspace.ui
Interface UIContainer

All Superinterfaces:
Collection<UIComponent>, Iterable<UIComponent>, List<UIComponent>, UIComponent, WorkspaceObject

public interface UIContainer
extends UIComponent, List<UIComponent>

Version:
$Revision$
Author:
Julien Viet

Method Summary
<T extends UIComponent>
T
add(int index, ObjectType<T> componentType, String componentName)
           
<T extends UIComponent>
T
add(ObjectType<T> componentType, String componentName)
           
 UIComponent get(String componentName)
           
 
Methods inherited from interface org.gatein.mop.api.workspace.ui.UIComponent
getName, getObjectType, getPage, getParent
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

<T extends UIComponent> T add(ObjectType<T> componentType,
                              String componentName)

add

<T extends UIComponent> T add(int index,
                              ObjectType<T> componentType,
                              String componentName)

get

UIComponent get(String componentName)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.