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.
by 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: 37253
- Joined: Sun Sep 14, 2003 10:49 am
-
Return to Product Suggestions
Who is online
Users browsing this forum: No registered users and 8 guests