Class ButtonControl

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

public class ButtonControl extends AbstractControl
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • getLabel

      public String getLabel()
    • isExtended

      public boolean isExtended()
      Returns:
      true if this button has been defined with <button>, false if this button has been defined with <input>
    • addButtonControlListener

      public void addButtonControlListener(ButtonControlListener listener)
    • removeButtonControlListener

      public void removeButtonControlListener(ButtonControlListener listener)
    • press

      public boolean press()