|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LabelBindingListener
Label binding listener interface.
Nested Class Summary | |
---|---|
static class |
LabelBindingListener.Adapter
Label binding listener adapter. |
Method Summary | |
---|---|
void |
textBindMappingChanged(Label label,
Label.TextBindMapping previousTextBindMapping)
Called when a label's text bind mapping has changed. |
void |
textBindTypeChanged(Label label,
BindType previousTextBindType)
Called when a label's text bind type has changed. |
void |
textKeyChanged(Label label,
String previousTextKey)
Called when a label's text key has changed. |
Method Detail |
---|
void textKeyChanged(Label label, String previousTextKey)
label
- previousTextKey
- void textBindTypeChanged(Label label, BindType previousTextBindType)
label
- previousTextBindType
- void textBindMappingChanged(Label label, Label.TextBindMapping previousTextBindMapping)
label
- previousTextBindMapping
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |