|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ideo.sweetdev.presentation.struts.tag.table.data.TableDataBeanNoMapping
![]() |
![]() |
| Constructor Summary | |
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user)
Deprecated. Used for backward compatibility. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user,
java.lang.String[] _headersTip)
Deprecated. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user)
Deprecated. Used for backward compatibility. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user,
java.lang.String[] _headersTip)
Deprecated. |
|
| Method Summary | |
java.lang.String[] |
generateHeaderNames(TableBeans _table)
Deprecated. Generate the TableBeans headers |
java.lang.String[] |
generateHeaderNamesTip(TableBeans _table)
Deprecated. Generate the TableBeans headers tip |
java.lang.String[] |
getAligns()
Deprecated. Get the table's aligns. |
java.lang.String[] |
getColumns()
Deprecated. Get the table's columns. |
java.util.ArrayList |
getData()
Deprecated. Get the table's datas. |
java.lang.String[] |
getHeaders()
Deprecated. Get the table's headers. |
java.lang.String[] |
getRowAtIndex(int _index,
TableBeans _table)
Deprecated. Retrieve the row at a current index |
java.lang.String[] |
getWidths()
Deprecated. Get the table's widths. |
void |
setAligns(java.lang.String[] _aligns)
Deprecated. Set the table's aligns. |
void |
setColumns(java.lang.String[] _columns)
Deprecated. Set the table's columns. |
void |
setData(java.util.ArrayList _datas)
Deprecated. Set the table's datas. |
void |
setHeaders(java.lang.String[] _headers)
Deprecated. Set the table's headers. |
void |
setWidths(java.lang.String[] _widths)
Deprecated. Set the table's widths. |
int |
size()
Deprecated. Retrieve the data size |
void |
sort(TableBeans _table)
Deprecated. Sort all rows |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user)
throws TechnicalException
TechnicalException - exception_datas - ArrayList_columns - String[]_headers - String[]_user - IUser
public TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user,
java.lang.String[] _headersTip)
throws TechnicalException
TechnicalException - exception_datas - ArrayList_columns - String[]_headers - String[]_user - IUser
public TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user)
throws TechnicalException
TechnicalException - exception_datas - ArrayList_columns - String[]_headers - String[]_widths - String[]_aligns - String[]_user - IUser
public TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user,
java.lang.String[] _headersTip)
throws TechnicalException
TechnicalException - exception_datas - ArrayList_columns - String[]_headers - String[]_widths - String[]_aligns - String[]_user - IUser| Method Detail |
public java.util.ArrayList getData()
public void setData(java.util.ArrayList _datas)
_datas - public java.lang.String[] getColumns()
public void setColumns(java.lang.String[] _columns)
_columns - the column's name ordered by position in the table.public java.lang.String[] getHeaders()
public void setHeaders(java.lang.String[] _headers)
_headers - the table's headers.public java.lang.String[] getWidths()
getWidths in interface ITableDatapublic void setWidths(java.lang.String[] _widths)
setWidths in interface ITableData_widths - the table's column's widths.public java.lang.String[] getAligns()
getAligns in interface ITableDatapublic void setAligns(java.lang.String[] _aligns)
setAligns in interface ITableData_aligns - the table's aligns.public int size()
ITableData
size in interface ITableDataITableData.size()
public java.lang.String[] getRowAtIndex(int _index,
TableBeans _table)
throws TechnicalException
ITableData
getRowAtIndex in interface ITableDataTechnicalException_index - the row index_table - TableBeans
ITableData.getRowAtIndex(int, com.ideo.sweetdev.presentation.struts.tag.table.TableBeans)
public void sort(TableBeans _table)
throws TechnicalException
ITableData
sort in interface ITableDataTechnicalException_table - TableBeansITableData.sort(com.ideo.sweetdev.presentation.struts.tag.table.TableBeans)
public java.lang.String[] generateHeaderNames(TableBeans _table)
throws TechnicalException
ITableData
generateHeaderNames in interface ITableDataTechnicalException_table - TableBeans
ITableData.generateHeaderNames(com.ideo.sweetdev.presentation.struts.tag.table.TableBeans)
public java.lang.String[] generateHeaderNamesTip(TableBeans _table)
throws TechnicalException
ITableData
generateHeaderNamesTip in interface ITableDataTechnicalException_table - TableBeans
ITableData.generateHeaderNames(com.ideo.sweetdev.presentation.struts.tag.table.TableBeans)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||