Classes
ProxyViewContainer
ProxyViewContainer
Proxy view container that adds all its native children directly to the parent.
To be used as a logical grouping container of views.
Summary β
Constructors
Accessors
11 accessors inherited from LayoutBase
Click to expand
Methods
- _addViewToNativeVisualTree
- _changedLayoutProperty
- _eachLayoutView
- _getNativeViewsCount
- _parentChanged
- _registerLayoutChild
- _removeViewFromNativeVisualTree
- _setupUI
- _tearDownUI
- _unregisterLayoutChild
- createNativeView
112 methods inherited from LayoutBase
Click to expand
- _addView
- _addViewCore
- _applyXmlAttribute
- _batchUpdate
- _childIndexToNativeChildIndex
- _closeAllModalViewsInternal
- _createPropertyChangeData
- _dialogClosed
- _emit
- _getRootModalViews
- _getValue
- _handleLivesync
- _hasAncestorView
- _hideNativeModalView
- _inheritStyleScope
- _layoutParent
- _observe
- _onAttachedToWindow
- _onDetachedFromWindow
- _onRootViewReset
- _onSizeChanged
- _raiseLayoutChangedEvent
- _raiseShowingModallyEvent
- _raiseShownModallyEvent
- _removeView
- _removeViewCore
- _resumeNativeUpdates
- _setupAsRootView
- _setValue
- _shouldDelayLayout
- _showNativeModalView
- _suspendNativeUpdates
- _updateStyleScope
- accessibilityAnnouncement
- accessibilityScreenChanged
- addChild
- addEventListener
- addEventListener
- addPseudoClass
- animate
- bind
- callLoaded
- callUnloaded
- closeModal
- combineMeasuredStates
- createAnimation
- deletePseudoClass
- destroyNode
- disposeNativeView
- eachChild
- eachChildView
- eachLayoutChild
- ensureDomNode
- focus
- get
- getActualSize
- getChildAt
- getChildIndex
- getChildrenCount
- getGestureObservers
- getLocationInWindow
- getLocationOnScreen
- getLocationRelativeTo
- getMeasuredHeight
- getMeasuredState
- getMeasuredWidth
- getSafeAreaInsets
- getViewByDomId
- getViewById
- hasGestureObservers
- hasListeners
- initNativeView
- insertChild
- layout
- layoutChild
- layoutNativeView
- loadView
- measure
- measureChild
- notify
- notifyPropertyChange
- off
- off
- on
- on
- onBackPressed
- once
- once
- onLayout
- onLoaded
- onMeasure
- onResumeNativeUpdates
- onUnloaded
- removeChild
- removeChildren
- removeEventListener
- removeEventListener
- requestLayout
- resetNativeView
- resolveSizeAndState
- sendAccessibilityEvent
- set
- setInlineStyle
- setMeasuredDimension
- setNativeView
- setOnTouchListener
- setProperty
- setTestID
- showModal
- toString
- unbind
- unloadView
Constructors β
constructor β
new ProxyViewContainer(): ProxyViewContainer
Returns ProxyViewContainer
Accessors β
android β
Returns any
ios β
Returns any
isLayoutRequested β
Returns boolean
Methods β
_addViewToNativeVisualTree β
_addViewToNativeVisualTree(child: View, atIndex?: number): boolean
Returns boolean
_changedLayoutProperty β
Layout property changed, proxy the new value to the child view(s)
Parameter Default Description
propName
string
value
string
Returns void
_eachLayoutView β
Parameter Default Description
callback
(View: any) => void
Returns void
_getNativeViewsCount β
Returns number
_parentChanged β
_parentChanged(oldParent: View): void
Parameter Default Description
oldParent
Returns void
_registerLayoutChild β
_registerLayoutChild(child: View): void
Parameter Default Description
child
Returns void
_removeViewFromNativeVisualTree β
_removeViewFromNativeVisualTree(child: View): void
Parameter Default Description
child
Returns void
_setupUI β
Parameter Default Description
context
any
atIndex
number
parentIsLoaded
boolean
Returns void
_tearDownUI β
Parameter Default Description
force
boolean
Returns void
_unregisterLayoutChild β
_unregisterLayoutChild(child: View): void
Parameter Default Description
child
Returns void
createNativeView β
Returns any
On this page