|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Slave | |
|---|---|
| com.google.code.validationframework.binding | |
| Uses of Slave in com.google.code.validationframework.binding |
|---|
| Classes in com.google.code.validationframework.binding that implement Slave | |
|---|---|
class |
Bindable<T>
|
class |
BindableBoolean
|
class |
BindableByte
|
class |
BindableCharacter
|
class |
BindableDouble
|
class |
BindableFloat
|
class |
BindableInteger
|
class |
BindableLong
|
class |
BindableNumber
|
class |
BindableObject
|
class |
BindableShort
|
class |
BindableString
|
| Methods in com.google.code.validationframework.binding with parameters of type Slave | |
|---|---|
void |
Master.addSlave(Slave<T> slave)
|
void |
Bindable.addSlave(Slave<T> slave)
|
void |
Master.removeSlave(Slave<T> slave)
|
void |
Bindable.removeSlave(Slave<T> slave)
|
void |
Binder.SingleMasterContext.to(Slave<SI>... slaves)
|
void |
Binder.MultipleMasterContext.to(Slave<SI>... slaves)
|
void |
Binder.SingleMasterContext.to(Slave<SI> slave)
|
void |
Binder.MultipleMasterContext.to(Slave<SI> slave)
|
| Method parameters in com.google.code.validationframework.binding with type arguments of type Slave | |
|---|---|
void |
Binder.SingleMasterContext.to(Collection<Slave<SI>> slaves)
|
void |
Binder.MultipleMasterContext.to(Collection<Slave<SI>> slaves)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||