com.google.code.validationframework.swing.resulthandler.bool
Class ComponentDisablingBooleanResultHandler

java.lang.Object
  extended by com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler<Boolean>
      extended by com.google.code.validationframework.swing.resulthandler.bool.ComponentDisablingBooleanResultHandler
All Implemented Interfaces:
com.google.code.validationframework.api.resulthandler.ResultHandler<Boolean>

public class ComponentDisablingBooleanResultHandler
extends AbstractComponentResultHandler<Boolean>

Result handler disabling (respectively enabling) one or several components when the result is valid (respectively invalid).


Field Summary
 
Fields inherited from class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
components
 
Constructor Summary
ComponentDisablingBooleanResultHandler()
           
ComponentDisablingBooleanResultHandler(Component... components)
           
 
Method Summary
 void handleResult(Boolean result)
           
 
Methods inherited from class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
addComponent, removeComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDisablingBooleanResultHandler

public ComponentDisablingBooleanResultHandler()
See Also:
AbstractComponentResultHandler.AbstractComponentResultHandler()

ComponentDisablingBooleanResultHandler

public ComponentDisablingBooleanResultHandler(Component... components)
See Also:
AbstractComponentResultHandler.AbstractComponentResultHandler(Component...)
Method Detail

handleResult

public void handleResult(Boolean result)
See Also:
ResultHandler.handleResult(Object)


Copyright © 2013. All Rights Reserved.