
de.knightsoftnet.mtwidgets.client.ui.widget.features.HasRequired Maven / Gradle / Ivy
package de.knightsoftnet.mtwidgets.client.ui.widget.features;
public interface HasRequired {
/**
* Reflects the required
* HTML attribute, indicating that the user must fill in a value before submitting a form.
*
* @return required true/false
*/
boolean isRequired();
/**
* Reflects the required
* HTML attribute, indicating that the user must fill in a value before submitting a form.
*
* @param arg required true/false
*/
void setRequired(boolean arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy