| Package | km.display |
| Class | public class SimpleTableCell |
| Inheritance | SimpleTableCell flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| background : BitmapData Cell background image.
| SimpleTableCell | ||
| bgColor : uint Cell background color [ARGB].
| SimpleTableCell | ||
| content : * Gets or sets the cell content.
| SimpleTableCell | ||
| vars : Object Object to store variables.
| SimpleTableCell | ||
| Method | Defined by | ||
|---|---|---|---|
|
SimpleTableCell(col:int, row:int)
| SimpleTableCell | ||
|
span(cols:int, rows:int):void
Span the cell over multiple columns and / or rows.
A value smaller than 1 is treated as 1. | SimpleTableCell | ||
| background | property |
public var background:BitmapDataCell background image.
| bgColor | property |
public var bgColor:uintCell background color [ARGB].
| content | property |
content:* [read-write]Gets or sets the cell content.
Implementation public function get content():*
public function set content(value:*):void
| vars | property |
public var vars:ObjectObject to store variables.
| SimpleTableCell | () | constructor |
public function SimpleTableCell(col:int, row:int)Parameters
col:int |
|
row:int |
| span | () | method |
public function span(cols:int, rows:int):void Span the cell over multiple columns and / or rows.
A value smaller than 1 is treated as 1.
cols:int |
|
rows:int |