public class TextAreaBindingAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextAreaBindingListener
Constructor and Description |
---|
TextAreaBindingAdapter() |
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(org.apache.pivot.wtk.TextArea arg0,
org.apache.pivot.wtk.TextArea.TextBindMapping arg1) |
void |
textBindTypeChanged(org.apache.pivot.wtk.TextArea arg0,
org.apache.pivot.wtk.BindType arg1) |
void |
textKeyChanged(org.apache.pivot.wtk.TextArea 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(org.apache.pivot.wtk.TextArea arg0, String arg1)
textKeyChanged
in interface org.apache.pivot.wtk.TextAreaBindingListener
public void textBindTypeChanged(org.apache.pivot.wtk.TextArea arg0, org.apache.pivot.wtk.BindType arg1)
textBindTypeChanged
in interface org.apache.pivot.wtk.TextAreaBindingListener
public void textBindMappingChanged(org.apache.pivot.wtk.TextArea arg0, org.apache.pivot.wtk.TextArea.TextBindMapping arg1)
textBindMappingChanged
in interface org.apache.pivot.wtk.TextAreaBindingListener