com.atlassian.confluence.plugins.linkbrowser.client
Interface RecentlyViewedPresenter.Display

All Superinterfaces:
LinkBrowserPanelDisplay
All Known Implementing Classes:
RecentlyViewedDisplay
Enclosing interface:
RecentlyViewedPresenter

public static interface RecentlyViewedPresenter.Display
extends LinkBrowserPanelDisplay


Method Summary
 void focusLinkAlias()
          Places focus on the link text field.
 DataTableSupport<LinkableObject> getDataTable()
           
 
Methods inherited from interface com.atlassian.confluence.plugins.linkbrowser.client.display.LinkBrowserPanelDisplay
asWidget, getAliasField, getLinkAlias, setLinkAlias
 

Method Detail

focusLinkAlias

void focusLinkAlias()
Places focus on the link text field.


getDataTable

DataTableSupport<LinkableObject> getDataTable()
Returns:
the DataTableSupport for the display.


Copyright © 2003-2010 Atlassian. All Rights Reserved.