projects
/
online-glom:gwt-glom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial Document loading implementation, instead of libglom.
[online-glom:gwt-glom.git]
/
src
/
main
/
java
/
org
/
glom
/
web
/
shared
/
libglom
/
Report.java
1
package org.glom.web.shared.libglom;
2
3
import org.glom.libglom.LayoutGroup;
4
5
public class Report extends Translatable {
6
public String name;
7
8
/**
9
* @return
10
*/
11
public LayoutGroup get_layout_group() {
12
// TODO Auto-generated method stub
13
return null;
14
}
15
}