Class Index

Classes


Class Annotations.ChoiceWidgetAnnotation


Extends Annotations.WidgetAnnotation.
Represents a Choice Widget annotation (either a list or a combo box).

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of ChoiceWidgetAnnotation.
Field Summary
Field Attributes Field Name and Description
 
Gets or sets whether the widget is a combo box or list.
 
Gets or sets a list of options to be presented to the user.
Fields borrowed from class Annotations.WidgetAnnotation:
DefaultValue, Element, FieldName, FieldValue, NoExport, ReadOnly, Rect, Required
Fields borrowed from class Annotations.Annotation:
Author, Custom, DateModified, elementName, Height, Hidden, Id, IsAdded, IsDeleted, IsModified, NoMove, NoResize, NoRotate, NoZoom, PageNumber, Subject, Width, X, Y
Methods borrowed from class Annotations.Annotation:
adjustRect, deserialize, draw, GetBottom, getContents, GetCustom, getFlag, GetHeight, GetLeft, GetPageNumber, GetPopupComment, getRect, getRectPadding, getReplies, GetRight, GetTop, GetWidth, GetX, GetY, isReply, resize, serialize, setContents, SetCustom, setFlag, SetHeight, SetPageNumber, SetPopupComment, setRect, SetWidth, SetX, SetY
Class Detail
Annotations.ChoiceWidgetAnnotation()
Creates a new instance of ChoiceWidgetAnnotation.
Field Detail
{boolean} IsCombo
Gets or sets whether the widget is a combo box or list.

{Array} Options
Gets or sets a list of options to be presented to the user.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Apr 20 2015 14:53:02 GMT-0700 (PDT)