Interface TableViewRow

Hierarchy

Index

Properties

Methods

Properties

public accessibilityHidden: boolean

public accessibilityHint: string

public accessibilityLabel: string

public accessibilityValue: string

public anchorPoint: Point

public animatedCenter: Point

public backgroundColor: string

public backgroundDisabledColor: string

public backgroundDisabledImage: string

public backgroundFocusedColor: string

public backgroundFocusedImage: string

public backgroundGradient: Gradient

public backgroundImage: string

public backgroundLeftCap: number

public backgroundRepeat: boolean

public backgroundSelectedColor: string

public backgroundSelectedImage: string

public backgroundTopCap: number

public borderColor: string

public borderRadius: number

public borderWidth: number

public bottom: any

public bubbleParent: boolean

public center: Point

public children: View[]

public className: string

public color: string

public editable: boolean

public enabled: boolean

public focusable: boolean

public font: Font

public hasCheck: boolean

public hasChild: boolean

public hasDetail: boolean

public height: any

public horizontalWrap: boolean

public indentionLevel: number

public keepScreenOn: boolean

public layout: string

public left: any

public leftImage: string

public moveable: boolean

public opacity: number

public rect: Dimension

public right: any

public rightImage: string

public selectedBackgroundColor: string

public selectedBackgroundImage: string

public selectedColor: string

public selectionStyle: number

public size: Dimension

public softKeyboardOnFocus: number

public tintColor: any

public title: string

public top: any

public touchEnabled: boolean

public transform: any

public visible: boolean

public width: any

public zIndex: number

Methods

public add(view: View)

Parameters

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public animate(animation: Animation, callback: (...args: any[]) => any)

Parameters

  • animation: Animation
  • callback: (...args: any[]) => any

public animate(animation: Dictionary, callback: (...args: any[]) => any)

Parameters

  • animation: Dictionary
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public convertPointToView(point: Point, destinationView: View): Point

Parameters

Returns

Point

public finishLayout()

public fireEvent(name: string, event: Dictionary)

Parameters

public getAccessibilityHidden(): boolean

Returns

boolean

public getAccessibilityHint(): string

Returns

string

public getAccessibilityLabel(): string

Returns

string

public getAccessibilityValue(): string

Returns

string

public getAnchorPoint(): Point

Returns

Point

public getAnimatedCenter(): Point

Returns

Point

public getBackgroundColor(): string

Returns

string

public getBackgroundDisabledColor(): string

Returns

string

public getBackgroundDisabledImage(): string

Returns

string

public getBackgroundFocusedColor(): string

Returns

string

public getBackgroundFocusedImage(): string

Returns

string

public getBackgroundGradient(): Gradient

Returns

Gradient

public getBackgroundImage(): string

Returns

string

public getBackgroundLeftCap(): number

Returns

number

public getBackgroundRepeat(): boolean

Returns

boolean

public getBackgroundSelectedColor(): string

Returns

string

public getBackgroundSelectedImage(): string

Returns

string

public getBackgroundTopCap(): number

Returns

number

public getBorderColor(): string

Returns

string

public getBorderRadius(): number

Returns

number

public getBorderWidth(): number

Returns

number

public getBottom(): any

Returns

any

public getBubbleParent(): boolean

Returns

boolean

public getCenter(): Point

Returns

Point

public getChildren(): View[]

Returns

View[]

public getClassName(): string

Returns

string

public getColor(): string

Returns

string

public getEditable(): boolean

Returns

boolean

public getEnabled(): boolean

Returns

boolean

public getFocusable(): boolean

Returns

boolean

public getFont(): Font

Returns

Font

public getHasCheck(): boolean

Returns

boolean

public getHasChild(): boolean

Returns

boolean

public getHasDetail(): boolean

Returns

boolean

public getHeight(): any

Returns

any

public getHorizontalWrap(): boolean

Returns

boolean

public getIndentionLevel(): number

Returns

number

public getKeepScreenOn(): boolean

Returns

boolean

public getLayout(): string

Returns

string

public getLeft(): any

Returns

any

public getLeftImage(): string

Returns

string

public getMoveable(): boolean

Returns

boolean

public getOpacity(): number

Returns

number

public getRect(): Dimension

Returns

Dimension

public getRight(): any

Returns

any

public getRightImage(): string

Returns

string

public getSelectedBackgroundColor(): string

Returns

string

public getSelectedBackgroundImage(): string

Returns

string

public getSelectedColor(): string

Returns

string

public getSelectionStyle(): number

Returns

number

public getSize(): Dimension

Returns

Dimension

public getSoftKeyboardOnFocus(): number

Returns

number

public getTintColor(): string

Returns

string

public getTitle(): string

Returns

string

public getTop(): any

Returns

any

public getTouchEnabled(): boolean

Returns

boolean

public getTransform(): any

Returns

any

public getVisible(): boolean

Returns

boolean

public getWidth(): any

Returns

any

public getZIndex(): number

Returns

number

public hide()

public remove(view: View)

Parameters

public removeAllChildren()

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public setAccessibilityHidden(accessibilityHidden: boolean)

Parameters

  • accessibilityHidden: boolean

public setAccessibilityHint(accessibilityHint: string)

Parameters

  • accessibilityHint: string

