Groovy Documentation

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

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

public class TablePaneAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure cellInserted

private Closure cellUpdated

private Closure cellsRemoved

private Closure columnHighlightedChanged

private Closure columnInserted

private Closure columnWidthChanged

private Closure columnsRemoved

private Closure rowHeightChanged

private Closure rowHighlightedChanged

private Closure rowInserted

private Closure rowsRemoved

 
Constructor Summary
TablePaneAdapter()

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

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

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

void columnHighlightedChanged(org.apache.pivot.wtk.TablePane$Column arg0)

void columnInserted(org.apache.pivot.wtk.TablePane arg0, int arg1)

void columnWidthChanged(org.apache.pivot.wtk.TablePane$Column arg0, int arg1, boolean arg2)

void columnsRemoved(org.apache.pivot.wtk.TablePane arg0, int arg1, org.apache.pivot.collections.Sequence arg2)

Closure getCellInserted()

Closure getCellUpdated()

Closure getCellsRemoved()

Closure getColumnHighlightedChanged()

Closure getColumnInserted()

Closure getColumnWidthChanged()

Closure getColumnsRemoved()

Closure getRowHeightChanged()

Closure getRowHighlightedChanged()

Closure getRowInserted()

Closure getRowsRemoved()

void rowHeightChanged(org.apache.pivot.wtk.TablePane$Row arg0, int arg1, boolean arg2)

void rowHighlightedChanged(org.apache.pivot.wtk.TablePane$Row arg0)

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

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

void setCellInserted(Closure cellInserted)

void setCellUpdated(Closure cellUpdated)

void setCellsRemoved(Closure cellsRemoved)

void setColumnHighlightedChanged(Closure columnHighlightedChanged)

void setColumnInserted(Closure columnInserted)

void setColumnWidthChanged(Closure columnWidthChanged)

void setColumnsRemoved(Closure columnsRemoved)

void setRowHeightChanged(Closure rowHeightChanged)

void setRowHighlightedChanged(Closure rowHighlightedChanged)

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


columnHighlightedChanged

private Closure columnHighlightedChanged


columnInserted

private Closure columnInserted


columnWidthChanged

private Closure columnWidthChanged


columnsRemoved

private Closure columnsRemoved


rowHeightChanged

private Closure rowHeightChanged


rowHighlightedChanged

private Closure rowHighlightedChanged


rowInserted

private Closure rowInserted


rowsRemoved

private Closure rowsRemoved


 
Constructor Detail

TablePaneAdapter

TablePaneAdapter()


 
Method Detail

cellInserted

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


cellUpdated

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


cellsRemoved

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


columnHighlightedChanged

public void columnHighlightedChanged(org.apache.pivot.wtk.TablePane$Column arg0)


columnInserted

public void columnInserted(org.apache.pivot.wtk.TablePane arg0, int arg1)


columnWidthChanged

public void columnWidthChanged(org.apache.pivot.wtk.TablePane$Column arg0, int arg1, boolean arg2)


columnsRemoved

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


getCellInserted

public Closure getCellInserted()


getCellUpdated

public Closure getCellUpdated()


getCellsRemoved

public Closure getCellsRemoved()


getColumnHighlightedChanged

public Closure getColumnHighlightedChanged()


getColumnInserted

public Closure getColumnInserted()


getColumnWidthChanged

public Closure getColumnWidthChanged()


getColumnsRemoved

public Closure getColumnsRemoved()


getRowHeightChanged

public Closure getRowHeightChanged()


getRowHighlightedChanged

public Closure getRowHighlightedChanged()


getRowInserted

public Closure getRowInserted()


getRowsRemoved

public Closure getRowsRemoved()


rowHeightChanged

public void rowHeightChanged(org.apache.pivot.wtk.TablePane$Row arg0, int arg1, boolean arg2)


rowHighlightedChanged

public void rowHighlightedChanged(org.apache.pivot.wtk.TablePane$Row arg0)


rowInserted

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


rowsRemoved

public void rowsRemoved(org.apache.pivot.wtk.TablePane 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)


setColumnHighlightedChanged

public void setColumnHighlightedChanged(Closure columnHighlightedChanged)


setColumnInserted

public void setColumnInserted(Closure columnInserted)


setColumnWidthChanged

public void setColumnWidthChanged(Closure columnWidthChanged)


setColumnsRemoved

public void setColumnsRemoved(Closure columnsRemoved)


setRowHeightChanged

public void setRowHeightChanged(Closure rowHeightChanged)


setRowHighlightedChanged

public void setRowHighlightedChanged(Closure rowHighlightedChanged)


setRowInserted

public void setRowInserted(Closure rowInserted)


setRowsRemoved

public void setRowsRemoved(Closure rowsRemoved)


 

Groovy Documentation