UnknownPheasantTemplate class
A base implementation for any unknown component, mostly used as a displayable error message.
- Inheritance
-
- Object
- PheasantTemplate
- UnknownPheasantTemplate
Constructors
Properties
Methods
-
del(
) → void -
Function used to declare the final state of a component.
This function is called at the end of the component's life cycle, either when removed from the DOM or navigating to another page
inherited
-
fetchState(
) → dynamic -
Fetches any parsed data from the previous component/page route as either a List or a Map.
inherited
-
freezeState(
[ElementState? state]) → void -
Freeze the state of the component
inherited
-
init(
) → void -
Function used to declare the initial state/case of a component.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → void -
Refresh the given page on the browser
inherited
-
reloadState(
[ElementState? state]) → void -
Reloads the state of the component
inherited
-
render(
String temp, [TemplateState? state]) → Element -
The
render
function.override -
toString(
) → String -
A string representation of this object.
inherited
-
unfreezeState(
[ElementState? state]) → void -
Unfreeze the state of the component
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited