ATTR_CHANGED, CHILD_ADDED, CHILD_REMOVED, DESCENDENT_ADDED, DESCENDENT_ATTR_CHANGED, DESCENDENT_REMOVED, DESCENDENT_VALUE_CHANGED, PARENT_CHANGED, PERMS_LOCK_CLEARED, PERMS_LOCK_SET, PROTO_ATTR_CHANGED, PROTO_CHILD_ADDED, PROTO_CHILD_REMOVED, PROTO_DESCENDENT_ADDED, PROTO_DESCENDENT_ATTR_CHANGED, PROTO_DESCENDENT_REMOVED, PROTO_DESCENDENT_VALUE_CHANGED, PROTO_VALUE_CHANGED, UPDATED, VALUE_CHANGED| Constructor and Description |
|---|
XFAList()
default constructor
|
XFAList(List<? extends Obj> list,
boolean bReadOnly)
Create a new XFAList
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(Obj listObj)
Appends an object to the end of this list.
|
void |
insert(Obj newNode,
Obj refNode)
Inserts an object before a specific node in this list.
|
Obj |
item(int index)
Gets this list's n'th object.
|
int |
length()
Returns the number of objects in this list.
|
void |
remove(Obj removeNode)
Removes an object from this list.
|
getClassAtom, getClassName, getScriptTable, isReadOnly, isReadOnlyaddPeer, addPeeredNode, clearPeers, deafen, getClassTag, getPeer, getScriptMethodInfo, getScriptProperty, getScriptThis, invokeFunction, isDeaf, isMute, isSameClass, isSameClass, isSameClass, mute, notifyPeers, peerRemoved, removePeer, removePeeredNode, sendMessenge, setClass, setClassTag, setScriptProperty, unDeafen, unMute, updateFromPeer, validateUsage, validateUsageFailedIsFatalpublic void append(Obj listObj)
ListBaseappend in class ListBaselistObj - the node to be appended.ListBase.append(Obj)public void insert(Obj newNode, Obj refNode)
ListBaseinsert in class ListBasenewNode - the object to be inserted.refNode - the object to insert before.ListBase.insert(Obj, Obj)public Obj item(int index)
ListBaseitem in class ListBaseindex - the 0-based index of the node within this list.ListBase.item(int)public int length()
ListBaselength in class ListBaseListBase.length()public void remove(Obj removeNode)
ListBaseremove in class ListBaseremoveNode - the object to be removed.ListBase.remove(Obj)Copyright © 2010 - 2020 Adobe. All Rights Reserved