-
public class ViewManagerPropertyUpdater
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
ViewManagerPropertyUpdater.Settable
public interface
ViewManagerPropertyUpdater.ViewManagerSetter
public interface
ViewManagerPropertyUpdater.ShadowNodeSetter
-
Method Summary
Modifier and Type Method Description static void
clear()
static <T extends ViewManagerDelegate<V>, V extends View> void
updateProps(T delegate, V v, ReactStylesDiffMap props)
static <T extends ViewManager, V extends View> void
updateProps(T manager, V v, ReactStylesDiffMap props)
static <T extends ReactShadowNode> void
updateProps(T node, ReactStylesDiffMap props)
static Map<String, String>
getNativeProps(Class<out ViewManager> viewManagerTopClass, Class<out ReactShadowNode> shadowNodeTopClass)
-
-
Method Detail
-
clear
static void clear()
-
updateProps
static <T extends ViewManagerDelegate<V>, V extends View> void updateProps(T delegate, V v, ReactStylesDiffMap props)
-
updateProps
static <T extends ViewManager, V extends View> void updateProps(T manager, V v, ReactStylesDiffMap props)
-
updateProps
static <T extends ReactShadowNode> void updateProps(T node, ReactStylesDiffMap props)
-
getNativeProps
static Map<String, String> getNativeProps(Class<out ViewManager> viewManagerTopClass, Class<out ReactShadowNode> shadowNodeTopClass)
-
-
-
-