public interface AlmScope
The AlmScope
is the interface to scope any managed bean that used in TPC connector UI controller code(UI listener, UI model). In connector implementation of a customized listener, by implementing this interface can make sure the correct TPC component is bound to the listener event source, so that to make sure the state management correct. For detail information on how to use AlmScope
class, please refer to TPC connector development guideline.
Modifier and Type | Method and Description |
---|---|
RenderingContext |
getRenderingContext() |
AlmComponent |
getSourceComponent() |
void |
setRenderingContext(RenderingContext rc) |
void |
setSourceComponent(AlmComponent component) |
void setRenderingContext(RenderingContext rc)
RenderingContext getRenderingContext()
void setSourceComponent(AlmComponent component)
AlmComponent getSourceComponent()