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

wrap.ext.form.ComboBox

Inheritance : Object : Observable : Component : BoxComponent : Field : TextField : TriggerField

Constructors

Signature
public ComboBox(ComboBoxConfig config)

Methods

NameSignature
clearValuevoid clearValue()
collapsevoid collapse()
doQueryvoid doQuery(String query, boolean forceAll)
expandvoid expand()
getValueString getValue()
isExpandedboolean isExpanded()
selectvoid select(int index, boolean scrollIntoView)
selectByValuevoid selectByValue(String value, boolean scrollIntoView)
setEditablevoid setEditable(boolean value)
setValuevoid setValue(String value)

Properties

NameTypeComment
view
wrap.ext.DataView

Constructors

public ComboBox(ComboBoxConfig config)

Parameters

NameTypeDescription
configwrap.ext.form.types.ComboBoxConfig



Methods

clearValue

void clearValue()


collapse

void collapse()


doQuery

void doQuery(String query, boolean forceAll)

Parameters

NameTypeDescription
querycore.String
forceAllcore.boolean

expand

void expand()


getValue

String getValue()

Returns
core.String

isExpanded

boolean isExpanded()

Returns
core.boolean

select

void select(int index, boolean scrollIntoView)

Parameters

NameTypeDescription
indexcore.int
scrollIntoViewcore.boolean

selectByValue

void selectByValue(String value, boolean scrollIntoView)

Parameters

NameTypeDescription
valuecore.String
scrollIntoViewcore.boolean

setEditable

void setEditable(boolean value)

Parameters

NameTypeDescription
valuecore.boolean

setValue

void setValue(String value)

Parameters

NameTypeDescription
valuecore.String

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