FormField
|
+--TextField
|
+--FloatField
|
+--CurrencyField
|
+--DollarField
public class DollarField
extends CurrencyField
| Fields inherited from FORMfields.fields.CurrencyField | |
|---|---|
| sign, signHtml | |
| Fields inherited from FORMfields.fields.FloatField | |
|---|---|
| REGEX_FLOAT, maxValue, minValue | |
| Fields inherited from FORMfields.fields.TextField | |
|---|---|
| maxLength, minLength, size | |
| Fields inherited from FORMfields.fields.FormField | |
|---|---|
| autoPropagate, data, disableEnterHandler, displayValuesOnNewLine, editable, enabled, endingString, enterTabHandler, enterTabs, error, extraHtml, fieldBelowLabel, formError, help, hidden, htmlify, id, isData, label, labelForId, multiValues, name, required, subFieldDisplayValueSeparator, subFieldSeparator, subFieldValueSeparator, subFields, subFieldsCannotBeEmpty, trimWhitespace, validators, value, valueIsHtml | |
| Constructor Summary | |
|---|---|
DollarField(string name, string label, int required, int maxLength, int minLength, int size, mixed maxValue, mixed minValue, float the) Creates a new DollarField. |
|
__construct(string name, string label, int required, int maxLength, int minLength, int size, mixed maxValue, mixed minValue, float the) Creates a new DollarField. |
|
| Methods inherited from FORMfields.fields.CurrencyField | |
|---|---|
| format, getDisplayValue, getEditableFieldTag, isValid | |
| Methods inherited from FORMfields.fields.FloatField | |
|---|---|
| isValid | |
| Methods inherited from FORMfields.fields.TextField | |
|---|---|
| getEditableFieldTag, isValid | |
public DollarField(string name, string label, int required, int maxLength, int minLength, int size, mixed maxValue, mixed minValue, float the)
Creates a new DollarField.
DollarField is a field for editing dollar amounts that use the sign, "$".