@@ -10,7 +10,25 @@ description: |
10
10
On Android, the `useSpinner` property must be enabled to support multiple columns.
11
11
12
12
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]
14
32
since : " 0.9"
15
33
platforms : [android, iphone, ipad]
16
34
0 commit comments