|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Unsafe:
Method Summary | |
void |
textChanged(TextChangedEvent event)
Suppressed: This method is called when the content has changed. |
void |
textChanging(TextChangingEvent event)
Suppressed: This method is called when the content is about to be changed. |
void |
textSet(TextChangedEvent event)
Suppressed: This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()). |
Method Detail |
public void textChanging(TextChangingEvent event)
event
- the text changing event. All event fields need
to be set by the sender.TextChangingEvent
public void textChanged(TextChangedEvent event)
event
- the text changed eventpublic void textSet(TextChangedEvent event)
event
- the text changed event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |