com.sybase.uep.bobclient.controls.celltable
Class CellTableCallback
java.lang.Object
com.sybase.uep.bobclient.controls.celltable.CellTableCallback
- All Implemented Interfaces:
- net.rim.device.api.ui.component.ListFieldCallback
public class CellTableCallback
- extends java.lang.Object
- implements net.rim.device.api.ui.component.ListFieldCallback
Call back class of class CellTable
- Author:
- congchen
Method Summary |
void |
drawListRow(net.rim.device.api.ui.component.ListField listField,
net.rim.device.api.ui.Graphics graphics,
int index,
int y,
int width)
|
java.lang.Object |
get(net.rim.device.api.ui.component.ListField listfield,
int i)
|
int |
getPreferredWidth(net.rim.device.api.ui.component.ListField listfield)
|
int |
indexOfList(net.rim.device.api.ui.component.ListField listfield,
java.lang.String s,
int i)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellTableCallback
public CellTableCallback()
drawListRow
public void drawListRow(net.rim.device.api.ui.component.ListField listField,
net.rim.device.api.ui.Graphics graphics,
int index,
int y,
int width)
- Specified by:
drawListRow
in interface net.rim.device.api.ui.component.ListFieldCallback
get
public java.lang.Object get(net.rim.device.api.ui.component.ListField listfield,
int i)
- Specified by:
get
in interface net.rim.device.api.ui.component.ListFieldCallback
getPreferredWidth
public int getPreferredWidth(net.rim.device.api.ui.component.ListField listfield)
- Specified by:
getPreferredWidth
in interface net.rim.device.api.ui.component.ListFieldCallback
indexOfList
public int indexOfList(net.rim.device.api.ui.component.ListField listfield,
java.lang.String s,
int i)
- Specified by:
indexOfList
in interface net.rim.device.api.ui.component.ListFieldCallback