Method | Description | |
---|---|---|
ConstantsToExport ( ) : object>.IDictionary |
||
Initialize ( IReactBridge bridge ) : void | ||
RegisterRootView ( IReactComponent view ) : void | ||
Reset ( ) : void | ||
ViewForReactTag ( long tag ) : IReactComponent | ||
_manageChildren ( long containerReactTag, IList |
Method | Description | |
---|---|---|
BubblingEventsConfig ( ) : object>.IDictionary |
||
CreateView ( long reactTag, string viewName, long rootTag, object>.IDictionary |
||
DirectEventsConfig ( ) : object>.IDictionary |
||
ManageChildren ( long containerReactTag, IList |
||
UpdateView ( long reactTag, string viewName, object>.IDictionary |
||
_childrenToRemoveFromContainer ( IReactContainerComponent container, IList |
Disassociates children from container. Doesn't remove from registries.
|
|
_purgeChildrenFromRegistry ( IReactComponent>.IDictionary |
||
_removeChildrenFromContainer ( IReactContainerComponent container, IEnumerable |
public ConstantsToExport ( ) : object>.IDictionary |
||
return | object>.IDictionary |
public Initialize ( IReactBridge bridge ) : void | ||
bridge | IReactBridge | |
return | void |
public RegisterRootView ( IReactComponent view ) : void | ||
view | IReactComponent | |
return | void |
public ViewForReactTag ( long tag ) : IReactComponent | ||
tag | long | |
return | IReactComponent |
public _manageChildren ( long containerReactTag, IList |
||
containerReactTag | long | |
moveFromIndicies | IList |
|
moveToIndicies | IList |
|
addChildReactTags | IList |
|
addAtIndicies | IList |
|
removeAtIndices | IList |
|
registry | IReactComponent>.IDictionary | |
return | void |