Groovy Documentation

griffon.pivot.support.adapters
[Java] Class TextAreaAdapter

java.lang.Object
  griffon.pivot.support.adapters.TextAreaAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.TextAreaListener

public class TextAreaAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure editableChanged

private Closure maximumLengthChanged

 
Constructor Summary
TextAreaAdapter()

 
Method Summary
void editableChanged(org.apache.pivot.wtk.TextArea arg0)

Closure getEditableChanged()

Closure getMaximumLengthChanged()

void maximumLengthChanged(org.apache.pivot.wtk.TextArea arg0, int arg1)

void setEditableChanged(Closure editableChanged)

void setMaximumLengthChanged(Closure maximumLengthChanged)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

editableChanged

private Closure editableChanged


maximumLengthChanged

private Closure maximumLengthChanged


 
Constructor Detail

TextAreaAdapter

TextAreaAdapter()


 
Method Detail

editableChanged

public void editableChanged(org.apache.pivot.wtk.TextArea arg0)


getEditableChanged

public Closure getEditableChanged()


getMaximumLengthChanged

public Closure getMaximumLengthChanged()


maximumLengthChanged

public void maximumLengthChanged(org.apache.pivot.wtk.TextArea arg0, int arg1)


setEditableChanged

public void setEditableChanged(Closure editableChanged)


setMaximumLengthChanged

public void setMaximumLengthChanged(Closure maximumLengthChanged)


 

Groovy Documentation