public class TextInputBindingAdapter extends Object implements GriffonPivotAdapter, TextInputBindingListener
TextInputBindingListener.Adapter| Constructor and Description | 
|---|
| TextInputBindingAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| CallableWithArgs<Void> | getTextBindMappingChanged() | 
| CallableWithArgs<Void> | getTextBindTypeChanged() | 
| CallableWithArgs<Void> | getTextKeyChanged() | 
| void | setTextBindMappingChanged(CallableWithArgs<Void> textBindMappingChanged) | 
| void | setTextBindTypeChanged(CallableWithArgs<Void> textBindTypeChanged) | 
| void | setTextKeyChanged(CallableWithArgs<Void> textKeyChanged) | 
| void | textBindMappingChanged(TextInput arg0,
                      TextInput.TextBindMapping arg1) | 
| void | textBindTypeChanged(TextInput arg0,
                   BindType arg1) | 
| void | textKeyChanged(TextInput arg0,
              String arg1) | 
public CallableWithArgs<Void> getTextKeyChanged()
public CallableWithArgs<Void> getTextBindTypeChanged()
public CallableWithArgs<Void> getTextBindMappingChanged()
public void setTextKeyChanged(CallableWithArgs<Void> textKeyChanged)
public void setTextBindTypeChanged(CallableWithArgs<Void> textBindTypeChanged)
public void setTextBindMappingChanged(CallableWithArgs<Void> textBindMappingChanged)
public void textKeyChanged(TextInput arg0, String arg1)
textKeyChanged in interface TextInputBindingListenerpublic void textBindTypeChanged(TextInput arg0, BindType arg1)
textBindTypeChanged in interface TextInputBindingListenerpublic void textBindMappingChanged(TextInput arg0, TextInput.TextBindMapping arg1)
textBindMappingChanged in interface TextInputBindingListener