public class JSpinnerFormatterRule
extends com.google.code.validationframework.base.rule.string.AbstractStringBooleanRule
| Constructor and Description |
|---|
JSpinnerFormatterRule(JSpinner spinner)
Constructor specifying the spinner whose formatter is to be checked.
|
| Modifier and Type | Method and Description |
|---|---|
JSpinner |
getComponent()
Gets the spinner whose formatter is to be checked.
|
Boolean |
validate(String data) |
public JSpinnerFormatterRule(JSpinner spinner)
spinner - Spinner whose formatter is to be checked.Copyright © 2015. All Rights Reserved.