Skip to content

Commit 0a55a4b

Browse files
drauggressgtcoolguy
authored andcommitted
docs: fix PickerColumn parent class
1 parent 0558c28 commit 0a55a4b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

apidoc/Titanium/UI/Picker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ excludes:
4949
properties: [
5050
anchorPoint,backgroundDisabledColor,backgroundDisabledImage,backgroundFocusedColor,children,
5151
backgroundFocusedImage,backgroundGradient,backgroundImage,backgroundLeftCap,backgroundRepeat,
52-
backgroundSelectedColor,backgroundSelectedImage,backgroundTopCap,center,enabled,layout,tintColor,zIndex]
52+
backgroundSelectedColor,backgroundSelectedImage,backgroundTopCap,center,layout,tintColor,zIndex]
5353
methods: [remove, removeAllChildren, replaceAt]
5454
since: "0.8"
5555
platforms: [android, iphone, ipad]

apidoc/Titanium/UI/PickerColumn.yml

+19-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,25 @@ description: |
1010
On Android, the `useSpinner` property must be enabled to support multiple columns.
1111
1212
See <Titanium.UI.Picker> for further examples of usage.
13-
extends: Titanium.Proxy
13+
extends: Titanium.UI.View
14+
excludes:
15+
properties: [
16+
accessibilityHidden, accessibilityHint, accessibilityLabel, accessibilityValue, animatedCenter,
17+
anchorPoint, backgroundColor, backgroundDisabledColor, backgroundDisabledImage,
18+
backgroundFocusedColor, backgroundFocusedImage, backgroundGradient, backgroundImage,
19+
backgroundLeftCap, backgroundRepeat, backgroundSelectedColor, backgroundSelectedImage,
20+
backgroundTopCap, borderColor, borderRadius, borderWidth, bottom, center, children, clipMode,
21+
elevation, focusable, height, hiddenBehavior, horizontalMotionEffect, left, layout, opacity,
22+
overrideCurrentAnimation, pullBackgroundColor, previewContext, right, rect, rotation,
23+
rotationX, rotationY, scaleX, scaleY, size, softKeyboardOnFocus, top, touchEnabled,
24+
touchFeedback, touchFeedbackColor, transform, translationX, translationY, translationZ,
25+
transitionName, verticalMotionEffect, viewShadowRadius, viewShadowColor, viewShadowOffset,
26+
visible, width, horizontalWrap, keepScreenOn, tintColor, zIndex]
27+
methods: [add, animate, clearMotionEffects, finishLayout, hide, insertAt, remove,
28+
removeAllChildren, replaceAt, show, startLayout, toImage, updateLayout, convertPointToView,
29+
getViewById]
30+
events: [click, dblclick, doubletap, keypressed, longpress, pinch, singletap, swipe, touchcancel,
31+
touchend, touchmove, touchstart, twofingertap]
1432
since: "0.9"
1533
platforms: [android, iphone, ipad]
1634

0 commit comments

Comments
 (0)
close