|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.GridPaneAdapter
public class GridPaneAdapter extends Object
| 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 |
|---|
private Closure cellInserted
private Closure cellUpdated
private Closure cellsRemoved
private Closure columnCountChanged
private Closure rowInserted
private Closure rowsRemoved
| Constructor Detail |
|---|
GridPaneAdapter()
| Method Detail |
|---|
public void cellInserted(org.apache.pivot.wtk.GridPane$Row arg0, int arg1)
public void cellUpdated(org.apache.pivot.wtk.GridPane$Row arg0, int arg1, org.apache.pivot.wtk.Component arg2)
public void cellsRemoved(org.apache.pivot.wtk.GridPane$Row arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void columnCountChanged(org.apache.pivot.wtk.GridPane arg0, int arg1)
public Closure getCellInserted()
public Closure getCellUpdated()
public Closure getCellsRemoved()
public Closure getColumnCountChanged()
public Closure getRowInserted()
public Closure getRowsRemoved()
public void rowInserted(org.apache.pivot.wtk.GridPane arg0, int arg1)
public void rowsRemoved(org.apache.pivot.wtk.GridPane arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void setCellInserted(Closure cellInserted)
public void setCellUpdated(Closure cellUpdated)
public void setCellsRemoved(Closure cellsRemoved)
public void setColumnCountChanged(Closure columnCountChanged)
public void setRowInserted(Closure rowInserted)
public void setRowsRemoved(Closure rowsRemoved)
Groovy Documentation