CAF Shared JavaScript

Class CAF.PopupCalendar.Model

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

class CAF.PopupCalendar.Model
extends CAF.Input.Model


CAF PopupCalendar client-side model.
Defined in date.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.PopupCalendar.Model ()
           
 
Method Summary
 Object adjusted_week(week, date)
          
 void cancel()
           Cancels calendar.
 Object getValue()
           Gets this control's string or string array value.
 void help()
           Shows help tooltip.
 void hide(callback, click)
           Hides popup.
 void initialize(element)
           Initializer.
 Object iso_week()
          
 Object isVisible()
           Returns true if this control is visible.
 void select(s)
           Selects the specified date and hides the calendar.
 void setValue(value)
           Sets this control's string or string array value.
 void show(callback, click, element)
           Shows calendar.
 
Methods inherited from class CAF.Input.Model
setDisabled, isFocused, setFocused, isEmpty, addValidator, removeValidator, listValidators, validate, getLabel, setLabel
   
Methods inherited from class CAF.Output.Model
toString, equals, isDisabled, setVisible, _reapplyOriginalStyle, toggle, refresh, reAttachBehaviors, refreshWhenVisible, addRefreshCompleteListener, removeRefreshCompleteListener, listRefreshCompleteListeners, addToggleListener, removeToggleListener, listToggleListeners
 

Field Detail

classes

Object classes

Constructor Detail

CAF.PopupCalendar.Model

CAF.PopupCalendar.Model()

Method Detail

adjusted_week

Object adjusted_week(week, date)

cancel

void cancel()

getValue

Object getValue()

help

void help()

hide

void hide(callback, click)

initialize

void initialize(element)

iso_week

Object iso_week()

isVisible

Object isVisible()

select

void select(s)

setValue

void setValue(value)

show

void show(callback, click, element)

CAF Shared JavaScript

Documentation generated by JSDoc on Mon Aug 30 14:56:06 2021