|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tekann.codegen.pda.db.DTODataSource
public class DTODataSource
Grid DataSource that saves the DTOs.
| Constructor Summary | |
|---|---|
DTODataSource(IViewForm viewForm)
Deprecated. Constructs DTODataSource |
|
| Method Summary | |
|---|---|
IDataFormatter |
getDataFormatter()
Deprecated. |
IDTO |
getDTOAt(int row)
Deprecated. Gets the DTO by the passed row. |
java.lang.Object[] |
getDTOs()
Deprecated. Gets all the DTOs |
int |
getItemCount()
Deprecated. Gets the item count. |
java.lang.String[][] |
getItems(int startIndex,
int count)
Deprecated. |
IDTO |
removeDTOAt(java.lang.String tableName,
int row)
Deprecated. Removes the DTO. |
void |
setDataFormatter(IDataFormatter dataFormatter)
Deprecated. |
void |
setDTOs(java.lang.String tableName,
java.lang.Object[] dtos,
java.lang.String[] columnNames,
int count)
Deprecated. Sets the grid's DTO. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTODataSource(IViewForm viewForm)
viewForm - | Method Detail |
|---|
public IDTO getDTOAt(int row)
row -
public java.lang.Object[] getDTOs()
public int getItemCount()
public java.lang.String[][] getItems(int startIndex,
int count)
getItems in interface totalcross.ui.Grid.DataSource
public IDTO removeDTOAt(java.lang.String tableName,
int row)
row - The row to be removed
public void setDTOs(java.lang.String tableName,
java.lang.Object[] dtos,
java.lang.String[] columnNames,
int count)
dtos - count - number of lines to be shownpublic void setDataFormatter(IDataFormatter dataFormatter)
public IDataFormatter getDataFormatter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||