com.programix.gui.text
Class DecimalTextField.RangePair
java.lang.Object
com.programix.gui.text.DecimalTextField.RangePair
- Enclosing class:
- DecimalTextField
public static class DecimalTextField.RangePair
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecimalTextField.RangePair
public DecimalTextField.RangePair(int numIntegerDigits,
int numFractionalDigits,
BigDecimal minValue,
BigDecimal maxValue)
DecimalTextField.RangePair
public DecimalTextField.RangePair(int numIntegerDigits,
int numFractionalDigits)
- Does: this(numIntDig, numFracDig, 0.0, getMaxFor(i, f))
DecimalTextField.RangePair
public DecimalTextField.RangePair()
- Does: this(6, 2)
getLoDecimalTextField
public DecimalTextField getLoDecimalTextField()
getHiDecimalTextField
public DecimalTextField getHiDecimalTextField()
setBothTo
public void setBothTo(BigDecimal newValue)
setBothTo
public void setBothTo(String valueStr)
setValues
public void setValues(BigDecimal loValue,
BigDecimal hiValue)
setValues
public void setValues(String loValueStr,
String hiValueStr)
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.