Overload List

  NameDescription
Public methodUpdate()()()()
Request for redraw of the Calendar on the client side. Detects the changes and automatically uses EventsOnly or Full update mode as needed.
Public methodUpdate(Object)
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
Public methodUpdate(CallBackUpdateType)
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
Public methodUpdate(Object, CallBackUpdateType)
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.

See Also