[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
api[jx8,android.widget] implementation
JavaObject
buildSubclasses: #(
#( View TextView )
#( ViewGroup FrameLayout Toolbar)
) in: 'android.widget'
reference: 'https://developer.android.com/reference'!
TextView buildFunctions: #(
#(#append: #(#(text json)))
#(#setText: #(#(textOrResId json)))
#(#append:start:end: #(#(text json) start end))
beginBatchEdit endBatchEdit
#(#setTextColor: #(color))
#(#setGravity: #(gravity))
#(#setHeight: #(pixels)) #(#setWidth: #(pixels))
#(#setTextAppearance: #(resId))
#showContextMenu #(#showContextMenu:y: #(x y))
#setSingleLine #(#setSingleLine: #(aBoolean))
#(#setSelected: #(aBoolean))
length
getText getTextSize
getLineCount getGravity
getSelectionStart getSelectionEnd
)!
TextView buildBooleanFunctions: #(
#hasSelection #isTextSelectable
)!
FrameLayout buildFunctions: #(
#(#generateLayoutParams: #(#(attrs json)) LayoutParams)
#(#getAccessibilityClassName #() CharSequence)
#(#getMeasureAllChildren #() Boolean)
#(#setForegroundGravity: #(foregroundGravity))
#(#setMeasureAllChildren: #(measureAll))
#(#shouldDelayChildPressedState #() Boolean)
)!
Toolbar buildFunctions: #(
collapseActionView
dismissPopupMenus
#(#generateLayoutParams: #(#(attrs json)) LayoutParams)
getContentInsetEnd
getContentInsetEndWithActions
getContentInsetLeft
getContentInsetRight
getContentInsetStart
getContentInsetStartWithNavigation
getCurrentContentInsetEnd
getCurrentContentInsetLeft
getCurrentContentInsetRight
getCurrentContentInsetStart
#(#getLogo Drawable)
#(#getLogoDescription CharSequence)
#(#getMenu Menu)
#(#getNavigationContentDescription CharSequence)
#(#getNavigationIcon Drawable)
#(#getOverflowIcon Drawable)
getPopupTheme
#(#getSubtitle CharSequence)
#(#getTitle CharSequence)
getTitleMarginBottom
getTitleMarginEnd
getTitleMarginStart
getTitleMarginTop
#(#hasExpandedActionView Boolean)
#(#hideOverflowMenu Boolean)
#(#inflateMenu: #(resId))
#(#isOverflowMenuShowing Boolean)
#(#onRtlPropertiesChanged: #(layoutDirection))
#(#onTouchEvent: #(#(aMotionEvent json)) Boolean)
#(#setContentInsetEndWithActions: #(insetEndWithActions))
#(#setContentInsetStartWithNavigation: #(insetStartWithNavigation))
#(#setContentInsetsAbsolute:contentInsetRight: #(contentInsetLeft contentInsetRight))
#(#setContentInsetsRelative:contentInsetEnd: #(contentInsetStart contentInsetEnd))
#(#setLogo: #(#(logo json)))
#(#setLogoDescription: #(#(description json)))
#(#setNavigationContentDescription: #(#(description json)))
#(#setNavigationIcon: #(#(icon json)))
#(#setNavigationOnClickListener: #(#(listener json)))
#(#setOnMenuItemClickListener: #(#(listener json)))
#(#setOverflowIcon: #(#(icon json)))
#(#setPopupTheme: #(resId))
#(#setSubtitle: #(#(subtitle json)))
#(#setSubtitleTextAppearance:resId: #(#(context json) resId))
#(#setSubtitleTextColor: #(color))
#(#setTitle: #(#(title json)))
#(#setTitleMargin:top:end:bottom: #(start top end bottom))
#(#setTitleMarginBottom: #(margin))
#(#setTitleMarginEnd: #(margin))
#(#setTitleMarginStart: #(margin))
#(#setTitleMarginTop: #(margin))
#(#setTitleTextAppearance:resId: #(#(context json) resId))
#(#setTitleTextColor: #(color))
showOverflowMenu
)!