Package com.ribs.helpers
Class JFormattedTextFieldHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.helpers.JTextComponentHpr
com.ribs.helpers.JFormattedTextFieldHpr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
focusLost
(JComponent aComponent, FocusEvent fe) Implemented to make sure formatter validates the data whenever the focus is lost (temporarily or permanently).float
getFloatValue
(JComponent aComponent) Returns the component's value as a float.int
getIntValue
(JComponent aComponent) Returns the component's value as an int.getNumberValue
(JComponent aComponent) Returns the component's value as an Number.getValue
(JComponent aComponent) Returns a component's value.void
initInstance
(JComponent aComponent) Initializes the given instance (actually called the first time an owner is set).newInstance
(RXElement anElement) Creates a new instance of class for given element.void
setValue
(JComponent aComponent, Object aValue) Sets the given text component to the given value.toXML
(JComponent aComponent, RXArchiver anArchiver) XML archivalMethods inherited from class com.ribs.helpers.JTextComponentHpr
fromXML, getSendActionOnDropString, getSendActionOnReturn, getStringValue, setSendActionOnDropString, setSendActionOnReturn, setValue, setValue, setValue
Methods inherited from class com.ribs.RJHelper
add, focusGained, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getComponent, getComponentCount, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
-
Constructor Details
-
JFormattedTextFieldHpr
public JFormattedTextFieldHpr()
-
-
Method Details
-
newInstance
Creates a new instance of class for given element.- Overrides:
newInstance
in classJTextComponentHpr
-
initInstance
Initializes the given instance (actually called the first time an owner is set).- Overrides:
initInstance
in classJTextComponentHpr
-
getValue
Returns a component's value. -
setValue
Description copied from class:JTextComponentHpr
Sets the given text component to the given value.- Overrides:
setValue
in classJTextComponentHpr
-
getNumberValue
Returns the component's value as an Number. Used by all the get() methods -
getIntValue
Returns the component's value as an int. (if appropriate)- Overrides:
getIntValue
in classJTextComponentHpr
-
getFloatValue
Returns the component's value as a float. (if appropriate)- Overrides:
getFloatValue
in classJTextComponentHpr
-
focusLost
Implemented to make sure formatter validates the data whenever the focus is lost (temporarily or permanently). Note that if the vale in the text field is invalid, focus will be allowed to changed, but the value in the text field will revert to what it was before the invalid edit. You would think the setFocusLostBehavior(COMMIT_OR_REVERT) would do this, but it doesn't. Plus it ignores temporary focus events. -
toXML
XML archival- Overrides:
toXML
in classJTextComponentHpr
-