Uses of Class
abk.html.AHtmlBuilder.Tag

Packages that use AHtmlBuilder.Tag
abk.html Este paquete incluye las clases necesarias para la creación de componentes de un documento HTML construido enteramente en Java. 
 

Uses of AHtmlBuilder.Tag in abk.html
 

Methods in abk.html that return AHtmlBuilder.Tag
 AHtmlBuilder.Tag AElementNode.B(CharSequence text)
           
static AHtmlBuilder.Tag AHtmlBuilder.BODY()
           
 AHtmlBuilder.Tag AHtmlElement.BODY()
           
static AHtmlBuilder.Tag AHtmlBuilder.DIV()
           
 AHtmlBuilder.Tag AElementNode.DIV()
           
 AHtmlBuilder.Tag AElementNode.EM(CharSequence text)
           
 AHtmlBuilder.Tag AElementNode.I(CharSequence text)
           
 AHtmlBuilder.Tag AElementNode.P()
           
 AHtmlBuilder.Tag AElementNode.PRE()
           
static AHtmlBuilder.Tag AHtmlBuilder.SPAN()
           
 AHtmlBuilder.Tag AElementNode.SPAN(CharSequence text)
           
 AHtmlBuilder.Tag AElementNode.STRONG(CharSequence text)
           
static AHtmlBuilder.Tag AHtmlBuilder.tag(String tagName)
           
 AHtmlBuilder.Tag AElementNode.U(CharSequence text)
           
 AHtmlBuilder.Tag AElementNode.VAR(CharSequence text)
           
 



Copyright © 2024. All rights reserved.