CAF Shared JavaScript

Class CAF.Popup.Model

Object
   |
   +--CAF.Output.Model
         |
         +--CAF.Popup.Model
Direct Known Subclasses:
CAF.Tooltip.Model

class CAF.Popup.Model
extends CAF.Output.Model


CAF Popup client-side model.
Defined in popup.js


Field Summary
 Object classes
          
   
Fields inherited from class CAF.Output.Model
id, form
 
Constructor Summary
CAF.Popup.Model ()
           
 
Method Summary
 void focusFirstMenuItem(popupElement)
           Focuses the first enabled menu item (if any) in the popup.
 Object getValue()
           Gets this control's string or string array value.
 void hide(callback, click)
           Hides popup.
 void setExtraOffset(h)
          
 void setValue(value)
           Sets this control's string or string array value.
 void show(callback, click, element)
           Shows popup.
 
Methods inherited from class CAF.Output.Model
initialize, toString, equals, isDisabled, setDisabled, isFocused, setFocused, isVisible, setVisible, _reapplyOriginalStyle, toggle, refresh, reAttachBehaviors, refreshWhenVisible, addRefreshCompleteListener, removeRefreshCompleteListener, listRefreshCompleteListeners, addToggleListener, removeToggleListener, listToggleListeners
 

Field Detail

classes

Object classes

Constructor Detail

CAF.Popup.Model

CAF.Popup.Model()

Method Detail

focusFirstMenuItem

void focusFirstMenuItem(popupElement)

getValue

Object getValue()

hide

void hide(callback, click)

setExtraOffset

void setExtraOffset(h)

setValue

void setValue(value)

show

void show(callback, click, element)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019