Numeric fields "mandatory" are not labeled with the corresponding red

asterisk.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2977536
This commit is contained in:
Heng Sin Low 2010-03-29 21:41:20 +00:00
parent 1f93aa0386
commit d2fc48c00e
1 changed files with 0 additions and 14 deletions

View File

@ -50,8 +50,6 @@ public class WNumberEditor extends WEditor implements ContextMenuListener
private BigDecimal oldValue;
private boolean mandatory = false;
private int displayType;
private WEditorPopupMenu popupMenu;
@ -171,18 +169,6 @@ public class WNumberEditor extends WEditor implements ContextMenuListener
return getComponent().getValue();
}
@Override
public boolean isMandatory()
{
return mandatory;
}
@Override
public void setMandatory(boolean mandatory)
{
this.mandatory = mandatory;
}
@Override
public void setValue(Object value)
{