Class: CUI.MultiInputControl
Defined in: | elements/MultiInput/MultiInputControl.coffee |
Inherits: | CUI.Element |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Variables Summary
Variable inherited from CUI.Element
Instance Method Summary
- # (void) initOpts()
- # (void) setKeys(keys)
- # (void) setPreferredKey(key_name)
- # (void) getPreferredKey()
- # (void) copy() avoid copying this
- # (void) getKeys()
- # (void) isEnabled(name)
- # (void) getUserControlOptions()
- # (void) showUserControl()
- # (void) hasUserControl()
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
Constructor Details
#
(void)
constructor(opts = {})
Instance Method Details
#
(void)
initOpts()
#
(void)
setKeys(keys)
#
(void)
setPreferredKey(key_name)
#
(void)
getPreferredKey()
#
(void)
copy()
avoid copying this
#
(void)
getKeys()
#
(void)
isEnabled(name)
#
(void)
getUserControlOptions()
#
(void)
showUserControl()
#
(void)
hasUserControl()