org.bklab.flow.parameter.IParameterEditor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
package org.bklab.flow.parameter;
import org.bklab.flow.util.element.HasSaveListeners;
public interface IParameterEditor extends HasSaveListeners {
boolean supportEdit(ParameterEntry parameterEntry);
void edit(ParameterEntry parameterEntry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy