org.gatein.mop.core.api.workspace
Class UIComponentImpl
java.lang.Object
org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
org.gatein.mop.core.api.workspace.UIComponentImpl
- All Implemented Interfaces:
- UIComponent, WorkspaceObject
- Direct Known Subclasses:
- UIBodyImpl, UIContainerImpl, UIWindowImpl
public abstract class UIComponentImpl
- extends WorkspaceObjectImpl
- implements UIComponent
- Version:
- $Revision$
- Author:
- Julien Viet
UIComponentImpl
public UIComponentImpl()
getParentContainer
public abstract UIContainerImpl getParentContainer()
getParentPage
public abstract PageImpl getParentPage()
getObjectType
public abstract ObjectType<? extends UIComponent> getObjectType()
- Specified by:
getObjectType in interface UIComponent- Specified by:
getObjectType in interface WorkspaceObject
getParent
public final UIContainerImpl getParent()
- Specified by:
getParent in interface UIComponent
getPage
public final PageImpl getPage()
- Specified by:
getPage in interface UIComponent
Copyright © 2009 eXo Platform SAS. All Rights Reserved.