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

All Superinterfaces:
LinkBrowserPanelDisplay
All Known Implementing Classes:
AttachmentsDisplay
Enclosing interface:
AttachmentsPresenter

public static interface AttachmentsPresenter.Display
extends LinkBrowserPanelDisplay


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

Method Detail

setInitialFocus

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


getDataTable

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.