@OmitPattern
See: Description
Enum | Description |
---|---|
Feature |
Enum to declare whether a specific feature should be present.
|
Input.Source |
Enum where the input is sourced from.
|
OnInputChange.Phase |
Phase in which method should be invoked.
|
View.Type |
Enum indicating type of view.
|
Annotation Type | Description |
---|---|
Input |
Annotation used to specify an abstract method that returns a prop.
|
InputDefault |
Annotation used to specify the default value for a input.
|
InputRef |
Annotation used to associate a parameter with a input on a method annotated with
OnInputChange . |
InputValidate |
Identifies method that is called when the input value is specified or changes.
|
OnError |
Identifies the method that is called when a child view generates an error during rendering.
|
OnInputChange |
Identifies a method that is called when the value of one of the specified inputs is changed.
|
PostMount |
Identifies a method that is called after a view is mounted or attached to the DOM.
|
PostMountOrUpdate |
Identifies a method that is called after a view is rendered.
|
PostUpdate |
Identifies a method that is called after a view is updated or re-rendered.
|
PreUpdate |
Identifies a method that is called before a view is updated or re-rendered.
|
Publish |
Annotation to mark a method that returns a value to be published in context for child components.
|
Render |
Identifies the method that is invoked to render the view.
|
ScheduleRender |
Identify a method that can be invoked to schedule the view for re-rendering.
|
SuppressReact4jWarnings |
Indicate that the named React4j compiler warnings should be suppressed in the
annotated element (and in all program elements contained in the annotated
element).
|
View |
Annotation used to identify a React4j view.
|