com.atlassian.confluence.plugins.linkbrowser.client.display
Interface LinkBrowserPanelDisplay

All Known Subinterfaces:
AttachmentsPresenter.Display, RecentlyViewedPresenter.Display, SearchLinkPresenter.Display, WebLinkPresenter.Display
All Known Implementing Classes:
AttachmentsDisplay, RecentlyViewedDisplay, SearchLinkDisplay, WebLinkDisplay

public interface LinkBrowserPanelDisplay


Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
           
 HasAction getAliasField()
           
 java.lang.String getLinkAlias()
          Returns the current link text in the link text field.
 void setLinkAlias(java.lang.String alias)
          Sets the default text for the link in the link text field.
 

Method Detail

asWidget

com.google.gwt.user.client.ui.Widget asWidget()
Returns:
the display as a widget

getLinkAlias

java.lang.String getLinkAlias()
Returns the current link text in the link text field.


setLinkAlias

void setLinkAlias(java.lang.String alias)
Sets the default text for the link in the link text field.


getAliasField

HasAction getAliasField()
Returns:
the alias field


Copyright © 2003-2010 Atlassian. All Rights Reserved.