com.itmill.toolkit.terminal.web
Class WebBrowser.MarkupVersion

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.WebBrowser.MarkupVersion
Enclosing class:
WebBrowser

public class WebBrowser.MarkupVersion
extends Object


Method Summary
 boolean equals(Object obj)
          Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
 boolean supports(WebBrowser.MarkupVersion other)
          Checks the compability with other HTML version.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object obj)
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.

Overrides:
equals in class Object
Parameters:
obj - the object to compare with.
See Also:
Object.equals(Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

supports

public boolean supports(WebBrowser.MarkupVersion other)
Checks the compability with other HTML version.

Parameters:
other - the HTML version.
Returns:
true if this is compatible with the other, otherwise false.


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.