
com.viaoa.web.html.input.InputReset Maven / Gradle / Ivy
package com.viaoa.web.html.input;
import com.viaoa.web.html.OAHtmlComponent.InputType;
/*
*/
/**
* Resets the form components.
*
* Note:
* This does not submit the form.
*
*/
public class InputReset extends InputSubmit {
public InputReset(String id) {
super(id, InputType.Reset);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy