| java.lang.Object org.dbbrowser.db.engine.model.DBTableCell
DBTableCell | public class DBTableCell (Code) | | Represents a cell in a database table
|
DATE_FORMAT_STRING | public static String DATE_FORMAT_STRING(Code) | | |
DBTableCell | public DBTableCell(ColumnInfo columnInfo, Object value, Boolean isChangedByUser)(Code) | | Build a object representing a value in the table cell
Parameters: columnInfo - Parameters: value - Parameters: isChangedByUser - |
getColumnInfo | public ColumnInfo getColumnInfo()(Code) | | Returns the column info describing this object
|
getDateFormat | public static DateFormat getDateFormat()(Code) | | Returns the date format for all dates
|
getDecimalFormat | public static DecimalFormat getDecimalFormat()(Code) | | Returns the double format for formatting numbers
|
getFormattedValue | public String getFormattedValue()(Code) | | Return the value formatted as per the format of the data type. If the value is null, returns null
|
getValue | public Object getValue()(Code) | | Returns the value of the Object.
|
isChangedByUser | public Boolean isChangedByUser()(Code) | | Returns true if this has been changed by the user and so this cell should be updated
|
toString | public String toString()(Code) | | toString - for debugging only
|
|
|