public class MockFormTableEntry extends FormTableEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
MockFormTableEntry.MockObject
The mock object
|
| Constructor and Description |
|---|
MockFormTableEntry()
Creates a form table entry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Determines the number of data-model columns.
|
String |
getColumnName(int col)
Describes the column name.
This may be a symbolic name if getDisplayedColumnName() is overridden. |
MockFormTableEntry.MockObject |
getObject()
Gets the object wrapped by this entry.
|
Object |
getValueAt(int col)
Gets the column-object for this entry in a given column.
The default implementation tries to use the binding, if any. |
FormTableEntry |
newInstance(Object object)
Creates a new instance of an entry for a given data-object.
|
compareTo, fireCellsUpdated, fireRowUpdated, getAdjust, getBinding, getBindingPath, getBindType, getCellEditor, getCellRect, getCellRenderer, getColumnClass, getConvert, getDisplayedColumnName, getFormat, getHorizontalAlignment, getMaxColumns, getModel, getReferencedColumn, getReferencedRow, getRow, getScale, getShowHorizontalLine, getShowVerticalLine, getTable, getVerticalAlignment, isAutoSelect, isBindingChangeable, isBlankZero, isCellEditable, isCellEditorFixed, isCellRectFixed, isCellRendererFixed, isCellVisible, isColumnNotSummable, isVisiblyEqual, setModel, setRow, setValueAt, updateArray, updateCursor, updateListpublic int getColumnCount()
FormTableEntrygetColumnCount in class FormTableEntrypublic String getColumnName(int col)
FormTableEntrygetColumnName in class FormTableEntrycol - the datamodel-columnpublic MockFormTableEntry.MockObject getObject()
FormTableEntrygetObject in class FormTableEntrypublic Object getValueAt(int col)
FormTableEntrygetValueAt in interface FormTableRowObjectgetValueAt in class FormTableEntrycol - the datamodel-columnpublic FormTableEntry newInstance(Object object)
FormTableEntrynewInstance in class FormTableEntryobject - the data-objectTentackle - a domain driven enterprise framework