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

All Superinterfaces:
WorkspaceObject
All Known Subinterfaces:
UIBody, UIContainer, UIWindow

public interface UIComponent
extends WorkspaceObject

Version:
$Revision$
Author:
Julien Viet

Method Summary
 String getName()
           
 ObjectType<? extends UIComponent> getObjectType()
          Returns the object type.
 Page getPage()
           
 UIContainer getParent()
           
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId
 

Method Detail

getName

String getName()

getObjectType

ObjectType<? extends UIComponent> getObjectType()
Description copied from interface: WorkspaceObject
Returns the object type.

Specified by:
getObjectType in interface WorkspaceObject
Returns:
the object type

getParent

UIContainer getParent()

getPage

Page getPage()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.