Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@96149 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
351c11ed8e
commit
543cb43cf8
|
@ -0,0 +1,26 @@
|
|||
package org.gcube.portlets.user.td.columnwidget.client.properties;
|
||||
|
||||
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.extract.ExtractCodelistDefColumn;
|
||||
|
||||
import com.google.gwt.editor.client.Editor.Path;
|
||||
import com.sencha.gxt.data.shared.LabelProvider;
|
||||
import com.sencha.gxt.data.shared.ModelKeyProvider;
|
||||
import com.sencha.gxt.data.shared.PropertyAccess;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*/
|
||||
public interface ExtractCodelistDefColumnPropertiesCombo extends
|
||||
PropertyAccess<ExtractCodelistDefColumn> {
|
||||
|
||||
@Path("id")
|
||||
ModelKeyProvider<ExtractCodelistDefColumn> id();
|
||||
|
||||
LabelProvider<ExtractCodelistDefColumn> label();
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue