
org.devocative.wickomp.form.code.ICodeMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wickomp Show documentation
Show all versions of wickomp Show documentation
Web components for Apache Wicket
The newest version!
package org.devocative.wickomp.form.code;
public interface ICodeMode {
String getJsFile();
boolean isHasHint();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy