com.github.dandelion.datatables.core.export
Interface HtmlTableBuilder.FirstContentStep

Enclosing class:
HtmlTableBuilder<T>

public static interface HtmlTableBuilder.FirstContentStep


Method Summary
 HtmlTableBuilder.SecondContentStep fillWith(String content)
           
 HtmlTableBuilder.SecondContentStep fillWithProperty(String propertyName)
           
 HtmlTableBuilder.SecondContentStep fillWithProperty(String propertyName, String pattern)
           
 HtmlTableBuilder.SecondContentStep fillWithProperty(String propertyName, String pattern, String defaultContent)
           
 

Method Detail

fillWithProperty

HtmlTableBuilder.SecondContentStep fillWithProperty(String propertyName)

fillWithProperty

HtmlTableBuilder.SecondContentStep fillWithProperty(String propertyName,
                                                    String pattern)

fillWithProperty

HtmlTableBuilder.SecondContentStep fillWithProperty(String propertyName,
                                                    String pattern,
                                                    String defaultContent)

fillWith

HtmlTableBuilder.SecondContentStep fillWith(String content)


Copyright © 2013–2014 Dandelion Project. All rights reserved.