我需要对 div css 进行一些调整。但我不能在方法 onBind() 或 onReveal() 上执行此操作,因为调用这两个方法时未加载 html。
所以我想知道在修改我的html时自动调用方法的一些方法(当调用Presenter时,html必须修改,因为将添加新的小部件)加载。
这是我必须调用的方法:
private void hidePopup(){
$(".olLayerGooglePoweredBy, .olLayerGoogleV3, .gmnoprint").
css(CSS.VISIBILITY.with
(com.google.gwt.dom.client.Style.Visibility.HIDDEN));
}