Groovy Documentation

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

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

public class FormAttributeAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure flagChanged

private Closure labelChanged

private Closure requiredChanged

 
Constructor Summary
FormAttributeAdapter()

 
Method Summary
void flagChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1, org.apache.pivot.wtk.Form$Flag arg2)

Closure getFlagChanged()

Closure getLabelChanged()

Closure getRequiredChanged()

void labelChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1, String arg2)

void requiredChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1)

void setFlagChanged(Closure flagChanged)

void setLabelChanged(Closure labelChanged)

void setRequiredChanged(Closure requiredChanged)

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

Field Detail

flagChanged

private Closure flagChanged


labelChanged

private Closure labelChanged


requiredChanged

private Closure requiredChanged


 
Constructor Detail

FormAttributeAdapter

FormAttributeAdapter()


 
Method Detail

flagChanged

public void flagChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1, org.apache.pivot.wtk.Form$Flag arg2)


getFlagChanged

public Closure getFlagChanged()


getLabelChanged

public Closure getLabelChanged()


getRequiredChanged

public Closure getRequiredChanged()


labelChanged

public void labelChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1, String arg2)


requiredChanged

public void requiredChanged(org.apache.pivot.wtk.Form arg0, org.apache.pivot.wtk.Component arg1)


setFlagChanged

public void setFlagChanged(Closure flagChanged)


setLabelChanged

public void setLabelChanged(Closure labelChanged)


setRequiredChanged

public void setRequiredChanged(Closure requiredChanged)


 

Groovy Documentation