public setAccessibilityLabel(accessibilityLabel: string)

Parameters

  • accessibilityLabel: string

public setAccessibilityValue(accessibilityValue: string)

Parameters

  • accessibilityValue: string

public setAnchorPoint(anchorPoint: Point)

Parameters

public setBackgroundColor(backgroundColor: string)

Parameters

  • backgroundColor: string

public setBackgroundDisabledColor(backgroundDisabledColor: string)

Parameters

  • backgroundDisabledColor: string

public setBackgroundDisabledImage(backgroundDisabledImage: string)

Parameters

  • backgroundDisabledImage: string

public setBackgroundFocusedColor(backgroundFocusedColor: string)

Parameters

  • backgroundFocusedColor: string

public setBackgroundFocusedImage(backgroundFocusedImage: string)

Parameters

  • backgroundFocusedImage: string

public setBackgroundGradient(backgroundGradient: Gradient)

Parameters

public setBackgroundImage(backgroundImage: string)

Parameters

  • backgroundImage: string

public setBackgroundLeftCap(backgroundLeftCap: number)

Parameters

  • backgroundLeftCap: number

public setBackgroundRepeat(backgroundRepeat: boolean)

Parameters

  • backgroundRepeat: boolean

public setBackgroundSelectedColor(backgroundSelectedColor: string)

Parameters

  • backgroundSelectedColor: string

public setBackgroundSelectedImage(backgroundSelectedImage: string)

Parameters

  • backgroundSelectedImage: string

public setBackgroundTopCap(backgroundTopCap: number)

Parameters

  • backgroundTopCap: number

public setBorderColor(borderColor: string)

Parameters

  • borderColor: string

public setBorderRadius(borderRadius: number)

Parameters

  • borderRadius: number

public setBorderWidth(borderWidth: number)

Parameters

  • borderWidth: number

public setBottom(bottom: number)

Parameters

  • bottom: number

public setBottom(bottom: string)

Parameters

  • bottom: string

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setCenter(center: Point)

Parameters

public setClassName(className: string)

Parameters

  • className: string

public setColor(color: string)

Parameters

  • color: string

public setEditable(editable: boolean)

Parameters

  • editable: boolean

public setEnabled(enabled: boolean)

Parameters

  • enabled: boolean

public setFocusable(focusable: boolean)

Parameters

  • focusable: boolean

public setFont(font: Font)

Parameters

public setHasCheck(hasCheck: boolean)

Parameters

  • hasCheck: boolean

public setHasChild(hasChild: boolean)

Parameters

  • hasChild: boolean

public setHasDetail(hasDetail: boolean)

Parameters

  • hasDetail: boolean

public setHeight(height: number)

Parameters

  • height: number

public setHeight(height: string)

Parameters

  • height: string

public setHorizontalWrap(horizontalWrap: boolean)

Parameters

  • horizontalWrap: boolean

public setIndentionLevel(indentionLevel: number)

Parameters

  • indentionLevel: number

public setKeepScreenOn(keepScreenOn: boolean)

Parameters

  • keepScreenOn: boolean

public setLayout(layout: string)

Parameters

  • layout: string

public setLeft(left: number)

Parameters

  • left: number

public setLeft(left: string)

Parameters

  • left: string

public setLeftImage(leftImage: string)

Parameters

  • leftImage: string

public setMoveable(moveable: boolean)

Parameters

  • moveable: boolean

public setOpacity(opacity: number)

Parameters

  • opacity: number

public setRight(right: number)

Parameters

  • right: number

public setRight(right: string)

Parameters

  • right: string

public setRightImage(rightImage: string)

Parameters

  • rightImage: string

public setSelectedBackgroundColor(selectedBackgroundColor: string)

Parameters

  • selectedBackgroundColor: string

public setSelectedBackgroundImage(selectedBackgroundImage: string)

Parameters

  • selectedBackgroundImage: string

public setSelectedColor(selectedColor: string)

Parameters

  • selectedColor: string

public setSelectionStyle(selectionStyle: number)

Parameters

  • selectionStyle: number

public setSoftKeyboardOnFocus(softKeyboardOnFocus: number)

Parameters

  • softKeyboardOnFocus: number

public setTintColor(tintColor: string)

Parameters

  • tintColor: string

public setTitle(title: string)

Parameters

  • title: string

public setTop(top: number)

Parameters

  • top: number

public setTop(top: string)

Parameters

  • top: string

public setTouchEnabled(touchEnabled: boolean)

Parameters

  • touchEnabled: boolean

public setTransform(transform: _2DMatrix)

Parameters

public setTransform(transform: _3DMatrix)

Parameters

public setVisible(visible: boolean)

Parameters

  • visible: boolean

public setWidth(width: number)

Parameters

  • width: number

public setWidth(width: string)

Parameters

  • width: string

public setZIndex(zIndex: number)

Parameters

  • zIndex: number

public show(args?: Array<any>)

Parameters

  • args?: Array<any> optional

public startLayout()

public toImage(callback?: (...args: any[]) => any, honorScaleFactor?: boolean): Blob

Parameters

  • callback?: (...args: any[]) => any optional
  • honorScaleFactor?: boolean optional

Returns

Blob

public updateLayout(params: Dictionary)

Parameters