abk.html
Class AHtmlBuilder

java.lang.Object
  extended by abk.html.AHtmlBuilder

public class AHtmlBuilder
extends Object


Nested Class Summary
static class AHtmlBuilder.Tag
           
static class AHtmlBuilder.Text
           
 
Constructor Summary
private AHtmlBuilder()
           
 
Method Summary
static AHtmlBuilder.Tag BODY()
           
static AButtonControl BUTTON()
           
static ACheckboxInput CHECKBOX()
           
static AHtmlBuilder.Tag DIV()
           
static AHeadElement HEAD()
           
static AInputControl HIDDEN()
           
static AHtmlElement HTML()
           
static AInputControl INPUT()
           
static ALabelElement LABEL()
           
static ASelectControl SELECT()
           
static AHtmlBuilder.Tag SPAN()
           
static ATableElement TABLE()
           
static AHtmlBuilder.Tag tag(String tagName)
           
static AHtmlBuilder.Text text()
           
static AHtmlBuilder.Text text(CharSequence text)
           
static ATextAreaControl TEXTAREA()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AHtmlBuilder

private AHtmlBuilder()
Method Detail

text

public static final AHtmlBuilder.Text text()

text

public static final AHtmlBuilder.Text text(CharSequence text)

tag

public static AHtmlBuilder.Tag tag(String tagName)

HTML

public static final AHtmlElement HTML()

BODY

public static final AHtmlBuilder.Tag BODY()

HEAD

public static final AHeadElement HEAD()

DIV

public static final AHtmlBuilder.Tag DIV()

SPAN

public static final AHtmlBuilder.Tag SPAN()

TABLE

public static final ATableElement TABLE()

BUTTON

public static final AButtonControl BUTTON()

SELECT

public static final ASelectControl SELECT()

INPUT

public static final AInputControl INPUT()

HIDDEN

public static final AInputControl HIDDEN()

LABEL

public static final ALabelElement LABEL()

CHECKBOX

public static final ACheckboxInput CHECKBOX()

TEXTAREA

public static final ATextAreaControl TEXTAREA()


Copyright © 2024. All rights reserved.