CAF Shared JavaScript

Class CAF.PagingJumper.Model

Object
   |
   +--CAF.Output.Model
         |
         +--CAF.Input.Model
               |
               +--CAF.PagingJumper.Model
Direct Known Subclasses:
CAF.DataPages.Model, CAF.DataTotal.Model

class CAF.PagingJumper.Model
extends CAF.Input.Model


Abstract paging jumper client-side model.
Defined in pager.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.PagingJumper.Model ()
           
 
Method Summary
 Object getDefaultValue()
           Default value as a non-null string.
 Object getValue()
           Gets this control's string or string array value.
 Object go(value)
           Jumps to the specified value.
 void hideJump()
           Hides the jump to page dialog.
 void initialize(element)
           Initializer.
 Object isFocused()
           Returns true if this control is focused.
 Object isValid(value)
           Returns true if the specified value is valid.
 Object jump()
           Jumps to the page specified by the jump to page dialog.
 Object keypress(event)
           Handles keypresses in the jump to page dialog.
 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.
 void showJump()
           Shows the jump to page dialog.
 
Methods inherited from class CAF.Input.Model
isEmpty, addValidator, removeValidator, listValidators, validate, addValueChangeListener, removeValueChangeListener, listValueChangeListeners, getLabel, setLabel
   
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.PagingJumper.Model

CAF.PagingJumper.Model()

Method Detail

getDefaultValue

Object getDefaultValue()

getValue

Object getValue()

go

Object go(value)

hideJump

void hideJump()

initialize

void initialize(element)

isFocused

Object isFocused()

isValid

Object isValid(value)

jump

Object jump()

keypress

Object keypress(event)

setDisabled

Object setDisabled(disabled)

setFocused

Object setFocused(focus)

setValue

void setValue(value)

showJump

void showJump()

CAF Shared JavaScript

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