|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectType | |
|---|---|
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.ui | |
| Uses of ObjectType in org.gatein.mop.api.workspace |
|---|
| Fields in org.gatein.mop.api.workspace declared as ObjectType | |
|---|---|
static ObjectType<WorkspaceObject> |
ObjectType.ANY
. |
static ObjectType<UIBody> |
ObjectType.BODY
. |
static ObjectType<UIComponent> |
ObjectType.COMPONENT
. |
static ObjectType<Page> |
ObjectType.CONFIGURATION
. |
static ObjectType<UIContainer> |
ObjectType.CONTAINER
. |
static ObjectType<Page> |
ObjectType.CONTENT
. |
static ObjectType<Site> |
ObjectType.GROUP_SITE
. |
static ObjectType<Navigation> |
ObjectType.NAVIGATION
. |
static ObjectType<Page> |
ObjectType.PAGE
. |
static ObjectType<PageLink> |
ObjectType.PAGE_LINK
. |
static ObjectType<Site> |
ObjectType.PORTAL_SITE
. |
static ObjectType<Site> |
ObjectType.SHARED_SITE
. |
static ObjectType<Site> |
ObjectType.SITE
. |
static ObjectType<Page> |
ObjectType.TEMPLATE
. |
static ObjectType<URLLink> |
ObjectType.URL_LINK
. |
static ObjectType<Site> |
ObjectType.USER_SITE
. |
static ObjectType<UIWindow> |
ObjectType.WINDOW
. |
static ObjectType<Workspace> |
ObjectType.WORKSPACE
. |
| Methods in org.gatein.mop.api.workspace that return ObjectType | |
|---|---|
ObjectType<? extends WorkspaceObject> |
WorkspaceObject.getObjectType()
Returns the object type. |
ObjectType<? extends Site> |
Site.getObjectType()
Returns a type that extends the site. |
ObjectType<? extends Page> |
Page.getObjectType()
Returns the page type. |
ObjectType<? extends Navigation> |
Navigation.getObjectType()
Extends the object type to navigation. |
| Methods in org.gatein.mop.api.workspace with parameters of type ObjectType | ||
|---|---|---|
|
Workspace.addSite(ObjectType<S> siteType,
String name)
Creates a new site. |
|
|
Workspace.getObject(ObjectType<O> type,
String id)
Returns a specified object or null if it cannot be found. |
|
|
Workspace.getSite(ObjectType<S> siteType,
String siteName)
Returns a specified site or null if it cannot be found. |
|
|
Workspace.getSites(ObjectType<S> siteType)
Returns the sites of a given type. |
|
|
Page.getTemplatizedObjects(ObjectType<T> templatizedType)
Returns the templatized objects for this page. |
|
boolean |
ObjectType.isAssignableFrom(ObjectType<?> other)
|
|
|
Navigation.linkTo(ObjectType<L> linkType)
Link the navigation to a specifed type and returns the corresponding link subclass that allows the configuration of the link. |
|
| Uses of ObjectType in org.gatein.mop.api.workspace.ui |
|---|
| Methods in org.gatein.mop.api.workspace.ui that return ObjectType | |
|---|---|
ObjectType<? extends UIComponent> |
UIComponent.getObjectType()
|
| Methods in org.gatein.mop.api.workspace.ui with parameters of type ObjectType | ||
|---|---|---|
|
UIContainer.addChild(ObjectType<T> componentType,
String componentName)
|
|
|
UIContainer.getChild(ObjectType<T> componentType,
String componentName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||