Groovy Documentation

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

java.lang.Object
  griffon.pivot.support.adapters.BulletedListAdapter
All Implemented Interfaces:
org.apache.pivot.wtk.text.BulletedListListener, GriffonPivotAdapter

public class BulletedListAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure styleChanged

 
Constructor Summary
BulletedListAdapter()

 
Method Summary
Closure getStyleChanged()

void setStyleChanged(Closure styleChanged)

void styleChanged(org.apache.pivot.wtk.text.BulletedList arg0, org.apache.pivot.wtk.text.BulletedList$Style arg1)

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

Field Detail

styleChanged

private Closure styleChanged


 
Constructor Detail

BulletedListAdapter

BulletedListAdapter()


 
Method Detail

getStyleChanged

public Closure getStyleChanged()


setStyleChanged

public void setStyleChanged(Closure styleChanged)


styleChanged

public void styleChanged(org.apache.pivot.wtk.text.BulletedList arg0, org.apache.pivot.wtk.text.BulletedList$Style arg1)


 

Groovy Documentation