Searched refs:listContent (Results 1 – 2 of 2) sorted by relevance
98 String[] listContent = new String[] { "first", "second", "third", "forth", "fivth" }; in prepareDocument() local103 cellText.setString( listContent[row] ); in prepareDocument()
194 protected void fillExportList(Object[] listContent) in fillExportList() argument196 ListModelBinder.fillList(lstDocTargetType, listContent, null); in fillExportList()
Completed in 21 milliseconds