public abstract class UIContainerImpl extends UIComponentImpl implements UIContainer
model| Constructor and Description |
|---|
UIContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponent> |
add(int index,
ObjectType<T> componentType,
String name) |
<T extends UIComponent> |
add(ObjectType<T> componentType,
String name) |
abstract UIContainerImpl |
createContainer() |
abstract UIBodyImpl |
createInsertion() |
abstract UIWindowImpl |
createWindow() |
UIComponent |
get(String componentName) |
abstract List<UIComponentImpl> |
getComponentList() |
abstract Map<String,UIComponentImpl> |
getComponentMap() |
List<UIComponent> |
getComponents() |
ObjectType<? extends UIContainer> |
getObjectType() |
getName, getPage, getParent, getParentContainer, getParentPageadapt, getAttributes, getNodeName, getObjectId, isAdapted, removeAdapter, setNodeName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getPage, getParentgetAttributes, getObjectIdadapt, isAdapted, removeAdapterpublic abstract UIContainerImpl createContainer()
public abstract UIBodyImpl createInsertion()
public abstract UIWindowImpl createWindow()
public abstract Map<String,UIComponentImpl> getComponentMap()
public abstract List<UIComponentImpl> getComponentList()
public ObjectType<? extends UIContainer> getObjectType()
getObjectType in interface UIComponentgetObjectType in interface WorkspaceObjectgetObjectType in class UIComponentImplpublic UIComponent get(String componentName)
get in interface UIContainerpublic <T extends UIComponent> T add(ObjectType<T> componentType, String name)
add in interface UIContainerpublic <T extends UIComponent> T add(int index, ObjectType<T> componentType, String name)
add in interface UIContainerpublic List<UIComponent> getComponents()
getComponents in interface UIContainerCopyright © 2025 JBoss by Red Hat. All Rights Reserved.