Updated TRId
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-unionwizard-widget@100949 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
57b1fd060e
commit
080b4e9aed
|
@ -21,7 +21,7 @@ public interface TabResourcesProperties extends PropertyAccess<TabResource> {
|
|||
ValueProvider<TabResource, String> name();
|
||||
ValueProvider<TabResource, String> agency();
|
||||
ValueProvider<TabResource, String> date();
|
||||
ValueProvider<TabResource, String> tabularResourceType();
|
||||
ValueProvider<TabResource, String> tableTypeName();
|
||||
ValueProvider<TabResource, String> ownerLogin();
|
||||
|
||||
}
|
|
@ -67,7 +67,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements
|
|||
protected static final ColumnConfig<TabResource, String> nameColumn = new ColumnConfig<TabResource, String>(
|
||||
properties.name(), 90, "Name");
|
||||
protected static final ColumnConfig<TabResource, String> typeColumn = new ColumnConfig<TabResource, String>(
|
||||
properties.tabularResourceType(), 30, "Table Type");
|
||||
properties.tableTypeName(), 30, "Table Type");
|
||||
protected static final ColumnConfig<TabResource, String> agencyColumn = new ColumnConfig<TabResource, String>(
|
||||
properties.agency(), 60, "Agency");
|
||||
protected static final ColumnConfig<TabResource, String> ownerColumn = new ColumnConfig<TabResource, String>(
|
||||
|
|
Loading…
Reference in New Issue