public class BigDecimalField extends NumberField
| Constructor and Description |
|---|
BigDecimalField() |
BigDecimalField(String name,
boolean required) |
BigDecimalField(String name,
boolean required,
Object defaultValue) |
BigDecimalField(String name,
int scale,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getNumber(String value) |
int |
getScale() |
void |
setScale(int scale) |
void |
setTextValue(String value) |
getMaximumValue, getMinimumValue, getUnits, serializeElement, setMaximumValue, setMinimumValue, setUnitsgetCssClass, getInputValue, getMaxLength, getMinLength, getSize, getStringValue, getStyle, hasValue, initialize, isValid, setCssClass, setInputValue, setMaxLength, setMinLength, setSize, setStyle, setValueaddValidationError, getDefaultInstructions, getInitialValue, getInitialValue, getLabel, getName, getValidationErrors, getValue, getValue, hasValidationErrors, isReadOnly, isRequired, postInit, setDefaultInstructions, setInitialValue, setLabel, setName, setReadOnly, setRequired, toStringclone, getContainer, getDecorator, getForm, initialize, serialize, serialize, serialize, serialize, setContainer, setDecoratorpublic BigDecimalField()
public BigDecimalField(String name, boolean required)
public BigDecimalField(String name, int scale, boolean required)
public Number getNumber(String value)
getNumber in class NumberFieldpublic final int getScale()
public void setScale(int scale)
public void setTextValue(String value)
setTextValue in class NumberFieldCopyright © 2015 Revolution Systems Inc.. All rights reserved.