- React - Class in react4j
-
Native interface to native runtime for creating views.
- react4j - package react4j
-
Core React4j API.
- react4j.annotations - package react4j.annotations
-
This package contains annotations used by the annotation processor.
- react4j.internal - package react4j.internal
-
React4j internal support code.
- ReactElement - Class in react4j
-
Element represents either a view or a host component.
- ReactElement() - Constructor for class react4j.ReactElement
-
- ReactErrorInfo - Class in react4j
-
- ReactErrorInfo() - Constructor for class react4j.ReactErrorInfo
-
- ReactNode - Interface in react4j
-
Union type representing possible output of render method.
- ReactTestUtil - Class in react4j
-
Utility class for interacting with React4j in tests.
- register(Class<T>) - Static method in class react4j.Contexts
-
Register the context with the specified type, an empty "" qualifier and a null default value.
- register(Class<T>, T) - Static method in class react4j.Contexts
-
Register the context with the specified type, an empty "" qualifier and a default value.
- register(Class<T>, String) - Static method in class react4j.Contexts
-
Register the context with the specified type, qualifier and a null default value.
- register(Class<T>, String, T) - Static method in class react4j.Contexts
-
Register the context with the specified type, qualifier and a default value.
- Render - Annotation Type in react4j.annotations
-
Identifies the method that is invoked to render the view.
- render(Context.ConsumerRenderFunction<ST>) - Method in class react4j.Context.ConsumerBuilder
-
Specify the child render function.
- render(T) - Method in interface react4j.Context.ConsumerRenderFunction
-
Render the specified tree for context value.
- render() - Method in class react4j.internal.NativeView
-
- resetConfig(boolean) - Static method in class react4j.ReactTestUtil
-
Reset the state of React config to either production or development state.
- validateInputValues() - Static method in class react4j.ReactTestUtil
-
Set the `react4j.validate_input_values` setting to true
.
- value(ST) - Method in class react4j.Context.ProviderBuilder
-
- valueOf(String) - Static method in enum react4j.annotations.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum react4j.annotations.Input.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum react4j.annotations.OnInputChange.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum react4j.annotations.View.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum react4j.annotations.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum react4j.annotations.Input.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum react4j.annotations.OnInputChange.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum react4j.annotations.View.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- View - Annotation Type in react4j.annotations
-
Annotation used to identify a React4j view.
- View.Type - Enum in react4j.annotations
-
Enum indicating type of view.
- ViewConstructorFunction - Interface in react4j.internal
-
A function interface to create component instances.
- ViewState - Class in react4j.internal
-
Constants representing the state of a view.