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 GridPaneListener
public void cellInserted(GridPane.Row arg0, int arg1)
cellInserted
in interface GridPaneListener
public void cellsRemoved(GridPane.Row arg0, int arg1, Sequence<Component> arg2)
cellsRemoved
in interface GridPaneListener
public void cellUpdated(GridPane.Row arg0, int arg1, Component arg2)
cellUpdated
in interface GridPaneListener
public void rowsRemoved(GridPane arg0, int arg1, Sequence<GridPane.Row> arg2)
rowsRemoved
in interface GridPaneListener
public void rowInserted(GridPane arg0, int arg1)
rowInserted
in interface GridPaneListener