@OmitPattern
See: Description
Enum | Description |
---|---|
Feature |
Enum to declare whether a specific feature should be present.
|
OnPropChange.Phase |
Phase in which method should be invoked.
|
Prop.Source |
Enum where the prop is sourced from.
|
ReactComponent.Type |
Enum indicating type of component.
|
Annotation Type | Description |
---|---|
OnError |
Identifies the method that is called when a child component generates an error during rendering.
|
OnPropChange |
Identifies a method that is called when the value of one of the specified props is changed.
|
PostMount |
Identifies a method that is called after a component is mounted or attatched to the DOM.
|
PostMountOrUpdate |
Identifies a method that is called after a component is rendered.
|
PostUpdate |
Identifies a method that is called after a component is updated or re-rendered.
|
PreUpdate |
Identifies a method that is called before a component is updated or re-rendered.
|
Prop |
Annotation used to specify an abstract method that returns a prop.
|
PropDefault |
Annotation used to specify the default value for a prop.
|
PropRef |
Annotation used to associate a parameter with a prop on a method annotated with
OnPropChange . |
PropValidate |
Identifies method that is called when the prop value is specified or changes.
|
ReactComponent |
Annotation used to annotate a React component.
|
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).
|