Class com.bumpslide.ui.DataGrid

????
   +--MovieClip
      +--com.bumpslide.ui.DataGrid

Field Index

columns, columnWidth, currentPage, currentPageData, dataProvider, gridholder_mc, height, itemsPerPage, paddingBottom, paddingLeft, paddingRight, paddingTop, rowHeight, rows, width

Method Index

new DataGrid()

killGrid(), onGridLayoutComplete(), redraw(), setSize(), showLoading(), showNoResults(), sleep(), toString(), wake()

Constructor Detail

DataGrid

function DataGrid()

Field Detail

gridholder_mc

gridholder_mc:MovieClip

width

width

height

height

columns

columns

rows

rows

columnWidth

columnWidth

rowHeight

rowHeight

paddingTop

paddingTop

paddingBottom

paddingBottom

paddingRight

paddingRight

paddingLeft

paddingLeft

itemsPerPage

public itemsPerPage:Number [Read Only]

currentPage

public currentPage [Write Only]

dataProvider

public dataProvider:Array

currentPageData

public currentPageData:Array [Read Only]

Method Detail

setSize

public function setSize(w, h)

Size the Grid

killGrid

function killGrid()

remove grid clips and reset

redraw

public function redraw()

Trigger redrawing of grid

sleep

public function sleep()

hibernate

wake

public function wake()

come back to life

onGridLayoutComplete

function onGridLayoutComplete()

showNoResults

function showNoResults()

showLoading

function showLoading()

toString

function toString():String