|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dataentry.util.TableLoader
Company MoreData
| Method Summary | |
static TableLoader |
instance()
Devolve a instancia (singleton) do TableLoader. |
void |
load(Table table,
DAOView dao)
Deprecated. Os widgets deixaram de ser acessiveis a arquitectura, o carregamento da tabela passou a ser feito atraves de um VisualTableComponent. |
void |
load(Table table,
DAOView dao,
int rowNumber)
Deprecated. Os widgets deixaram de ser acessiveis a arquitectura, o carregamento da tabela passou a ser feito atraves de um VisualTableComponent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static TableLoader instance()
public void load(Table table,
DAOView dao,
int rowNumber)
table - A Table onde se pretende carregar os dados.dao - O DAO que contem os dados a carregar.rowNumber - O numero da linha da Tabela/DAO que vai ser carregada.
public void load(Table table,
DAOView dao)
table - A Table onde se pretende carregar os dados.dao - O DAO que contem os dados a carregar.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||