public class TdbDateField extends TdbStructuredField
| Constructor and Description |
|---|
TdbDateField(java.lang.String name)
Constructor, creates a blank instance based on a field name
|
TdbDateField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a template
|
| Modifier and Type | Method and Description |
|---|---|
TdbFieldType |
getType()
Retrieve the type of the field
|
appendValue, appendValues, clear, getFieldSize, getValue, getValueCount, insertValue, insertValues, isPartial, originalValues, removeValue, setValue, toString, valuesgetName, getOwnerComponent, isChangedpublic TdbDateField(TdbFieldTemplate tmpl)
tmpl - Field templatepublic TdbDateField(java.lang.String name)
name - Field namepublic TdbFieldType getType()