Class SubmitButton

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class SubmitButton extends Button
This class extends Button and implements a SUBMIT button, ie a button for submitting the Form data. Before submitting the values, the Button validates it and proceeds with the event execution only if the values are valid.
The graphic appearance of the button makes it recognizable as a submit button because it differs from the others (in a way that depends on the theme used)
See Also:
GCApi:
component
  • Constructor Details

    • SubmitButton

      public SubmitButton()
      Creates a SubmitButton
  • Method Details