Package org.openxava.web.servlets
Class GenerateReportServlet.TableModelDecorator
java.lang.Object
org.openxava.web.servlets.GenerateReportServlet.TableModelDecorator
- All Implemented Interfaces:
TableModel
- Enclosing class:
- GenerateReportServlet
-
Constructor Summary
ConstructorsConstructorDescriptionTableModelDecorator(javax.servlet.http.HttpServletRequest request, TableModel original, List metaProperties, Locale locale, boolean labelAsHeader, boolean format, Integer columnCountLimit, boolean formatBigDecimal) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetColumnClass(int c) intgetColumnName(int c) intgetValueAt(int row, int column) booleanisCellEditable(int row, int column) booleanisFormat()voidvoidsetFormat(boolean format) voidsetValueAt(Object value, int row, int column)
-
Constructor Details
-
Method Details
-
getRowCount
public int getRowCount()- Specified by:
getRowCountin interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceTableModel
-
getColumnName
- Specified by:
getColumnNamein interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int row, int column) - Specified by:
isCellEditablein interfaceTableModel
-
getValueAt
- Specified by:
getValueAtin interfaceTableModel
-
setValueAt
- Specified by:
setValueAtin interfaceTableModel
-
addTableModelListener
- Specified by:
addTableModelListenerin interfaceTableModel
-
removeTableModelListener
- Specified by:
removeTableModelListenerin interfaceTableModel
-
isFormat
public boolean isFormat() -
setFormat
public void setFormat(boolean format)
-