Properties
Callback function that is called when a view's display begins
Callback function that is called when a view's display ends
True if the view is currently being displayed
Methods
Parameters
element
Returns
void
Clear all children from the given element and call dispose as needed
Parameters
element
Returns
void
Close the view either by closing the popup it's in, or popping it from the navigation stack. Returns true if the view was closed or navigated back, false otherwise.
Parameters
animated
boolean
optional
Returns
boolean
Returns
void
Dispose of all children of the given element
Parameters
element
Returns
void
Parameters
handler
() -> (boolean)
Returns
void
Reset the view back to default state
Returns
void
Returns
void
Updated 12 days ago