public class GridPaneAdapter extends Object implements GriffonPivotAdapter, GridPaneListener
GridPaneListener.Adapter| Constructor and Description |
|---|
GridPaneAdapter() |
public CallableWithArgs<Void> getColumnCountChanged()
public CallableWithArgs<Void> getCellInserted()
public CallableWithArgs<Void> getCellsRemoved()
public CallableWithArgs<Void> getCellUpdated()
public CallableWithArgs<Void> getRowsRemoved()
public CallableWithArgs<Void> getRowInserted()
public void setColumnCountChanged(CallableWithArgs<Void> columnCountChanged)
public void setCellInserted(CallableWithArgs<Void> cellInserted)
public void setCellsRemoved(CallableWithArgs<Void> cellsRemoved)
public void setCellUpdated(CallableWithArgs<Void> cellUpdated)
public void setRowsRemoved(CallableWithArgs<Void> rowsRemoved)
public void setRowInserted(CallableWithArgs<Void> rowInserted)
public void columnCountChanged(GridPane arg0, int arg1)
columnCountChanged in interface GridPaneListenerpublic void cellInserted(GridPane.Row arg0, int arg1)
cellInserted in interface GridPaneListenerpublic void cellsRemoved(GridPane.Row arg0, int arg1, Sequence<Component> arg2)
cellsRemoved in interface GridPaneListenerpublic void cellUpdated(GridPane.Row arg0, int arg1, Component arg2)
cellUpdated in interface GridPaneListenerpublic void rowsRemoved(GridPane arg0, int arg1, Sequence<GridPane.Row> arg2)
rowsRemoved in interface GridPaneListenerpublic void rowInserted(GridPane arg0, int arg1)
rowInserted in interface GridPaneListener