All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jresearch.commons.gwt.client.model.localization.L18nDomainProperties Maven / Gradle / Ivy

package org.jresearch.commons.gwt.client.model.localization;

import org.jresearch.commons.gwt.client.model.DomainProperties;
import org.jresearch.commons.gwt.shared.model.localization.L18nDomainModel;
import org.jresearch.commons.gwt.shared.model.localization.L18nProperty;

import com.sencha.gxt.core.client.ValueProvider;

public interface L18nDomainProperties> extends DomainProperties {

	ValueProvider, L18nProperty> names();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy