Groovy Documentation

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

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

public class GridPaneAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure cellInserted

private Closure cellUpdated

private Closure cellsRemoved

private Closure columnCountChanged

private Closure rowInserted

private Closure rowsRemoved

 
Constructor Summary
GridPaneAdapter()

 
Method Summary
void cellInserted(org.apache.pivot.wtk.GridPane$Row arg0, int arg1)

void cellUpdated(org.apache.pivot.wtk.GridPane$Row arg0, int arg1, org.apache.pivot.wtk.Component arg2)

void cellsRemoved(org.apache.pivot.wtk.GridPane$Row arg0, int arg1, org.apache.pivot.collections.Sequence arg2)

void columnCountChanged(org.apache.pivot.wtk.GridPane arg0, int arg1)

Closure getCellInserted()

Closure getCellUpdated()

Closure getCellsRemoved()

Closure getColumnCountChanged()

Closure getRowInserted()

Closure getRowsRemoved()

void rowInserted(org.apache.pivot.wtk.GridPane arg0, int arg1)

void rowsRemoved(org.apache.pivot.wtk.GridPane arg0, int arg1, org.apache.pivot.collections.Sequence arg2)

void setCellInserted(Closure cellInserted)

void setCellUpdated(Closure cellUpdated)

void setCellsRemoved(Closure cellsRemoved)

void setColumnCountChanged(Closure columnCountChanged)

void setRowInserted(Closure rowInserted)

void setRowsRemoved(Closure rowsRemoved)

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

Field Detail

cellInserted

private Closure cellInserted


cellUpdated

private Closure cellUpdated


cellsRemoved

private Closure cellsRemoved


columnCountChanged

private Closure columnCountChanged


rowInserted

private Closure rowInserted


rowsRemoved

private Closure rowsRemoved


 
Constructor Detail

GridPaneAdapter

GridPaneAdapter()


 
Method Detail

cellInserted

public void cellInserted(org.apache.pivot.wtk.GridPane$Row arg0, int arg1)


cellUpdated

public void cellUpdated(org.apache.pivot.wtk.GridPane$Row arg0, int arg1, org.apache.pivot.wtk.Component arg2)


cellsRemoved

public void cellsRemoved(org.apache.pivot.wtk.GridPane$Row arg0, int arg1, org.apache.pivot.collections.Sequence arg2)


columnCountChanged

public void columnCountChanged(org.apache.pivot.wtk.GridPane arg0, int arg1)


getCellInserted

public Closure getCellInserted()


getCellUpdated

public Closure getCellUpdated()


getCellsRemoved

public Closure getCellsRemoved()


getColumnCountChanged

public Closure getColumnCountChanged()


getRowInserted

public Closure getRowInserted()


getRowsRemoved

public Closure getRowsRemoved()


rowInserted

public void rowInserted(org.apache.pivot.wtk.GridPane arg0, int arg1)


rowsRemoved

public void rowsRemoved(org.apache.pivot.wtk.GridPane arg0, int arg1, org.apache.pivot.collections.Sequence arg2)


setCellInserted

public void setCellInserted(Closure cellInserted)


setCellUpdated

public void setCellUpdated(Closure cellUpdated)


setCellsRemoved

public void setCellsRemoved(Closure cellsRemoved)


setColumnCountChanged

public void setColumnCountChanged(Closure columnCountChanged)


setRowInserted

public void setRowInserted(Closure rowInserted)


setRowsRemoved

public void setRowsRemoved(Closure rowsRemoved)


 

Groovy Documentation