public interface Container extends Component
LABELLEDBY
Modifier and Type | Method and Description |
---|---|
Component |
add(Component c) |
<T extends Component> |
get(String id) |
Collection<? extends Component> |
getAll() |
Collection<? extends Component> |
getAll(String name) |
Collection<? extends Component> |
getAllDeep() |
<T extends Component> |
getByName(String name) |
Component |
remove(String id) |
Component |
substitute(String id,
Component c) |
addClass, clone, getAttribute, getBrowserMode, getContent, getId, getLabel, getName, getParent, getParentElement, getRoot, getStyle, getViewMode, init, init, removeAttribute, removeClass, setActionListener, setAttribute, setBrowserMode, setClass, setContent, setId, setLabel, setName, setParent, setParentElement, setStyle, setViewMode, show, show, toggleClass, toString
Component add(Component c)
c
- - the componentComponent remove(String id)
id
- - the id of the componentComponent substitute(String id, Component c)
id
- - the id of the component which should be substitutedc
- - the new component<T extends Component> T get(String id)
id
- - the id of the component<T extends Component> T getByName(String name)
name
- the name of the componentCollection<? extends Component> getAll()
Collection<? extends Component> getAll(String name)
Collection<? extends Component> getAllDeep()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.