com.atlassian.confluence.plugins.linkbrowser.client
Class LinkBrowserPresenterImpl

java.lang.Object
  extended by com.atlassian.confluence.plugins.linkbrowser.client.LinkBrowserPresenterImpl
All Implemented Interfaces:
LinkBrowserPresenter

public class LinkBrowserPresenterImpl
extends Object
implements LinkBrowserPresenter


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.confluence.plugins.linkbrowser.client.LinkBrowserPresenter
LinkBrowserPresenter.Display
 
Constructor Summary
LinkBrowserPresenterImpl(com.google.gwt.event.shared.HandlerManager eventBus, LinkBrowserPresenter.Display display, SearchLinkPresenter searchLinks, WebLinkPresenter webLinks, RecentlyViewedPresenter recentlyViewed, AttachmentsPresenter attachmentLinks, LinkInserter linkInserter, LinkInfo linkInfo)
           
 
Method Summary
 void doSearch(String searchString)
           
 void showDialog(String panelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkBrowserPresenterImpl

public LinkBrowserPresenterImpl(com.google.gwt.event.shared.HandlerManager eventBus,
                                LinkBrowserPresenter.Display display,
                                SearchLinkPresenter searchLinks,
                                WebLinkPresenter webLinks,
                                RecentlyViewedPresenter recentlyViewed,
                                AttachmentsPresenter attachmentLinks,
                                LinkInserter linkInserter,
                                LinkInfo linkInfo)
Method Detail

showDialog

public void showDialog(String panelId)
Specified by:
showDialog in interface LinkBrowserPresenter

doSearch

public void doSearch(String searchString)
Specified by:
doSearch in interface LinkBrowserPresenter


Copyright © 2003-2011 Atlassian. All Rights Reserved.