public abstract class Component
extends java.lang.Object
Constructor and Description |
---|
Component() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindComponent(NativeComponent nativeComponent)
Bind the native react component to this component.
|
protected NativeComponent |
component()
Return the native react component.
|
protected abstract ReactNode |
render()
Render the component.
|
protected final void bindComponent(@Nonnull NativeComponent nativeComponent)
nativeComponent
- the native react component.@Nonnull protected NativeComponent component()
@Nullable protected abstract ReactNode render()