Class TextControl

java.lang.Object
org.xhtmlrenderer.simple.xhtml.controls.AbstractControl
org.xhtmlrenderer.simple.xhtml.controls.TextControl
All Implemented Interfaces:
FormControl

public class TextControl extends AbstractControl
  • Field Details

  • Constructor Details

  • Method Details

    • isMultiLine

      public boolean isMultiLine()
    • isPassword

      public boolean isPassword()
    • isReadOnly

      public boolean isReadOnly()
    • getSize

      public int getSize()
    • getRows

      public int getRows()
    • getMaxLength

      public int getMaxLength()
      Returns:
      the maximum length or -1 if not defined