Example usage for com.google.gwt.dom.client OptionElement TAG

List of usage examples for com.google.gwt.dom.client OptionElement TAG

Introduction

In this page you can find the example usage for com.google.gwt.dom.client OptionElement TAG.

Prototype

String TAG

To view the source code for com.google.gwt.dom.client OptionElement TAG.

Click Source Link

Usage

From source file:gwt.material.design.client.ui.html.Option.java

License:Apache License

public Option() {
    super(Document.get().createElement(OptionElement.TAG));
}