com.google.code.validationframework.swing.resulthandler.bool
Class ComponentVisibilityBooleanResultHandler
java.lang.Object
com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler<Boolean>
com.google.code.validationframework.swing.resulthandler.bool.ComponentVisibilityBooleanResultHandler
- All Implemented Interfaces:
- com.google.code.validationframework.api.resulthandler.ResultHandler<Boolean>
public class ComponentVisibilityBooleanResultHandler
- extends AbstractComponentResultHandler<Boolean>
Result handler making one or several components visible (respectively invisible) when the result is valid
(respectively invalid).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentVisibilityBooleanResultHandler
public ComponentVisibilityBooleanResultHandler()
- See Also:
AbstractComponentResultHandler.AbstractComponentResultHandler()
ComponentVisibilityBooleanResultHandler
public ComponentVisibilityBooleanResultHandler(Component... components)
- See Also:
AbstractComponentResultHandler.AbstractComponentResultHandler(Component...)
handleResult
public void handleResult(Boolean result)
- See Also:
ResultHandler.handleResult(Object)
Copyright © 2013. All Rights Reserved.