abstract class vaseGui::ListAdapter

sys::Obj
  vaseGui::ListAdapter

@Js

bind

protected abstract Void bind(Widget w, Obj data)

flush

Void flush()

getData

protected abstract Obj getData(Int i)

getType

protected virtual Int getType(Int i, Obj data)

getView

protected virtual Widget getView(Int pos)

newView

protected abstract Widget newView(Int type)

size

abstract Int size()