Class HyperlinkEditorPanel

All Implemented Interfaces:
HyperlinkEditor, FocusListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

@OpenApi public abstract class HyperlinkEditorPanel extends ExtendedPanel implements HyperlinkEditor
The panel used for hyperlink specification.
See Also:
  • Constructor Details

    • HyperlinkEditorPanel

      @OpenApi public HyperlinkEditorPanel(String title, String linkLabelName, boolean editable, HyperlinkHandler handler, String defaultProtocol)
      Constructor.
      Parameters:
      title - title.
      linkLabelName - the name of the link address label.
      editable - if link address is editable.
      handler - hyperlink handler.
      defaultProtocol - the default protocol of the hyperlinks of this panel.
  • Method Details

    • browse

      @OpenApi protected abstract void browse()
      Browse the hyperlink value.
    • setHyperlinkUrlText

      @OpenApi protected final void setHyperlinkUrlText(@CheckForNull String url)
      Set hyperlink url text.
      Parameters:
      url - uer text.
    • getHyperlinkUrlText

      @OpenApi protected final String getHyperlinkUrlText()
      Get hyperlink url text.
      Returns:
      url text.