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

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

Introduction

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

Prototype

String TAG

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

Click Source Link

Usage

From source file:fr.putnami.pwt.plugin.code.client.output.CodeOutputImpl.java

License:Open Source License

public CodeOutputImpl() {
    this.setElement(Document.get().createElement(PreElement.TAG));
    StyleUtils.addStyle(this, CodeOutputImpl.STYLE_CODE_EDITOR);
    StyleUtils.addStyle(this, CodeOutputImpl.STYLE_PRE_SCROLLABLE);
}