C# 클래스 ReactNative.Framework.UIManager

상속: IUIManager, IBridgeModule
파일 보기 프로젝트 열기: joemcbride/react-native-wpf

공개 메소드들

메소드 설명
ConstantsToExport ( ) : object>.IDictionary
Initialize ( IReactBridge bridge ) : void
RegisterRootView ( IReactComponent view ) : void
Reset ( ) : void
ViewForReactTag ( long tag ) : IReactComponent
_manageChildren ( long containerReactTag, IList moveFromIndicies, IList moveToIndicies, IList addChildReactTags, IList addAtIndicies, IList removeAtIndices, IReactComponent>.IDictionary registry ) : void

비공개 메소드들

메소드 설명
BubblingEventsConfig ( ) : object>.IDictionary
CreateView ( long reactTag, string viewName, long rootTag, object>.IDictionary props ) : void
DirectEventsConfig ( ) : object>.IDictionary
ManageChildren ( long containerReactTag, IList moveFromIndicies, IList moveToIndicies, IList addChildReactTags, IList addAtIndicies, IList removeAtIndices ) : void
UpdateView ( long reactTag, string viewName, object>.IDictionary props ) : void
_childrenToRemoveFromContainer ( IReactContainerComponent container, IList atIndices ) : IList

Disassociates children from container. Doesn't remove from registries.

_purgeChildrenFromRegistry ( IReactComponent>.IDictionary registry, IEnumerable children ) : void
_removeChildrenFromContainer ( IReactContainerComponent container, IEnumerable children ) : void

메소드 상세

ConstantsToExport() 공개 메소드

public ConstantsToExport ( ) : object>.IDictionary
리턴 object>.IDictionary

Initialize() 공개 메소드

public Initialize ( IReactBridge bridge ) : void
bridge IReactBridge
리턴 void

RegisterRootView() 공개 메소드

public RegisterRootView ( IReactComponent view ) : void
view IReactComponent
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ViewForReactTag() 공개 메소드

public ViewForReactTag ( long tag ) : IReactComponent
tag long
리턴 IReactComponent

_manageChildren() 공개 메소드

public _manageChildren ( long containerReactTag, IList moveFromIndicies, IList moveToIndicies, IList addChildReactTags, IList addAtIndicies, IList removeAtIndices, IReactComponent>.IDictionary registry ) : void
containerReactTag long
moveFromIndicies IList
moveToIndicies IList
addChildReactTags IList
addAtIndicies IList
removeAtIndices IList
registry IReactComponent>.IDictionary
리턴 void