- pauseUntilRenderLoopComplete() - Static method in class react4j.internal.arez.SchedulerUtil
-
The first time an arez component is rendered it will lock the Arez scheduler and release
the lock in the micro-task immediately following the task that prompted the render.
- populateDebugData(JsPropertyMap<Object>) - Method in class react4j.Component
-
Populate the state parameter with any data that is useful when debugging the component.
- PostMount - Annotation Type in react4j.annotations
-
Identifies a method that is called after a component is mounted or attatched to the DOM.
- PostMountOrUpdate - Annotation Type in react4j.annotations
-
Identifies a method that is called after a component is rendered.
- PostUpdate - Annotation Type in react4j.annotations
-
Identifies a method that is called after a component is updated or re-rendered.
- PreUpdate - Annotation Type in react4j.annotations
-
Identifies a method that is called before a component is updated or re-rendered.
- Profiler - Static variable in class react4j.React
-
The Symbol type for Profiler.
- Prop - Annotation Type in react4j.annotations
-
Annotation used to specify an abstract method that returns a prop.
- PropDefault - Annotation Type in react4j.annotations
-
Annotation used to specify the default value for a prop.
- PropRef - Annotation Type in react4j.annotations
-
Annotation used to associate a parameter with a prop on a method annotated with
OnPropChange
.
- props() - Method in class react4j.Component
-
Return the component props from the native component.
- props() - Method in class react4j.internal.NativeComponent
-
- props() - Method in class react4j.ReactElement
-
- PropValidate - Annotation Type in react4j.annotations
-
Identifies method that is called when the prop value is specified or changes.
- provider() - Method in class react4j.Context
-
Create a builder for the Provider component.
- Provider - Static variable in class react4j.React
-
The Symbol type for Provider.