Class JSpinnerHpr<T extends JSpinner>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.snap.swing.SwingHelper<T>
com.inductiveautomation.snap.swing.helpers.JComponentHpr<T>
com.inductiveautomation.snap.swing.helpers.JSpinnerHpr<T>
Implements Ribs bindings for JSpinner.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetChildCount(T anObj) Override to suppress children.getEditorTextField(JSpinner aSpinner) Returns the spinner editor textfield.getPropertyNamesImpl(T anObj) Returns the property names for given object.voidInitializes newly created object.voidSets an object's value for given property name.Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLostMethods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelperMethods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNameMapped, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText
- 
Constructor Details- 
JSpinnerHprpublic JSpinnerHpr()
 
- 
- 
Method Details- 
getChildCountOverride to suppress children.- Overrides:
- getChildCountin class- JComponentHpr<T extends JSpinner>
 
- 
initUIInitializes newly created object.- Overrides:
- initUIin class- JComponentHpr<T extends JSpinner>
 
- 
getEditorTextFieldReturns the spinner editor textfield.
- 
getPropertyNamesImplReturns the property names for given object.- Overrides:
- getPropertyNamesImplin class- JComponentHpr<T extends JSpinner>
 
- 
setValueSets an object's value for given property name.
 
-