This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package YOUR_PACKAGE_NAME | |
import javax.inject.Inject; | |
import com.arcbees.analytics.shared.Analytics; | |
import com.google.web.bindery.event.shared.EventBus; | |
import com.gwtplatform.mvp.client.proxy.NavigationEvent; | |
import com.gwtplatform.mvp.client.proxy.NavigationHandler; | |
import com.gwtplatform.mvp.shared.proxy.TokenFormatter; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright 2014 Richard Wallis. | |
* All rights reserved. | |
*/ | |
package com.wallissoftware.wave.client.widgets; | |
import com.google.gwt.user.client.ui.HTMLPanel; | |
import com.google.gwt.user.client.ui.IsWidget; | |
import com.google.gwt.user.client.ui.SimplePanel; | |
import com.google.gwt.user.client.ui.Widget; |