Class: CUI.FlexHandle
Defined in: | base/FlexHandle/FlexHandle.coffee |
Inherits: | CUI.Element |
Overview
this class initializes a flex handle
Variables Summary
Variable inherited from CUI.Element
Class Method Summary
Instance Method Summary
- # (void) readOpts()
- # (void) initOpts()
- # (void) init()
- # (void) __setSize(size)
- # (void) resetSize()
- # (void) __getSize()
- # (void) __isAlive()
- # (void) __resize()
- # (void) __getState()
- # (void) __setState()
- # (void) storeState()
- # (void) isStretched()
- # (void) stretch(direction, do_stretch = true)
- # (void) unstretch()
- # (void) getLabel()
- # (void) addLabel(opts = {})
- # (void) getName()
- # (void) getHandle()
- # (void) getPane()
- # (void) isShown()
- # (void) isHidden()
- # (void) isClosed()
- # (void) isOpen()
- # (void) close()
- # (void) open()
- # (void) hide()
- # (void) show()
- # (void) destroy()
Inherited Method Summary
Methods inherited from
CUI.Element
#getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #initOpts #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys
Class Method Details
.
(void)
getStretchButton(_opts = {})
Constructor Details
#
(void)
constructor(opts = {})
Instance Method Details
#
(void)
readOpts()
#
(void)
initOpts()
#
(void)
init()
#
(void)
__setSize(size)
#
(void)
resetSize()
#
(void)
__getSize()
#
(void)
__isAlive()
#
(void)
__resize()
#
(void)
__getState()
#
(void)
__setState()
#
(void)
storeState()
#
(void)
isStretched()
#
(void)
stretch(direction, do_stretch = true)
#
(void)
unstretch()
#
(void)
getLabel()
#
(void)
addLabel(opts = {})
#
(void)
getName()
#
(void)
getHandle()
#
(void)
getPane()
#
(void)
isShown()
#
(void)
isHidden()
#
(void)
isClosed()
#
(void)
isOpen()
#
(void)
close()
#
(void)
open()
#
(void)
hide()
#
(void)
show()
#
(void)
destroy()