{ "type": "class", | |
"qname": "mx.collections.CursorBookmark", | |
"baseClassname": "" | |
, | |
"description": "Encapsulates the positional aspects of a cursor in an <code>ICollectionView</code>. Bookmarks are used to return a cursor to an absolute position within the <code>ICollectionView</code>.", | |
"tags": [ | |
{ "tagName": "see", | |
"values": ["mx.collections.IViewCursor#bookmark", "mx.collections.IViewCursor#seek()"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "mx.collections.CursorBookmark", | |
"qname": "FIRST", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "A bookmark for the first item in an <code>ICollectionView</code>.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "return", | |
"values": ["The bookmark to the first item."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "mx.collections.CursorBookmark", | |
"qname": "LAST", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "A bookmark for the last item in an <code>ICollectionView</code>. If the view has no items, the cursor is at this bookmark.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "return", | |
"values": ["The bookmark to the last item."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "mx.collections.CursorBookmark", | |
"qname": "CURRENT", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "A bookmark representing the current item for the <code>IViewCursor</code> in an <code>ICollectionView</code>.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "return", | |
"values": ["The bookmark to the current item."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "mx.collections.CursorBookmark", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Creates a new instance of a bookmark with the specified value.", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["value The value of this bookmark."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": [{ "name": "value", "type": "Object"}]} | |
, | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "Object", | |
"qname": "value", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The underlying marker representation of the bookmark. This value is generally understood only by the <code>IViewCursor</code> or <code>ICollectionView</code> implementation.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "getViewIndex", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Classes that extend CursorBookmark override this method to return the approximate index of the item represented by this bookmark in its view.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "return", | |
"values": ["-1"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "int", | |
"params": []} | |
] | |
} |