Uses of Interface
com.x5.util.TableData

Packages that use TableData
com.x5.template   
com.x5.util   
 

Uses of TableData in com.x5.template
 

Classes in com.x5.template that implement TableData
 class ObjectTable
          ObjectTable wraps a Map in a TableData interface, making it look like a table of keys and values without actually copying it into a table of keys and values.
 class SimpleTable
           
 class TableOfMaps
           
 

Methods in com.x5.template that return TableData
static TableData InlineTable.parseTable(java.lang.String data)
           
 

Methods in com.x5.template with parameters of type TableData
static java.lang.String Filter.accessArrayIndex(TableData table, FilterArgs getFilter)
           
 void LoopTag.cookLoopToPrinter(java.io.Writer out, Chunk context, java.lang.String origin, boolean isBlock, int depth, TableData data)
           
static java.lang.String Filter.joinInlineTable(TableData table, FilterArgs joinFilter)
           
 

Uses of TableData in com.x5.util
 

Classes in com.x5.util that implement TableData
 class DataCapsuleTable
           
 



Copyright © 2015. All Rights Reserved.