1 package org.glom.web.client;
5 import com.google.gwt.user.client.rpc.RemoteService;
6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
8 @RemoteServiceRelativePath("libGlom")
9 public interface LibGlomService extends RemoteService {
11 GlomDocument getGlomDocument();
13 String[] getLayoutListHeaders(String table);
15 List<String[]> getTableData(int start, int length, String table);