CAF Shared JavaScript

Class CAF.Checkbox.Model

Object
   |
   +--CAF.Output.Model
         |
         +--CAF.Input.Model
               |
               +--CAF.Checkbox.Model

class CAF.Checkbox.Model
extends CAF.Input.Model


CAF checkbox client-side model.
Defined in core.js


Field Summary
 Object classes
          
   
Fields inherited from class CAF.Input.Model
classes
   
Fields inherited from class CAF.Output.Model
id, form
 
Constructor Summary
CAF.Checkbox.Model ()
           
 
Method Summary
 Object getLabel()
           Gets input's label HTML (if input has label).
 Object getValue()
           Gets this control's string or string array value.
 void initialize(element)
           Initializer.
 Object setDisabled(disabled)
           Sets this control as disabled or enabled.
 void setLabel(label)
           Sets input's label HTML (if input has label).
 void setValue(value)
           Sets this control's string or string array value.
 
Methods inherited from class CAF.Input.Model
isFocused, setFocused, isEmpty, addValidator, removeValidator, listValidators, validate, addValueChangeListener, removeValueChangeListener, listValueChangeListeners
   
Methods inherited from class CAF.Output.Model
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.Checkbox.Model

CAF.Checkbox.Model()

Method Detail

getLabel

Object getLabel()

getValue

Object getValue()

initialize

void initialize(element)

setDisabled

Object setDisabled(disabled)

setLabel

void setLabel(label)

setValue

void setValue(value)

CAF Shared JavaScript

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