Annotation Type | Description |
---|---|
OnBindService |
The method with this annotation will be called whenever the Service has been created or
transferred from the old tree to the new tree and are therefore ready to be used.
|
OnCreateChildren |
Every class that is annotated with
GroupSectionSpec requires a method that is annotated
with OnCreateChildren . |
OnCreateService |
The method annotated with this annotation will be called when the Component is created for the
first time and should create the Service it wishes to use.
|
OnDataBound |
The method annotated with this annotation will be called when the data corresponding to this
Section props is now visible to the
SectionTree.Target of the SectionTree
. |
OnDataRendered |
The method annotated with this annotation will be called when the data corresponding to this
Section props is now rendered complete.
|
OnDiff |
A class annotated with
DiffSectionSpec requires a method with this annotation. |
OnRefresh |
The method annotated with this annotation will be called when the Ui rendering the
Section
requests a refresh of the content. |
OnUnbindService |
The method annotated with this annotation will be called when the Service has been transferred
from the old tree to the new tree.
|
OnViewportChanged |
The method annotated with this annotation will be called when the UI rendering the
Section
scrolls to a new position. |