com.google.code.validationframework.swing.trigger
Class JFormattedTextFieldDocumentChangedTrigger

java.lang.Object
  extended by com.google.code.validationframework.base.trigger.AbstractTrigger
      extended by com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger<JFormattedTextField>
          extended by 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

Field Summary
 
Fields inherited from class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
source
 
Fields inherited from class com.google.code.validationframework.base.trigger.AbstractTrigger
listeners
 
Constructor Summary
JFormattedTextFieldDocumentChangedTrigger(JFormattedTextField source)
          Constructor specifying the formatted textfield to listen to.
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
dispose, getComponent
 
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
 

Constructor Detail

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.