Class org.aswing.DefaultListCellFactory

Implemented Interfaces

ListCellFactory

Description

Method Index

new DefaultListCellFactory()
createNewCell(), getCellHeight(), isAllCellHasSameHeight(), isShareCells()

Constructor Detail

DefaultListCellFactory

public function DefaultListCellFactory(shareCelles:Boolean)

Parameters

shareCellesis share cells for list items.

See Also

Method Detail

createNewCell

public function createNewCell():ListCell

Description copied from ListCellFactory

Creates a new list cell.

Specified By

createNewCell() in org.aswing.ListCellFactory

isAllCellHasSameHeight

public function isAllCellHasSameHeight():Boolean

isShareCells

public function isShareCells():Boolean

Return

is share cells for items.

Specified By

isShareCells() in org.aswing.ListCellFactory

See Also

getCellHeight

public function getCellHeight():Number

Returns the height for all cells.

Specified By

getCellHeight() in org.aswing.ListCellFactory

See Also