| Package | Description |
|---|---|
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.ui |
| Modifier and Type | Field and Description |
|---|---|
static ObjectType<UIComponent> |
ObjectType.COMPONENT
.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponent> |
UIContainer.add(int index,
ObjectType<T> componentType,
String componentName) |
<T extends UIComponent> |
UIContainer.add(ObjectType<T> componentType,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
UIContainer.get(String componentName) |
| Modifier and Type | Method and Description |
|---|---|
List<UIComponent> |
UIContainer.getComponents() |
ObjectType<? extends UIComponent> |
UIComponent.getObjectType() |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.