io.ultreia.java4all.jaxx.JaxxWidgetsSelectI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxx-widgets-select Show documentation
Show all versions of jaxx-widgets-select Show documentation
Widgets to select data (using combobox, jlist, doublelist...)
The newest version!
package io.ultreia.java4all.jaxx;
import com.google.auto.service.AutoService;
import io.ultreia.java4all.i18n.spi.I18nModuleDefinition;
import javax.annotation.Generated;
@AutoService(I18nModuleDefinition.class)
@Generated(value = "org.nuiton.i18n.plugin.GenerateModuleDefinitionMojo", date = "Mon Oct 18 11:45:51 CEST 2021")
public class JaxxWidgetsSelectI18nModuleDefinition extends I18nModuleDefinition {
public JaxxWidgetsSelectI18nModuleDefinition() {
super("io.ultreia.java4all.jaxx", "jaxx-widgets-select", ".ftl",
new String[]{}, // Module getters
new String[]{}, // Dependencies getters
new String[]{"io.ultreia.java4all.jaxx__jaxx-widgets-select__en_GB__es_ES__fr_FR"}, // Module translations
new String[]{"io.ultreia.java4all.jaxx__jaxx-widgets-common__fr_FR__es_ES__en_GB"}, // Dependencies translations
new String[]{}, // Module templates
new String[]{} // Dependencies templates
);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy