com.vaadin.client
Class Profiler.EnabledProfiler

java.lang.Object
  extended by com.vaadin.client.Profiler
      extended by com.vaadin.client.Profiler.EnabledProfiler
Enclosing class:
Profiler

public static class Profiler.EnabledProfiler
extends Profiler

Class to include using deferred binding to enable the profiling.

Since:
7.0.0
Author:
Vaadin Ltd

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.client.Profiler
Profiler.EnabledProfiler
 
Constructor Summary
Profiler.EnabledProfiler()
           
 
Method Summary
protected  boolean isImplEnabled()
          Overridden in Profiler.EnabledProfiler to make Profiler.isEnabled() return true if GWT.create returns that class.
 
Methods inherited from class com.vaadin.client.Profiler
enter, initialize, isEnabled, leave, logBootstrapTimings, logTimings, reset, setProfilerResultConsumer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profiler.EnabledProfiler

public Profiler.EnabledProfiler()
Method Detail

isImplEnabled

protected boolean isImplEnabled()
Description copied from class: Profiler
Overridden in Profiler.EnabledProfiler to make Profiler.isEnabled() return true if GWT.create returns that class.

Overrides:
isImplEnabled in class Profiler
Returns:
true if the profiling is enabled, else false


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.