@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited @Documented public @interface OnShow
View
class accessible (public) methods annotated with this annotation will be called by view navigator right
before the view is shown (rendered in target display component).
Annotated methods may provide an optional parameter of ViewNavigator.ViewNavigatorChangeEvent
or default
ViewChangeListener.ViewChangeEvent
type to obtain informations about view navigation.
OnShow annotated methods have a similar function to that of View
enter
method.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
onRefresh
Whether to call OnShow annotated method also at browser page refresh
|
Copyright © 2019 The Holon Platform. All rights reserved.