public class TextAreaContentAdapter extends Object implements GriffonPivotAdapter, TextAreaContentListener
TextAreaContentListener.Adapter| Constructor and Description |
|---|
TextAreaContentAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CallableWithArgs<Void> |
getParagraphInserted() |
CallableWithArgs<Void> |
getParagraphsRemoved() |
CallableWithArgs<Void> |
getTextChanged() |
void |
paragraphInserted(TextArea arg0,
int arg1) |
void |
paragraphsRemoved(TextArea arg0,
int arg1,
Sequence<TextArea.Paragraph> arg2) |
void |
setParagraphInserted(CallableWithArgs<Void> paragraphInserted) |
void |
setParagraphsRemoved(CallableWithArgs<Void> paragraphsRemoved) |
void |
setTextChanged(CallableWithArgs<Void> textChanged) |
void |
textChanged(TextArea arg0) |
public CallableWithArgs<Void> getParagraphInserted()
public CallableWithArgs<Void> getParagraphsRemoved()
public CallableWithArgs<Void> getTextChanged()
public void setParagraphInserted(CallableWithArgs<Void> paragraphInserted)
public void setParagraphsRemoved(CallableWithArgs<Void> paragraphsRemoved)
public void setTextChanged(CallableWithArgs<Void> textChanged)
public void paragraphInserted(TextArea arg0, int arg1)
paragraphInserted in interface TextAreaContentListenerpublic void paragraphsRemoved(TextArea arg0, int arg1, Sequence<TextArea.Paragraph> arg2)
paragraphsRemoved in interface TextAreaContentListenerpublic void textChanged(TextArea arg0)
textChanged in interface TextAreaContentListener