Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@95534 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-09 16:19:25 +00:00 committed by Giancarlo Panichi
parent cb7af38ecc
commit 9c23a014de
3 changed files with 7 additions and 2 deletions

View File

@ -809,6 +809,8 @@ public class TabularDataXGridPanel extends ContentPanel {
return columnId;
}
/**
*
* @param rows

View File

@ -37,4 +37,6 @@ public interface DataSourceX {
*/
public String getDataAsJSon(int start, int limit, String sortingColumn, Direction direction, ArrayList<FilterInformation> filters) throws DataSourceXException;
}

View File

@ -18,8 +18,8 @@
</servlet>
<!-- TDWidget -->
<!-- TDWidget -->
<servlet-mapping>
<servlet-name>tdwxService</servlet-name>
<url-pattern>/tabulardataportlet/tdwx</url-pattern>
@ -32,6 +32,7 @@
<!-- Default page to serve -->
<welcome-file-list>
<welcome-file>TabularDataWidgetX.html</welcome-file>