Classes
AbsoluteLayout
AbsoluteLayout
A layout that lets you specify exact locations (left/top coordinates) of its children.
Summary β
Constructors
Methods
122 methods inherited from LayoutBase
Click to expand
- _addView
- _addViewCore
- _addViewToNativeVisualTree
- _applyXmlAttribute
- _batchUpdate
- _childIndexToNativeChildIndex
- _closeAllModalViewsInternal
- _createPropertyChangeData
- _dialogClosed
- _eachLayoutView
- _emit
- _getNativeViewsCount
- _getRootModalViews
- _getValue
- _handleLivesync
- _hasAncestorView
- _hideNativeModalView
- _inheritStyleScope
- _layoutParent
- _observe
- _onAttachedToWindow
- _onDetachedFromWindow
- _onRootViewReset
- _onSizeChanged
- _parentChanged
- _raiseLayoutChangedEvent
- _raiseShowingModallyEvent
- _raiseShownModallyEvent
- _registerLayoutChild
- _removeView
- _removeViewCore
- _removeViewFromNativeVisualTree
- _resumeNativeUpdates
- _setupAsRootView
- _setupUI
- _setValue
- _shouldDelayLayout
- _showNativeModalView
- _suspendNativeUpdates
- _tearDownUI
- _unregisterLayoutChild
- _updateStyleScope
- accessibilityAnnouncement
- accessibilityScreenChanged
- addChild
- addEventListener
- addEventListener
- addPseudoClass
- animate
- bind
- callLoaded
- callUnloaded
- closeModal
- combineMeasuredStates
- createAnimation
- createNativeView
- 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 AbsoluteLayout(): AbsoluteLayout
inherited from
Returns AbsoluteLayout
Methods β
getLeft β
Static
getLeft(view: View): LengthType
Gets the value of the Left property from a given View.
Parameter Default Description
view
Returns LengthType
getTop β
Static
getTop(view: View): LengthType
Gets the value of the Top property from a given View.
Parameter Default Description
view
Returns LengthType
setLeft β
Static
setLeft(view: View, value: LengthType): void
Sets the value of the Left property from a given View.
Returns void
setTop β
Static
setTop(view: View, value: LengthType): void
Sets the value of the Top property from a given View.
Returns void
- Previous
- SwipeDirection
- Next
- ActionBar
On this page