org.apache.pivot.wtk
Interface TablePaneAttributeListener

All Known Implementing Classes:
TablePaneAttributeListener.Adapter, TablePaneSkin, TerraTablePaneSkin

public interface TablePaneAttributeListener

Table pane attribute listener interface.


Nested Class Summary
static class TablePaneAttributeListener.Adapter
          Table pane attribute listener adapter.
 
Method Summary
 void columnSpanChanged(TablePane tablePane, Component component, int previousColumnSpan)
          Called when a component's column span attribute has changed.
 void rowSpanChanged(TablePane tablePane, Component component, int previousRowSpan)
          Called when a component's row span attribute has changed.
 

Method Detail

rowSpanChanged

void rowSpanChanged(TablePane tablePane,
                    Component component,
                    int previousRowSpan)
Called when a component's row span attribute has changed.

Parameters:
tablePane -
component -
previousRowSpan -

columnSpanChanged

void columnSpanChanged(TablePane tablePane,
                       Component component,
                       int previousColumnSpan)
Called when a component's column span attribute has changed.

Parameters:
tablePane -
component -
previousColumnSpan -