Package com.orchestranetworks.ui
Class UIButtonSpecSubmit
java.lang.Object
com.orchestranetworks.ui.UIButtonSpec
com.orchestranetworks.ui.UIButtonSpecNavigation
com.orchestranetworks.ui.UIButtonSpecSubmit
In the context of User services, specifies an HTML submit button.
The name and value of the button will be sent in the request.
Several submit buttons can have the same name in a form. The value is used to determine which button has been clicked.
Default value for UIButtonSpecNavigation.isAskBeforeLeavingModifiedForm() is false.
- Since:
- 5.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orchestranetworks.ui.UIButtonSpecNavigation
isAskBeforeLeavingModifiedForm, setAskBeforeLeavingModifiedFormMethods inherited from class com.orchestranetworks.ui.UIButtonSpec
getButtonIcon, getButtonLayout, getConfirmationMessage, getIconURL, getId, getLabel, getRelief, getTooltip, hasConfirmationMessage, isDefaultButton, isDisabled, isExcludedFromTabFocus, setButtonIcon, setButtonLayout, setConfirmationMessage, setCssClass, setDefaultButton, setDisabled, setExcludedFromTabFocus, setIconURL, setId, setLabel, setRelief, setTooltip
-
Constructor Details
-
UIButtonSpecSubmit
- Parameters:
aLabel- the label of the button.aName- the value of the attributenameof the submit button. See https://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-BUTTON for more information.aValue- the value of the attributevalueof the submit button. See https://www.w3.org/TR/REC-html40/interact/forms.html#adef-value-BUTTON for more information.
-
-
Method Details
-
getName
- Returns:
- the value of the attribute
nameof the HTML submit button.
-
getValue
- Returns:
- the value of the attribute
valueof the HTML submit button.
-