org.tigris.scarab.util
Class TableModel.Heading

java.lang.Object
  extended byorg.tigris.scarab.util.TableModel.Heading
Direct Known Subclasses:
TableModel.ColumnHeading, TableModel.RowHeading
Enclosing class:
TableModel

public class TableModel.Heading
extends java.lang.Object


Constructor Summary
TableModel.Heading()
           
 
Method Summary
 int getColspan()
          Get the value of colspan.
 java.lang.Object getLabel()
          Get the value of label.
 int getRowspan()
          Get the value of rowspan.
 java.util.List getSubHeadings()
          Get the value of subHeadings.
 void setLabel(java.lang.Object v)
          Set the value of label.
 void setSubHeadings(java.util.List v)
          Set the value of subHeadings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModel.Heading

public TableModel.Heading()
Method Detail

getRowspan

public int getRowspan()
Get the value of rowspan.

Returns:
value of rowspan.

getColspan

public int getColspan()
Get the value of colspan.

Returns:
value of colspan.

getSubHeadings

public java.util.List getSubHeadings()
Get the value of subHeadings.

Returns:
value of subHeadings.

setSubHeadings

public void setSubHeadings(java.util.List v)
Set the value of subHeadings.

Parameters:
v - Value to assign to subHeadings.

getLabel

public java.lang.Object getLabel()
Get the value of label.

Returns:
value of label.

setLabel

public void setLabel(java.lang.Object v)
Set the value of label.

Parameters:
v - Value to assign to label.


Copyright © 2000-2004 Tigris.org. All Rights Reserved.