Module:libextPackage:wrap.ext.formParent:FieldCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.form.Checkbox

Inheritance : Object : Observable : Component : BoxComponent : Field

Constructors

Signature
public Checkbox(CheckboxConfig config)

Methods

NameSignature
getValueboolean getValue()
initComponentvoid initComponent()
setValuevoid setValue(boolean checked)
setValuevoid setValue(String checked)

Constructors

public Checkbox(CheckboxConfig config)

Parameters

NameTypeDescription
configwrap.ext.form.types.CheckboxConfig



Methods

getValue

boolean getValue()

Returns
core.boolean

initComponent

void initComponent()


setValue

void setValue(boolean checked)

Parameters

NameTypeDescription
checkedcore.boolean

setValue

void setValue(String checked)

Parameters

NameTypeDescription
checkedcore.String

Module:libextPackage:wrap.ext.formParent:FieldCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation