ccc.client.gwt.widgets
Class BigDecimalPropertyEditor

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
      extended by ccc.client.gwt.widgets.BigDecimalPropertyEditor
All Implemented Interfaces:
com.extjs.gxt.ui.client.widget.form.PropertyEditor<java.lang.Number>

public class BigDecimalPropertyEditor
extends com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor

Property editor for BigDecimal.

Author:
Civic Computing Ltd.

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
alpahRegex, currencySymbolRegex, format, groupSeparator, numbers, type
 
Fields inherited from interface com.extjs.gxt.ui.client.widget.form.PropertyEditor
DEFAULT
 
Constructor Summary
BigDecimalPropertyEditor(java.lang.Class<?> clazz)
          Constructor.
 
Method Summary
 java.lang.Number convertStringValue(java.lang.String value)
          
 
Methods inherited from class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor
getFormat, getStringValue, getType, isStripAlphas, isStripCurrencySymbol, isStripGroupSeparator, returnTypedValue, setFormat, setStripAlphas, setStripCurrencySymbol, setStripGroupSeparator, setType, stripValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecimalPropertyEditor

public BigDecimalPropertyEditor(java.lang.Class<?> clazz)
Constructor.

Parameters:
clazz - The number class.
Method Detail

convertStringValue

public java.lang.Number convertStringValue(java.lang.String value)

Specified by:
convertStringValue in interface com.extjs.gxt.ui.client.widget.form.PropertyEditor<java.lang.Number>
Overrides:
convertStringValue in class com.extjs.gxt.ui.client.widget.form.NumberPropertyEditor


Copyright © 2010. All Rights Reserved.