BigDecimal cell editor

This forum is used by users to request and discuss new product features. Please do not use this forum for technical support including bug reports.

Moderator: JIDE Support

Forum rules
Product suggestions only. Please do not use this forum for technical support including bug reports.

BigDecimal cell editor

Postby pablovilas » Mon Oct 01, 2012 7:25 am

Hello,

Would be nice if there is a BigDecimalCellEditor, that extends: http://www.jidesoft.com/javadoc/com/jid ... ditor.html
pablovilas
 
Posts: 45
Joined: Wed Aug 31, 2011 10:13 am

Re: BigDecimal cell editor

Postby JIDE Support » Mon Oct 01, 2012 11:56 am

Since BigDecimal.class is used much less frequently than other Number class, we don't have a default cell editor for it. It's not so difficult to create one any. Below is the source code of DoubleCellEditor FYI.
Code: Select all
public class DoubleCellEditor extends NumberCellEditor<Double> {
    private static final long serialVersionUID = -1385072508645879177L;

    public DoubleCellEditor() {
        super(Double.class);
    }
}

Thanks,
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am


Return to Product Suggestions

Who is online

Users browsing this forum: Google [Bot] and 11 guests