Skip to content

Commit

Permalink
docs: fix PickerColumn parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres authored and sgtcoolguy committed Jan 15, 2020
1 parent 0558c28 commit 0a55a4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/Picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ excludes:
properties: [
anchorPoint,backgroundDisabledColor,backgroundDisabledImage,backgroundFocusedColor,children,
backgroundFocusedImage,backgroundGradient,backgroundImage,backgroundLeftCap,backgroundRepeat,
backgroundSelectedColor,backgroundSelectedImage,backgroundTopCap,center,enabled,layout,tintColor,zIndex]
backgroundSelectedColor,backgroundSelectedImage,backgroundTopCap,center,layout,tintColor,zIndex]
methods: [remove, removeAllChildren, replaceAt]
since: "0.8"
platforms: [android, iphone, ipad]
Expand Down
20 changes: 19 additions & 1 deletion apidoc/Titanium/UI/PickerColumn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,25 @@ description: |
On Android, the `useSpinner` property must be enabled to support multiple columns.
See <Titanium.UI.Picker> for further examples of usage.
extends: Titanium.Proxy
extends: Titanium.UI.View
excludes:
properties: [
accessibilityHidden, accessibilityHint, accessibilityLabel, accessibilityValue, animatedCenter,
anchorPoint, backgroundColor, backgroundDisabledColor, backgroundDisabledImage,
backgroundFocusedColor, backgroundFocusedImage, backgroundGradient, backgroundImage,
backgroundLeftCap, backgroundRepeat, backgroundSelectedColor, backgroundSelectedImage,
backgroundTopCap, borderColor, borderRadius, borderWidth, bottom, center, children, clipMode,
elevation, focusable, height, hiddenBehavior, horizontalMotionEffect, left, layout, opacity,
overrideCurrentAnimation, pullBackgroundColor, previewContext, right, rect, rotation,
rotationX, rotationY, scaleX, scaleY, size, softKeyboardOnFocus, top, touchEnabled,
touchFeedback, touchFeedbackColor, transform, translationX, translationY, translationZ,
transitionName, verticalMotionEffect, viewShadowRadius, viewShadowColor, viewShadowOffset,
visible, width, horizontalWrap, keepScreenOn, tintColor, zIndex]
methods: [add, animate, clearMotionEffects, finishLayout, hide, insertAt, remove,
removeAllChildren, replaceAt, show, startLayout, toImage, updateLayout, convertPointToView,
getViewById]
events: [click, dblclick, doubletap, keypressed, longpress, pinch, singletap, swipe, touchcancel,
touchend, touchmove, touchstart, twofingertap]
since: "0.9"
platforms: [android, iphone, ipad]

Expand Down

0 comments on commit 0a55a4b

Please sign in to comment.