Class SubmitButton

java.lang.Object
com.groiss.gui.AbstractComponent
com.groiss.gui.component.SubmitButton
All Implemented Interfaces:
Component, Serializable, Cloneable

public class SubmitButton extends AbstractComponent
A HTML submit button <input type=submit ...
See Also:
  • Constructor Details

    • SubmitButton

      public SubmitButton()
    • SubmitButton

      public SubmitButton(String label)
      Standard constructor with label
      Parameters:
      label - the text on the button
    • SubmitButton

      public SubmitButton(String label, String styleClass)
      Standard constructor with label
      Parameters:
      label - the text on the button
      styleClass - the name of a CSS class
    • SubmitButton

      public SubmitButton(String label, String name, String styleClass)
      Constructor with label, action and style.
      Parameters:
      label - the text on the button
      name - the name of the button
      styleClass - the name of a CSS class
  • Method Details