public class TdbNumberField extends TdbStructuredField
Constructor and Description |
---|
TdbNumberField(java.lang.String name)
Constructor, creates a blank instance based on a field name
|
TdbNumberField(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, clear, getFieldSize, getValue, getValueCount, insertValue, originalValues, removeValue, setValue, toString, values
getName, getOwnerComponent, isChanged
public TdbNumberField(TdbFieldTemplate tmpl)
tmpl
- Field templatepublic TdbNumberField(java.lang.String name)
name
- Field namepublic TdbFieldType getType()