|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.TablePaneAdapter
public class TablePaneAdapter extends Object
| 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 |
|---|
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 Detail |
|---|
TablePaneAdapter()
| Method Detail |
|---|
public void cellInserted(org.apache.pivot.wtk.TablePane$Row arg0, int arg1)
public void cellUpdated(org.apache.pivot.wtk.TablePane$Row arg0, int arg1, org.apache.pivot.wtk.Component arg2)
public void cellsRemoved(org.apache.pivot.wtk.TablePane$Row arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void columnHighlightedChanged(org.apache.pivot.wtk.TablePane$Column arg0)
public void columnInserted(org.apache.pivot.wtk.TablePane arg0, int arg1)
public void columnWidthChanged(org.apache.pivot.wtk.TablePane$Column arg0, int arg1, boolean arg2)
public void columnsRemoved(org.apache.pivot.wtk.TablePane arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public Closure getCellInserted()
public Closure getCellUpdated()
public Closure getCellsRemoved()
public Closure getColumnHighlightedChanged()
public Closure getColumnInserted()
public Closure getColumnWidthChanged()
public Closure getColumnsRemoved()
public Closure getRowHeightChanged()
public Closure getRowHighlightedChanged()
public Closure getRowInserted()
public Closure getRowsRemoved()
public void rowHeightChanged(org.apache.pivot.wtk.TablePane$Row arg0, int arg1, boolean arg2)
public void rowHighlightedChanged(org.apache.pivot.wtk.TablePane$Row arg0)
public void rowInserted(org.apache.pivot.wtk.TablePane arg0, int arg1)
public void rowsRemoved(org.apache.pivot.wtk.TablePane 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 setColumnHighlightedChanged(Closure columnHighlightedChanged)
public void setColumnInserted(Closure columnInserted)
public void setColumnWidthChanged(Closure columnWidthChanged)
public void setColumnsRemoved(Closure columnsRemoved)
public void setRowHeightChanged(Closure rowHeightChanged)
public void setRowHighlightedChanged(Closure rowHighlightedChanged)
public void setRowInserted(Closure rowInserted)
public void setRowsRemoved(Closure rowsRemoved)
Groovy Documentation