Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9200] BlackBerry: Implement UI.Button part2

GitHub Issuen/a
TypeSub-task
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2013-02-04T20:12:12.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsn/a
ReporterFrancois Boisvert
AssigneeJosh Roesslein
Created2012-05-23T06:41:16.000+0000
Updated2017-03-09T19:25:49.000+0000

Description

Comments

  1. Alexander Galstyan 2012-05-23

    To be implemented: Properties: anchorPoint : Point animatedCenterPoint : Pointreadonly backgroundColor : String backgroundDisabledColor : String backgroundDisabledImage : String backgroundFocusedColor : String backgroundFocusedImage : String backgroundGradient : Gradient backgroundImage : String backgroundLeftCap : Number backgroundRepeat : Boolean backgroundSelectedColor : String backgroundSelectedImage : String backgroundTopCap : Number borderColor : String borderRadius : Number borderWidth : Number center : Point children : Titanium.UI.View[]readonly color : String enabled : Boolean focusable : Boolean keepScreenOn : Boolean opacity : Number selectedColor : String size : Dimensionreadonly softKeyboardOnFocus : Number style : Number systemButton : Number textAlign : String/Number titleid : String touchEnabled : Boolean transform : Titanium.UI.2DMatrix/Titanium.UI.iOS.3DMatrix verticalAlign : Number/String zIndex : Number --------------------------------- Methods: add( Titanium.UI.View view ) addEventListener( String name, Callback callback ) animate( Titanium.UI.Animation/Dictionary obj, Callback callback ) convertPointToView( Point point, Titanium.UI.View destinationView ) : Point finishLayout( ) fireEvent( String name, Dictionary event ) getAnchorPoint( ) getAnimatedCenterPoint( ) getBackgroundColor( ) getBackgroundDisabledColor( ) getBackgroundDisabledImage( ) getBackgroundFocusedColor( ) getBackgroundFocusedImage( ) getBackgroundGradient( ) getBackgroundImage( ) getBackgroundLeftCap( ) getBackgroundRepeat( ) getBackgroundSelectedColor( ) getBackgroundSelectedImage( ) getBackgroundTopCap( ) getBorderColor( ) getBorderRadius( ) getBorderWidth( ) getCenter( ) getChildren( ) getColor( ) getEnabled( ) getFocusable( ) getFont( ) getKeepScreenOn( ) getLayout( ) getOpacity( ) getRect( ) getSelectedColor( ) getSize( ) getSoftKeyboardOnFocus( ) getStyle( ) getSystemButton( ) getTextAlign( ) getTitleid( ) getTouchEnabled( ) getTransform( ) getVerticalAlign( ) getZIndex( ) hide( ) remove( Titanium.UI.View view ) removeEventListener( String name, Callback callback ) setAnchorPoint( Point anchorPoint ) setBackgroundColor( String backgroundColor ) setBackgroundDisabledColor( String backgroundDisabledColor ) setBackgroundDisabledImage( String backgroundDisabledImage ) setBackgroundFocusedColor( String backgroundFocusedColor ) setBackgroundFocusedImage( String backgroundFocusedImage ) setBackgroundGradient( Gradient backgroundGradient ) setBackgroundImage( String backgroundImage ) setBackgroundLeftCap( Number backgroundLeftCap ) setBackgroundRepeat( Boolean backgroundRepeat ) setBackgroundSelectedColor( String backgroundSelectedColor ) setBackgroundSelectedImage( String backgroundSelectedImage ) setBackgroundTopCap( Number backgroundTopCap ) setBorderColor( String borderColor ) setBorderRadius( Number borderRadius ) setBorderWidth( Number borderWidth ) setCenter( Point center ) setColor( String color ) setEnabled( Boolean enabled ) setFocusable( Boolean focusable ) setFont( Font font ) setKeepScreenOn( Boolean keepScreenOn ) setLayout( String layout ) setOpacity( Number opacity ) setSelectedColor( String selectedColor ) setSoftKeyboardOnFocus( Number softKeyboardOnFocus ) setStyle( Number style ) setSystemButton( Number systemButton ) setTextAlign( String/Number textAlign ) setTitleid( String titleid ) setTouchEnabled( Boolean touchEnabled ) setTransform( Titanium.UI.2DMatrix/Titanium.UI.iOS.3DMatrix transform ) setVerticalAlign( Number/String verticalAlign ) setVisible( Boolean visible ) setZIndex( Number zIndex ) show( ) startLayout( ) toImage( [Callback callback], [Boolean honorScaleFactor] ) : Titanium.Blob updateLayout( Object params ) --------------------------------- Events: dblclick doubletap longclick longpress pinch postlayout singletap swipe touchcancel touchend touchmove touchstart twofingertap
  2. Ingo Muschenetz 2013-02-04

    Marking as duplicate. Will open new tickets for any remaining pieces left out.
  3. Lee Morris 2017-03-09

    Closing issue as duplicate.
  4. JSON Source