iReport 中table怎么用javaBean做数据源
2个回答
展开全部
public class EntryList
{
public static Collection getEntryCollection()
{
List Entrylist = new ArrayList();
Entrylist.add(new Entry("Name1","Passowrd1"));
Entrylist.add(new Entry("Name2","Passowrd2"));
Entrylist.add(new Entry("Name3","Passowrd3"));
Entrylist.add(new Entry("Name4","Passowrd4"));
Entrylist.add(new Entry("Name5","Passowrd5"));
return Entrylist;
}
}
将iReport 的ClassPath 中添加此项目的ClassPath. 然后"Connections/Datasources" -> "New" -> "JavaBean Set DataSource" ->输入下列信息就可以测试了
Name : example
Factory Class : com.exam.factory.EntryList
"Collection of javaBeans" 和 "Array of javaBeans"选择"Collection of javaBeans"
The static method to call to retrieve the array or the collection of javaBeans : getEntryCollection
{
public static Collection getEntryCollection()
{
List Entrylist = new ArrayList();
Entrylist.add(new Entry("Name1","Passowrd1"));
Entrylist.add(new Entry("Name2","Passowrd2"));
Entrylist.add(new Entry("Name3","Passowrd3"));
Entrylist.add(new Entry("Name4","Passowrd4"));
Entrylist.add(new Entry("Name5","Passowrd5"));
return Entrylist;
}
}
将iReport 的ClassPath 中添加此项目的ClassPath. 然后"Connections/Datasources" -> "New" -> "JavaBean Set DataSource" ->输入下列信息就可以测试了
Name : example
Factory Class : com.exam.factory.EntryList
"Collection of javaBeans" 和 "Array of javaBeans"选择"Collection of javaBeans"
The static method to call to retrieve the array or the collection of javaBeans : getEntryCollection
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询