public static final class VerticalScroll.Builder extends Component.Builder<VerticalScroll.Builder>
mResourceResolver
Constructor and Description |
---|
Builder() |
accessibilityHeading, accessibilityRole, accessibilityRoleDescription, accessibilityRoleDescription, accessibilityRoleDescription, alignSelf, alpha, alpha, aspectRatio, background, backgroundAttr, backgroundAttr, backgroundColor, backgroundColor, backgroundRes, border, checkArgs, clickable, clickHandler, clipChildren, clipToOutline, clone, contentDescription, contentDescription, contentDescription, dispatchPopulateAccessibilityEventHandler, duplicateParentState, enabled, flex, flexBasisAttr, flexBasisAttr, flexBasisDip, flexBasisPercent, flexBasisPx, flexBasisRes, flexGrow, flexShrink, focusable, focusChangeHandler, focusedHandler, foreground, foregroundAttr, foregroundAttr, foregroundColor, foregroundRes, fullImpressionHandler, getContext, handle, hasBackgroundSet, hasClickHandlerSet, heightAttr, heightAttr, heightDip, heightPercent, heightPx, heightRes, importantForAccessibility, init, interceptTouchHandler, invisibleHandler, isReferenceBaseline, key, layoutDirection, longClickHandler, marginAttr, marginAttr, marginAuto, marginDip, marginPercent, marginPx, marginRes, maxHeightAttr, maxHeightAttr, maxHeightDip, maxHeightPercent, maxHeightPx, maxHeightRes, maxWidthAttr, maxWidthAttr, maxWidthDip, maxWidthPercent, maxWidthPx, maxWidthRes, minHeightAttr, minHeightAttr, minHeightDip, minHeightPercent, minHeightPx, minHeightRes, minWidthAttr, minWidthAttr, minWidthDip, minWidthPercent, minWidthPx, minWidthRes, onInitializeAccessibilityEventHandler, onInitializeAccessibilityNodeInfoHandler, onPopulateAccessibilityEventHandler, onRequestSendAccessibilityEventHandler, outlineProvider, paddingAttr, paddingAttr, paddingDip, paddingPercent, paddingPx, paddingRes, performAccessibilityActionHandler, positionAttr, positionAttr, positionDip, positionPercent, positionPx, positionRes, positionType, rotation, rotation, rotationX, rotationY, scale, scaleX, scaleY, selected, sendAccessibilityEventHandler, sendAccessibilityEventUncheckedHandler, shadowElevation, shadowElevationAttr, shadowElevationAttr, shadowElevationDip, shadowElevationPx, shadowElevationRes, stateListAnimator, stateListAnimatorRes, testKey, touchExpansionAttr, touchExpansionAttr, touchExpansionDip, touchExpansionPx, touchExpansionRes, touchHandler, transitionKey, transitionKeyType, translationX, translationY, unfocusedHandler, useHeightAsBaseline, viewTag, viewTags, visibilityChangedHandler, visibleHandler, visibleHeightRatio, visibleWidthRatio, widthAttr, widthAttr, widthDip, widthPercent, widthPx, widthRes, wrapInView
protected void setComponent(Component component)
setComponent
in class Component.Builder<VerticalScroll.Builder>
public VerticalScroll.Builder childComponent(Component childComponent)
public VerticalScroll.Builder childComponent(Component.Builder<?> childComponentBuilder)
public VerticalScroll.Builder fadingEdgeLengthPx(int fadingEdgeLength)
public VerticalScroll.Builder fadingEdgeLengthDip(float dip)
public VerticalScroll.Builder fadingEdgeLengthRes(int resId)
public VerticalScroll.Builder fadingEdgeLengthAttr(int attrResId, int defResId)
public VerticalScroll.Builder fadingEdgeLengthAttr(int attrResId)
public VerticalScroll.Builder fillViewport(boolean fillViewport)
public VerticalScroll.Builder incrementalMountEnabled(boolean incrementalMountEnabled)
public VerticalScroll.Builder initialScrollOffsetPixels(int initialScrollOffsetPixels)
public VerticalScroll.Builder nestedScrollingEnabled(boolean nestedScrollingEnabled)
public VerticalScroll.Builder onInterceptTouchListener(VerticalScrollSpec.OnInterceptTouchListener onInterceptTouchListener)
public VerticalScroll.Builder onScrollChangeListener(NestedScrollView.OnScrollChangeListener onScrollChangeListener)
public VerticalScroll.Builder scrollbarEnabled(boolean scrollbarEnabled)
public VerticalScroll.Builder scrollbarFadingEnabled(boolean scrollbarFadingEnabled)
public VerticalScroll.Builder verticalFadingEdgeEnabled(boolean verticalFadingEdgeEnabled)
public VerticalScroll.Builder getThis()
getThis
in class Component.Builder<VerticalScroll.Builder>
public VerticalScroll build()
build
in class Component.Builder<VerticalScroll.Builder>