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

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

public class ComponentInvisibilityBooleanResultHandler
extends AbstractComponentResultHandler<Boolean>

Result handler making one or several components invisible (respectively visible) when the result is valid (respectively invalid).


Field Summary
 
Fields inherited from class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
components
 
Constructor Summary
ComponentInvisibilityBooleanResultHandler()
           
ComponentInvisibilityBooleanResultHandler(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

ComponentInvisibilityBooleanResultHandler

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

ComponentInvisibilityBooleanResultHandler

public ComponentInvisibilityBooleanResultHandler(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.