public interface

HasWordWrap

com.google.gwt.user.client.ui.HasWordWrap
Known Indirect Subclasses

Class Overview

A widget that implements this interface has a 'word-wrap' property that can be manipulated using these methods.

Summary

Public Methods
abstract boolean getWordWrap()
Gets whether word-wrapping is enabled.
abstract void setWordWrap(boolean wrap)
Sets whether word-wrapping is enabled.

Public Methods

public abstract boolean getWordWrap ()

Gets whether word-wrapping is enabled.

Returns
  • true if word-wrapping is enabled.

public abstract void setWordWrap (boolean wrap)

Sets whether word-wrapping is enabled.

Parameters
wrap true to enable word-wrapping.