com.google.code.validationframework.swing.trigger
Class JFormattedTextFieldDocumentChangedTrigger
java.lang.Object
com.google.code.validationframework.base.trigger.AbstractTrigger
com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger<JFormattedTextField>
com.google.code.validationframework.swing.trigger.JFormattedTextFieldDocumentChangedTrigger
- All Implemented Interfaces:
- com.google.code.validationframework.api.common.Disposable, com.google.code.validationframework.api.trigger.Trigger
public class JFormattedTextFieldDocumentChangedTrigger
- extends BaseJTextComponentDocumentChangedTrigger<JFormattedTextField>
Convenience trigger that initiates the validation whenever the document of a formatted textfield is modified.
- See Also:
BaseJTextComponentDocumentChangedTrigger
| Fields inherited from class com.google.code.validationframework.base.trigger.AbstractTrigger |
listeners |
| Methods inherited from class com.google.code.validationframework.base.trigger.AbstractTrigger |
addTriggerListener, fireTriggerEvent, removeTriggerListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JFormattedTextFieldDocumentChangedTrigger
public JFormattedTextFieldDocumentChangedTrigger(JFormattedTextField source)
- Constructor specifying the formatted textfield to listen to.
- Parameters:
source - Formatted textfield to listen to
Copyright © 2013. All Rights Reserved.