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

Enclosing class:
HtmlTableBuilder<T>

public static interface HtmlTableBuilder.SecondContentStep


Method Summary
 HtmlTableBuilder.SecondContentStep and(String content)
           
 HtmlTableBuilder.SecondContentStep andProperty(String propertyName)
           
 HtmlTableBuilder.SecondContentStep andProperty(String propertyName, String pattern)
           
 HtmlTableBuilder.SecondContentStep andProperty(String propertyName, String pattern, String defaultContent)
           
 HtmlTableBuilder.BuildStep title(String title)
           
 

Method Detail

andProperty

HtmlTableBuilder.SecondContentStep andProperty(String propertyName)

andProperty

HtmlTableBuilder.SecondContentStep andProperty(String propertyName,
                                               String pattern)

andProperty

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

and

HtmlTableBuilder.SecondContentStep and(String content)

title

HtmlTableBuilder.BuildStep title(String title)


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