public interface UIComponentContainer extends UIComponent
UIComponent
interface for components which contain
other UIComponent
-s. When such component is refreshed, the child
components will be refreshed automatically.UIRefreshHandler
instead.Modifier and Type | Method and Description |
---|---|
List<? extends UIComponent> |
getChildUIComponents()
Returns iterator for all immediate child components (in case that child
instances of
UIComponent are wrapped in some ordinary Vaadin
components by this component, this iterator must return only the
unwrapped UIComponent -s). |
getComponentData, getWidget, refresh
List<? extends UIComponent> getChildUIComponents()
UIComponent
are wrapped in some ordinary Vaadin
components by this component, this iterator must return only the
unwrapped UIComponent
-s).Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.