
de.knightsoftnet.mtwidgets.client.ui.widget.features.HasMultiple Maven / Gradle / Ivy
package de.knightsoftnet.mtwidgets.client.ui.widget.features;
public interface HasMultiple {
/**
* get multiple value.
*
* @return true if input field has multiple
*/
boolean isMultiple();
/**
* set multiple value.
*
* @param arg true if input field has multiple
*/
void setMultiple(boolean arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy