pivot.wtk
Class TablePane.TablePaneAttributes

java.lang.Object
  extended by pivot.wtk.Component.Attributes
      extended by pivot.wtk.TablePane.TablePaneAttributes
Enclosing class:
TablePane

protected static class TablePane.TablePaneAttributes
extends Component.Attributes

Defines table pane component attributes.

Author:
gbrown

Constructor Summary
protected TablePane.TablePaneAttributes()
           
 
Method Summary
 int getColumnSpan()
           
 int getRowSpan()
           
 void setColumnSpan(int columnSpan)
           
 void setRowSpan(int rowSpan)
           
 
Methods inherited from class pivot.wtk.Component.Attributes
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePane.TablePaneAttributes

protected TablePane.TablePaneAttributes()
Method Detail

getRowSpan

public int getRowSpan()

setRowSpan

public void setRowSpan(int rowSpan)

getColumnSpan

public int getColumnSpan()

setColumnSpan

public void setColumnSpan(int columnSpan)