com.google.code.validationframework.binding
Class BindableBoolean

java.lang.Object
  extended by com.google.code.validationframework.binding.Bindable<Boolean>
      extended by com.google.code.validationframework.binding.BindableBoolean
All Implemented Interfaces:
Master<Boolean>, Slave<Boolean>, Serializable

public class BindableBoolean
extends Bindable<Boolean>

See Also:
Serialized Form

Constructor Summary
BindableBoolean()
           
BindableBoolean(Boolean value)
           
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.binding.Bindable
addSlave, getValue, notifySlaves, removeSlave, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableBoolean

public BindableBoolean()

BindableBoolean

public BindableBoolean(Boolean value)


Copyright © 2013. All Rights Reserved.