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

All Superinterfaces:
LinkBrowserPanelDisplay
All Known Implementing Classes:
WebLinkDisplay
Enclosing interface:
WebLinkPresenter

public static interface WebLinkPresenter.Display
extends LinkBrowserPanelDisplay


Method Summary
 String getLinkDestination()
           
 com.google.gwt.event.dom.client.HasKeyUpHandlers getLinkInput()
           
 com.google.gwt.event.dom.client.HasBlurHandlers getLinkInputForBlur()
           
 com.google.gwt.event.dom.client.HasFocusHandlers getLinkInputForFocus()
           
 void resetDefaultTextInLinkInput()
          Resets the text in the destination input field to the default.
 void selectTextInLinkInput()
          Selects the text in the destination input field.
 void setDestination(String destination)
          Sets the destination text in the display
 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

getLinkDestination

String getLinkDestination()
Returns:
the current link destination text in the destination field.

getLinkInput

com.google.gwt.event.dom.client.HasKeyUpHandlers getLinkInput()
Returns:
the link destination input field.

getLinkInputForFocus

com.google.gwt.event.dom.client.HasFocusHandlers getLinkInputForFocus()
Returns:
the link destination input field

getLinkInputForBlur

com.google.gwt.event.dom.client.HasBlurHandlers getLinkInputForBlur()
Returns:
the link destination input field

selectTextInLinkInput

void selectTextInLinkInput()
Selects the text in the destination input field.


resetDefaultTextInLinkInput

void resetDefaultTextInLinkInput()
Resets the text in the destination input field to the default.


setDestination

void setDestination(String destination)
Sets the destination text in the display


setInitialFocus

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



Copyright © 2003-2011 Atlassian. All Rights Reserved.