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