org.zkoss.util
Interface ListX.Entry

All Known Implementing Classes:
CheckableTreeArray.CkEntry, TreeArray.RbEntry
Enclosing interface:
ListX

public static interface ListX.Entry

Represents the entry of each node in the list.


Method Summary
 java.lang.Object getElement()
          Gets the element stored in the entry.
 boolean isOrphan()
          Tests whether an entry is an orphan -- being removed from a list.
 ListX.Entry next()
           
 ListX.Entry previous()
           
 void setElement(java.lang.Object element)
          Sets the entry to store the specified element.
 

Method Detail

getElement

java.lang.Object getElement()
Gets the element stored in the entry.


setElement

void setElement(java.lang.Object element)
Sets the entry to store the specified element.


next

ListX.Entry next()

previous

ListX.Entry previous()

isOrphan

boolean isOrphan()
Tests whether an entry is an orphan -- being removed from a list.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo