|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.TextAreaContentAdapter
public class TextAreaContentAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
paragraphInserted
|
private Closure |
paragraphsRemoved
|
private Closure |
textChanged
|
| Constructor Summary | |
TextAreaContentAdapter()
|
|
| Method Summary | |
|---|---|
Closure
|
getParagraphInserted()
|
Closure
|
getParagraphsRemoved()
|
Closure
|
getTextChanged()
|
void
|
paragraphInserted(org.apache.pivot.wtk.TextArea arg0, int arg1)
|
void
|
paragraphsRemoved(org.apache.pivot.wtk.TextArea arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
|
void
|
setParagraphInserted(Closure paragraphInserted)
|
void
|
setParagraphsRemoved(Closure paragraphsRemoved)
|
void
|
setTextChanged(Closure textChanged)
|
void
|
textChanged(org.apache.pivot.wtk.TextArea arg0)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure paragraphInserted
private Closure paragraphsRemoved
private Closure textChanged
| Constructor Detail |
|---|
TextAreaContentAdapter()
| Method Detail |
|---|
public Closure getParagraphInserted()
public Closure getParagraphsRemoved()
public Closure getTextChanged()
public void paragraphInserted(org.apache.pivot.wtk.TextArea arg0, int arg1)
public void paragraphsRemoved(org.apache.pivot.wtk.TextArea arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void setParagraphInserted(Closure paragraphInserted)
public void setParagraphsRemoved(Closure paragraphsRemoved)
public void setTextChanged(Closure textChanged)
public void textChanged(org.apache.pivot.wtk.TextArea arg0)
Groovy Documentation