Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    Returns PCheckbox

Properties

canvasFromRef

canvasFromRef: HTMLCanvasElement

context

context: __type

props

props: CheckboxProps & object

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

Methods

_binding

  • _binding(): Binding
  • Returns Binding

_checkboxClick

  • _checkboxClick(prop: Prop, propDef: PropDef, e: any): void
  • Parameters

    • prop: Prop
    • propDef: PropDef
    • e: any

    Returns void

_forceRefresh

  • _forceRefresh(): void
  • Returns void

_isReadOnly

  • _isReadOnly(prop: Prop): boolean
  • Parameters

    • prop: Prop

    Returns boolean

_isSeleced

  • _isSeleced(): boolean
  • Returns boolean

_trueValue

  • _trueValue(): any
  • Returns any

componentDidUpdate

  • componentDidUpdate(): void
  • Returns void

forceUpdate

  • forceUpdate(callback?: function): void
  • Parameters

    • Optional callback: function
        • (): any
        • Returns any

    Returns void

render

  • render(): Element
  • Returns Element

setState

  • setState(f: function, callback?: function): void
  • setState(state: CheckboxState, callback?: function): void
  • Parameters

    Returns void

  • Parameters

    • state: CheckboxState
    • Optional callback: function
        • (): any
        • Returns any

    Returns void

updateCanvas

  • updateCanvas(canvasParm: HTMLCanvasElement): void
  • Parameters

    • canvasParm: HTMLCanvasElement

    Returns void

Generated using TypeDoc