public interface UIContainer extends UIComponent
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponent> |
add(int index,
ObjectType<T> componentType,
String componentName) |
<T extends UIComponent> |
add(ObjectType<T> componentType,
String componentName) |
UIComponent |
get(String componentName) |
List<UIComponent> |
getComponents() |
getName, getObjectType, getPage, getParentgetAttributes, getObjectIdadapt, isAdapted, removeAdapter<T extends UIComponent> T add(ObjectType<T> componentType, String componentName)
<T extends UIComponent> T add(int index, ObjectType<T> componentType, String componentName)
UIComponent get(String componentName)
List<UIComponent> getComponents()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.