All Implemented Interfaces:
TagBase, TextAreaAttributable, Serializable, Cloneable

public class Rows extends AbstractAttribute implements TextAreaAttributable
 <textarea rows="number">
 Specifies the height of the text area (in lines). Default value is 2.

 
Since:
2.1.4
See Also:
  • Constructor Details

    • Rows

      public Rows()
      will be initialized with default value as 2.
      Since:
      2.1.4
    • Rows

      public Rows(String value)
      Parameters:
      value - the the number of columns to span
      Since:
      2.1.4
    • Rows

      public Rows(int value)
      Parameters:
      value - the the number of columns to span
      Since:
      2.1.4
  • Method Details

    • init

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

      public int getValue()
      Returns:
      the the number of columns spanned
      Since:
      2.1.4
    • setValue

      public void setValue(int index)
      Parameters:
      index - the the number of columns to span
      Since:
      2.1.4