CAF Shared JavaScript

Class CAF.Messages.Model

Object
   |
   +--CAF.Output.Model
         |
         +--CAF.Input.Model
               |
               +--CAF.Select.Model
                     |
                     +--CAF.Messages.Model
Direct Known Subclasses:
CAF.Messages.Formatted.Model

class CAF.Messages.Model
extends CAF.Select.Model


CAF Messages model.
Defined in messages.js


Field Summary
 Object classes
          
   
Fields inherited from class CAF.Select.Model
classes
   
Fields inherited from class CAF.Input.Model
classes
   
Fields inherited from class CAF.Output.Model
id, form
 
Constructor Summary
CAF.Messages.Model ()
           
 
Method Summary
 Object findParentItem(element)
           If the specified element is a descendant of an option, finds the ancestor option.
 Object getValue()
           Gets this control's string or string array value.
 Object list()
           Returns array of items in model.
 void setValue(value)
           Sets this control's string or string array value.
 
Methods inherited from class CAF.Select.Model
setDisabled, size, selected, indexOf, get, set, add, remove, removeAll, filter, addFilterListener, removeFilterListener, listFilterListeners, isSelected, setSelected, selectAll, selectNone, addSelectionChangeListener, removeSelectionChangeListener, listSelectionChangeListeners
   
Methods inherited from class CAF.Input.Model
isFocused, setFocused, isEmpty, addValidator, removeValidator, listValidators, validate, addValueChangeListener, removeValueChangeListener, listValueChangeListeners, getLabel, setLabel
   
Methods inherited from class CAF.Output.Model
initialize, toString, equals, isDisabled, isVisible, setVisible, hide, _reapplyOriginalStyle, show, toggle, refresh, reAttachBehaviors, refreshWhenVisible, addRefreshCompleteListener, removeRefreshCompleteListener, listRefreshCompleteListeners, addToggleListener, removeToggleListener, listToggleListeners
 

Field Detail

classes

Object classes

Constructor Detail

CAF.Messages.Model

CAF.Messages.Model()

Method Detail

findParentItem

Object findParentItem(element)

getValue

Object getValue()

list

Object list()

setValue

void setValue(value)

CAF Shared JavaScript

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