List of usage examples for com.google.gwt.dom.client PreElement TAG
String TAG
To view the source code for com.google.gwt.dom.client PreElement TAG.
Click Source Link
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); }