com.google.code.validationframework.swing.resulthandler.bool
Class ComponentInvisibilityBooleanResultHandler
java.lang.Object
com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler<Boolean>
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentInvisibilityBooleanResultHandler
public ComponentInvisibilityBooleanResultHandler()
- See Also:
AbstractComponentResultHandler.AbstractComponentResultHandler()
ComponentInvisibilityBooleanResultHandler
public ComponentInvisibilityBooleanResultHandler(Component... components)
- See Also:
AbstractComponentResultHandler.AbstractComponentResultHandler(Component...)
handleResult
public void handleResult(Boolean result)
- See Also:
ResultHandler.handleResult(Object)
Copyright © 2013. All Rights Reserved.