CAF Shared JavaScript

Class CAF.HTMLInput.Model

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

class CAF.HTMLInput.Model
extends CAF.Input.Model


HTML input client-side model. Don't try to show, hide, or refresh this control directly; wrap it with a Inline Panel, and show/hide/refresh the panel.
Defined in htmlinput.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.HTMLInput.Model ()
           
 
Method Summary
 Object getValue()
           Gets this control's string or string array value.
 Object isFocused()
           Returns true if this control is focused.
 void onload()
          
 Object setDisabled(disabled)
           Sets this control as disabled or enabled.
 Object setFocused(focus)
           Sets this control as focused or not focused.
 void setValue(value)
           Sets this control's string or string array value.
 
Methods inherited from class CAF.Input.Model
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.HTMLInput.Model

CAF.HTMLInput.Model()

Method Detail

getValue

Object getValue()

isFocused

Object isFocused()

onload

void onload()

setDisabled

Object setDisabled(disabled)

setFocused

Object setFocused(focus)

setValue

void setValue(value)

CAF Shared JavaScript

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