Modifier and Type |
Method and Description |
(package private) Element |
assertCanAddAttribute()
Assert that the builder is in a state where an attribute can be added.
|
(package private) Style |
assertCanAddStyleProperty()
Assert that the builder is in a state where a style property can be added.
|
protected void |
doCloseStartTagImpl()
Close the start tag.
|
protected void |
doCloseStyleAttributeImpl()
Close the style attribute.
|
protected void |
doEndStartTagImpl()
Self-close the start tag.
|
protected void |
doEndTagImpl(java.lang.String tagName)
End the specified tag.
|
protected Element |
doFinishImpl()
Return the build element.
|
protected void |
doHtmlImpl(SafeHtml html)
Set the specified html as the inner HTML of the current element.
|
protected void |
doOpenStyleImpl()
Open the style attribute.
|
protected void |
doTextImpl(java.lang.String text)
Set the specified text as the inner text of the current element.
|
(package private) Element |
getCurrentElement()
Get the element current being built.
|
protected void |
lockCurrentElement()
Lock the current element, preventing any additional changes to it.
|
DomAnchorBuilder |
startAnchor() |
DomAreaBuilder |
startArea() |
DomAudioBuilder |
startAudio() |
DomBaseBuilder |
startBase() |
DomQuoteBuilder |
startBlockQuote() |
DomBodyBuilder |
startBody() |
DomBRBuilder |
startBR() |
InputBuilder |
startButtonInput() |
DomCanvasBuilder |
startCanvas() |
InputBuilder |
startCheckboxInput() |
DomTableColBuilder |
startCol() |
DomTableColBuilder |
startColGroup() |
DomDivBuilder |
startDiv() |
DomDListBuilder |
startDList() |
DomFieldSetBuilder |
startFieldSet() |
InputBuilder |
startFileInput() |
DomFormBuilder |
startForm() |
DomFrameBuilder |
startFrame() |
DomFrameSetBuilder |
startFrameSet() |
DomHeadingBuilder |
startH1() |
DomHeadingBuilder |
startH2() |
DomHeadingBuilder |
startH3() |
DomHeadingBuilder |
startH4() |
DomHeadingBuilder |
startH5() |
DomHeadingBuilder |
startH6() |
DomHeadBuilder |
startHead() |
InputBuilder |
startHiddenInput() |
DomHRBuilder |
startHR() |
DomIFrameBuilder |
startIFrame() |
DomImageBuilder |
startImage() |
InputBuilder |
startImageInput() |
DomInputBuilder |
startInput(InputElement input)
Start an input using the specified InputElement.
|
DomLabelBuilder |
startLabel() |
DomLegendBuilder |
startLegend() |
DomLIBuilder |
startLI() |
DomLinkBuilder |
startLink() |
DomMapBuilder |
startMap() |
DomMetaBuilder |
startMeta() |
DomOListBuilder |
startOList() |
DomOptGroupBuilder |
startOptGroup() |
DomOptionBuilder |
startOption() |
DomParagraphBuilder |
startParagraph() |
DomParamBuilder |
startParam() |
InputBuilder |
startPasswordInput() |
DomPreBuilder |
startPre() |
DomButtonBuilder |
startPushButton() |
DomQuoteBuilder |
startQuote() |
InputBuilder |
startRadioInput(java.lang.String name) |
DomButtonBuilder |
startResetButton() |
InputBuilder |
startResetInput() |
DomScriptBuilder |
startScript() |
DomSelectBuilder |
startSelect() |
DomSourceBuilder |
startSource() |
DomSpanBuilder |
startSpan() |
DomStyleBuilder |
startStyle() |
DomButtonBuilder |
startSubmitButton() |
InputBuilder |
startSubmitInput() |
DomTableBuilder |
startTable() |
DomTableCaptionBuilder |
startTableCaption() |
DomTableSectionBuilder |
startTBody() |
DomTableCellBuilder |
startTD() |
DomTextAreaBuilder |
startTextArea() |
(package private) InputBuilder |
startTextInput() |
DomTableSectionBuilder |
startTFoot() |
DomTableCellBuilder |
startTH() |
DomTableSectionBuilder |
startTHead() |
DomTableRowBuilder |
startTR() |
DomUListBuilder |
startUList() |
DomVideoBuilder |
startVideo() |
StylesBuilder |
style()
Get the StylesBuilder used to add style properties to the current
element.
|
DomElementBuilder |
trustedStart(java.lang.String tagName) |