|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.dom.builder.shared.AbstractElementBuilderBase<R> com.google.gwt.dom.builder.shared.HtmlElementBuilderBase<OptionBuilder> com.google.gwt.dom.builder.shared.HtmlOptionBuilder
public class HtmlOptionBuilder
HTML-based implementation of OptionBuilder
.
Constructor Summary | |
---|---|
HtmlOptionBuilder(HtmlBuilderImpl delegate)
|
Method Summary | |
---|---|
OptionBuilder |
defaultSelected()
Represents the value of the HTML selected attribute. |
OptionBuilder |
disabled()
Prevents the user from selecting this option. |
OptionBuilder |
label(java.lang.String label)
Option label for use in menus. |
OptionBuilder |
selected()
Represents the current state of the corresponding form control, in an interactive user agent. |
OptionBuilder |
value(java.lang.String value)
The current form control value. |
Methods inherited from class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase |
---|
end, end, endAnchor, endArea, endAudio, endBase, endBlockQuote, endBody, endBR, endButton, endCanvas, endCol, endColGroup, endDiv, endDList, endFieldSet, endForm, endFrame, endFrameSet, endH1, endH2, endH3, endH4, endH5, endH6, endHead, endHR, endIFrame, endImage, endInput, endLabel, endLegend, endLI, endLink, endMap, endMeta, endOList, endOptGroup, endOption, endParagraph, endParam, endPre, endQuote, endScript, endSelect, endSource, endSpan, endStyle, endTable, endTableCaption, endTBody, endTD, endTextArea, endTFoot, endTH, endTHead, endTR, endUList, endVideo, finish, getDepth, getReturnBuilder, html, isChildElementSupported, isEndTagForbidden, style, text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
HtmlOptionBuilder(HtmlBuilderImpl delegate)
Method Detail |
---|
public OptionBuilder defaultSelected()
OptionBuilder
defaultSelected
in interface OptionBuilder
public OptionBuilder disabled()
OptionBuilder
disabled
in interface OptionBuilder
public OptionBuilder label(java.lang.String label)
OptionBuilder
label
in interface OptionBuilder
public OptionBuilder selected()
OptionBuilder
selected
in interface OptionBuilder
public OptionBuilder value(java.lang.String value)
OptionBuilder
value
in interface OptionBuilder
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |