MenuSeparator
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
id | number | readonly | The unique ID of the MenuSeparator. |
index | number | readonly | The index of the MenuSeparator within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | MenuSubmenu | readonly | The parent of the MenuSeparator (a Menu or Submenu). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of MenuSeparator getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the MenuSeparator.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the MenuSeparator.
Used in:
MenuSeparator MenuSeparators.nextItem (obj: MenuSeparator)
MenuSeparator MenuSeparators.previousItem (obj: MenuSeparator)
Return
Array of MenuSeparator MenuSeparator.getElements ()
MenuSeparator MenuSeparators.[] (index: number)
MenuSeparator MenuSeparators.add ([at: LocationOptions=LocationOptions.AT_END][, reference: MenuElement][, withProperties: Object])
MenuSeparator MenuSeparators.anyItem ()
Array of MenuSeparator MenuSeparators.everyItem ()
MenuSeparator MenuSeparators.firstItem ()
MenuSeparator MenuSeparators.item (index: varies)
MenuSeparator MenuSeparators.itemByID (id: number)
Array of MenuSeparator MenuSeparators.itemByRange (from: varies, to: varies)
MenuSeparator MenuSeparators.lastItem ()
MenuSeparator MenuSeparators.middleItem ()
MenuSeparator MenuSeparators.nextItem (obj: MenuSeparator)
MenuSeparator MenuSeparators.previousItem (obj: MenuSeparator)
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |