-
- All Implemented Interfaces:
-
com.facebook.react.uimanager.ViewManagerDelegate
public abstract class BaseViewManagerDelegate<T extends View, U extends BaseViewManagerInterface<T>> implements ViewManagerDelegate<T>
This is a base implementation of ViewManagerDelegate which supports setting properties that every view should support, such as rotation, background color, etc.
-
-
Constructor Summary
Constructors Constructor Description BaseViewManagerDelegate(U viewManager)
-
Method Summary
Modifier and Type Method Description void
setProperty(T view, String propName, @Nullable() Object value)
void
receiveCommand(T view, String commandName, ReadableArray args)
-
-
Constructor Detail
-
BaseViewManagerDelegate
BaseViewManagerDelegate(U viewManager)
-
-
Method Detail
-
setProperty
void setProperty(T view, String propName, @Nullable() Object value)
-
receiveCommand
void receiveCommand(T view, String commandName, ReadableArray args)
-
-
-
-