예제 #1
0
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, PrincipalPresenter.CONTEUDO, this);
 }
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(getEventBus(), MainLayoutPresenter.TYPE_MainContent, this);
 }
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, VirtualMachineSubTabPanelPresenter.TYPE_SetTabContent, this);
 }
예제 #4
0
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, ScrollTestPresenter.MAIN_CONTENT_SLOT, this);
 }
예제 #5
0
 @Override
 protected final void revealInParent() {
   RevealContentEvent.fire(this, PrimePresenter.TYPE_VIEW, this);
 }
예제 #6
0
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, HostMgmtPresenter.TYPE_MainContent, this);
 }
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, BrowsePresenter.TYPE_SetBrowseContent, this);
 }
예제 #8
0
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, MainPagePresenter.TYPE_SetMainContent, this);
 }
예제 #9
0
 /*
  * (non-Javadoc)
  *
  * @see com.gwtplatform.mvp.client.Presenter#revealInParent()
  */
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, ProjectManagerPresenter.TYPE_SetContextAreaContent, this);
 }
예제 #10
0
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, ApplicationPresenter.SLOT_MAIN_CONTENT, this);
 }
예제 #11
0
 @Override
 protected void revealInParent() {
   RevealContentEvent.fire(this, MainPagePresenter.CONTENT_SLOT, this);
 }