| com.silvermindsoftware.hitch.handlers.component.JSpinnerComponentHandler
getSetterParameterType | protected Class getSetterParameterType()(Code) | | |
isPopulateHandleable | public boolean isPopulateHandleable(JSpinner component, Object modelPropertyValue)(Code) | | |
preProcessUpdate | public Object preProcessUpdate(JSpinner component, Object componentValue)(Code) | | If the selected item in the JSpinner is not the desired value to be set on the
model object property, you can use the valueProperty to specify a property on the JSpinner
selected item that will be used as the value that is set on the model object property.
Parameters: component - Parameters: componentValue - |
setCompareProperties | public void setCompareProperties(String compareProperties)(Code) | | |
setValueProperty | public void setValueProperty(String valueProperty)(Code) | | |
|
|