GWT 2.5.0.rc2

com.google.gwt.useragent.client
Interface UserAgentAsserter.UserAgentProperty

All Known Implementing Classes:
UserAgentAsserter.UserAgentPropertyDisabled
Enclosing class:
UserAgentAsserter

static interface UserAgentAsserter.UserAgentProperty

Interface to provide both the compile time and runtime user.agent selection property value.


Method Summary
 java.lang.String getCompileTimeValue()
           
 java.lang.String getRuntimeValue()
           
 boolean getUserAgentRuntimeWarning()
           
 

Method Detail

getCompileTimeValue

java.lang.String getCompileTimeValue()

getRuntimeValue

java.lang.String getRuntimeValue()

getUserAgentRuntimeWarning

boolean getUserAgentRuntimeWarning()

GWT 2.5.0.rc2