public class NumberFieldWidgetParameters extends DefaultWidgetParameters
allowBlank, defaultValue, disabled, fieldDescription, fieldLabel, hideLabel, name, xtype
listeners, ranking
additionalProperties, containedElements, fieldName, nameSpace, primaryType
Constructor and Description |
---|
NumberFieldWidgetParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getDecimalPrecision() |
String |
getDecimalSeparator() |
String |
getPrimaryType() |
String |
getXtype() |
boolean |
isAllowDecimals() |
boolean |
isAllowNegative() |
void |
setAllowDecimals(boolean allowDecimals) |
void |
setAllowNegative(boolean allowNegative) |
void |
setDecimalPrecision(int decimalPrecision) |
void |
setDecimalSeparator(String decimalSeparator) |
void |
setPrimaryType(String primaryType) |
void |
setXtype(String xtype) |
getDefaultValue, getFieldDescription, getFieldLabel, getName, isAllowBlank, isDisabled, isHideLabel, setAllowBlank, setDefaultValue, setDisabled, setFieldDescription, setFieldLabel, setHideLabel, setName
getListeners, getRanking, setListeners, setRanking
getAdditionalProperties, getContainedElements, getFieldName, getNameSpace, setAdditionalProperties, setContainedElements, setFieldName, setNameSpace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListeners, getRanking, setListeners, setRanking
getAdditionalProperties, getContainedElements, getFieldName, getNameSpace, setAdditionalProperties, setContainedElements, setFieldName, setNameSpace
public boolean isAllowDecimals()
public void setAllowDecimals(boolean allowDecimals)
public boolean isAllowNegative()
public void setAllowNegative(boolean allowNegative)
public int getDecimalPrecision()
public void setDecimalPrecision(int decimalPrecision)
public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
public String getPrimaryType()
getPrimaryType
in interface WidgetParameters
getPrimaryType
in interface XmlElementParameters
getPrimaryType
in class DefaultWidgetParameters
public void setPrimaryType(String primaryType)
setPrimaryType
in interface XmlElementParameters
setPrimaryType
in class DefaultXmlElementParameters
public String getXtype()
getXtype
in interface WidgetParameters
getXtype
in class DefaultWidgetParameters
public void setXtype(String xtype)
setXtype
in interface WidgetParameters
setXtype
in class DefaultWidgetParameters
Copyright © 2019 ICF Olson. All rights reserved.