-
public class ViewManagerPropertyUpdater
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceViewManagerPropertyUpdater.Settablepublic interfaceViewManagerPropertyUpdater.ViewManagerSetterpublic interfaceViewManagerPropertyUpdater.ShadowNodeSetter
-
Method Summary
Modifier and Type Method Description static voidclear()static <T extends ViewManagerDelegate<V>, V extends View> voidupdateProps(T delegate, V v, ReactStylesDiffMap props)static <T extends ViewManager, V extends View> voidupdateProps(T manager, V v, ReactStylesDiffMap props)static <T extends ReactShadowNode> voidupdateProps(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)
-
-
-
-