| Package | com.yworks.yfiles.base |
| Class | public class ListCell |
| Inheritance | ListCell YObject Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| info : Object
Specifies the element stored in this cell. | ListCell | ||
| Method | Defined By | ||
|---|---|---|---|
ListCell(init:Boolean = true) | ListCell | ||
![]() | equals(o:Object):Boolean | YObject | |
getClass():Class [override] | ListCell | ||
![]() | hashCode():int | YObject | |
Returns the predecessor cell of this cell. | ListCell | ||
Returns the successor cell of this cell. | ListCell | ||
| info | property |
info:ObjectSpecifies the element stored in this cell.
public function get info():Object public function set info(value:Object):void| ListCell | () | Constructor |
public function ListCell(init:Boolean = true)init:Boolean (default = true) |
| getClass | () | method |
override public function getClass():ClassReturnsClass |
| pred | () | method |
public function pred():ListCell
Returns the predecessor cell of this cell.
If there is no predecessor, then null is returned.
ListCell |
| succ | () | method |
public function succ():ListCell
Returns the successor cell of this cell.
If there is no successor, then null is returned.
ListCell |