Uses of Class
org.tinygroup.convert.text.config.TextRow

Packages that use TextRow
org.tinygroup.convert.text   
org.tinygroup.convert.text.config   
org.tinygroup.convert.util   
 

Uses of TextRow in org.tinygroup.convert.text
 

Methods in org.tinygroup.convert.text that return TextRow
protected  TextRow TextBaseParse.computeDataRow(List<String> values)
           
protected  TextRow TextBaseParse.computeDataRow(String[] values)
           
protected  TextRow TextBaseParse.computeTitleRow(List<String> titles)
           
protected  TextRow TextBaseParse.computeTitleRow(String[] titles)
           
 

Uses of TextRow in org.tinygroup.convert.text.config
 

Methods in org.tinygroup.convert.text.config that return types with arguments of type TextRow
 List<TextRow> Text.getRows()
           
 

Methods in org.tinygroup.convert.text.config with parameters of type TextRow
 void Text.addRow(TextRow row)
           
 

Method parameters in org.tinygroup.convert.text.config with type arguments of type TextRow
 void Text.setRows(List<TextRow> rows)
           
 

Uses of TextRow in org.tinygroup.convert.util
 

Methods in org.tinygroup.convert.util with parameters of type TextRow
static
<T> T
ConvertUtil.textToObject(Class<T> clazz, TextRow titleRow, TextRow dataRow)
           
 



Copyright © 2006–2015 TinyGroup. All rights reserved.