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

wrap.ext.CycleButton

Inheritance : Object : Observable : Component : Button : SplitButton

Constructors

Signature
public CycleButton(CycleButtonConfig config)

Methods

NameSignature
getActiveItemCheckItem getActiveItem()
setActiveItemvoid setActiveItem(CheckItem item)
setActiveItemvoid setActiveItem(CheckItem item, boolean suppressEvent)
toggleSelectedvoid toggleSelected()

Constructors

public CycleButton(CycleButtonConfig config)

Parameters

NameTypeDescription
configwrap.ext.types.CycleButtonConfig



Methods

getActiveItem

CheckItem getActiveItem()

Returns
wrap.ext.menu.CheckItem

setActiveItem

void setActiveItem(CheckItem item)

Parameters

NameTypeDescription
itemwrap.ext.menu.CheckItem

setActiveItem

void setActiveItem(CheckItem item, boolean suppressEvent)

Parameters

NameTypeDescription
itemwrap.ext.menu.CheckItem
suppressEventcore.boolean

toggleSelected

void toggleSelected()


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