public interface UIComponentWithCustomScopes extends UIRefreshHandler
UIRefreshHandler
interface for components which are
providing different scopes for their children. E.g. if all child components
are accessing the same variable in the context, and the value of this
variable value should depend on the particular child component accessing it,
by implementing this interface and setting different scopes to its child
components the component will have guarantee that the child components will
always see the right value.Modifier and Type | Method and Description |
---|---|
void |
updateContextFor(UIComponentScope scope)
Updates context with all necessary values for the given scope.
|
getRefreshedComponents, initChildren, registerChildren, unregisterChildren
getComponentData, getWidget, refresh
void updateContextFor(UIComponentScope scope)
scope
- Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.