Zimlet JavaScript API Reference - ZmTaskEditView

Class ZmTaskEditView


Extends ZmCalItemEditView.

This class represents the edit task view.

Defined in: ZmTaskEditView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmTaskEditView(parent, controller)
Creates the edit task view.
Field Summary
Field Attributes Field Name and Description
<static>  
ZmTaskEditView.PRIORITY_VALUES
Defines the priority values.
<static>  
ZmTaskEditView.STATUS_VALUES
Defines the status values.
Method Summary
Method Attributes Method Name and Description
 
Gets the controller.
 
Returns a string representation of the object.
Class Detail
ZmTaskEditView(parent, controller)
Creates the edit task view.
Parameters:
{DwtComposite} parent
the parent
{ZmTaskController} controller
the controller
Field Detail
<static> ZmTaskEditView.PRIORITY_VALUES
Defines the priority values.
See:
ZmCalItem

<static> ZmTaskEditView.STATUS_VALUES
Defines the status values.
See:
ZmCalendarApp
Method Detail
{ZmTaskController} getController()
Gets the controller.
Returns:
{ZmTaskController} the controller

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:43 GMT-0400 (EDT)