|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptGroupBuilder | |
---|---|
com.google.gwt.dom.builder.client | Classes used to build DOM elements. |
com.google.gwt.dom.builder.shared | Classes used to build DOM elements. |
Uses of OptGroupBuilder in com.google.gwt.dom.builder.client |
---|
Classes in com.google.gwt.dom.builder.client that implement OptGroupBuilder | |
---|---|
class |
DomOptGroupBuilder
DOM-based implementation of OptGroupBuilder . |
Methods in com.google.gwt.dom.builder.client that return OptGroupBuilder | |
---|---|
OptGroupBuilder |
DomOptGroupBuilder.disabled()
|
OptGroupBuilder |
DomOptGroupBuilder.label(java.lang.String label)
|
OptGroupBuilder |
DomElementBuilderBase.startOptGroup()
|
Uses of OptGroupBuilder in com.google.gwt.dom.builder.shared |
---|
Classes in com.google.gwt.dom.builder.shared that implement OptGroupBuilder | |
---|---|
class |
HtmlOptGroupBuilder
HTML-based implementation of OptGroupBuilder . |
Methods in com.google.gwt.dom.builder.shared that return OptGroupBuilder | |
---|---|
abstract OptGroupBuilder |
ElementBuilderFactory.createOptGroupBuilder()
|
OptGroupBuilder |
OptGroupBuilder.disabled()
Disable the control. |
OptGroupBuilder |
HtmlOptGroupBuilder.disabled()
|
OptGroupBuilder |
OptGroupBuilder.label(java.lang.String label)
Assigns a label to this option group. |
OptGroupBuilder |
HtmlOptGroupBuilder.label(java.lang.String label)
|
OptGroupBuilder |
HtmlElementBuilderBase.startOptGroup()
|
OptGroupBuilder |
ElementBuilderBase.startOptGroup()
Append a optgroup element. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |