com.google.gwt.libideas.logging.client.util
Class DOMUtil

java.lang.Object
  extended by com.google.gwt.libideas.logging.client.util.DOMUtil

public class DOMUtil
extends java.lang.Object

Provides DOM utility methods.


Constructor Summary
DOMUtil()
           
 
Method Summary
static java.lang.String adjustTitleLineBreaks(java.lang.String title)
          Adjust line breaks within in the provided title for optimal readability and display length for the current user agent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtil

public DOMUtil()
Method Detail

adjustTitleLineBreaks

public static java.lang.String adjustTitleLineBreaks(java.lang.String title)
Adjust line breaks within in the provided title for optimal readability and display length for the current user agent.

Parameters:
title - the desired raw text
Returns:
formatted and escaped text