All Implemented Interfaces:
TagBase, TdAttributable, ThAttributable, Serializable, Cloneable

public class RowSpan extends AbstractAttribute implements ThAttributable, TdAttributable
 <td rowspan="number">
 The rowspan attribute specifies the number of rows a cell should span.

 
See Also:
  • Constructor Details

    • RowSpan

      public RowSpan(String value)
      Parameters:
      value - the the number of rows to span
      Since:
      1.1.3
    • RowSpan

      public RowSpan(int value)
      Parameters:
      value - the the number of rows to span
      Since:
      1.1.3
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.1.3
    • getValue

      public int getValue()
      Returns:
      the the number of rows spanned
      Since:
      1.1.3
    • setValue

      public void setValue(int value)
      Parameters:
      value - the the number of rows to span
      Since:
      1.1.3