Class CmsLinkSelector

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, I_CmsFormWidget, I_CmsHasGhostValue

    public class CmsLinkSelector
    extends com.google.gwt.user.client.ui.Composite
    implements I_CmsFormWidget, I_CmsHasGhostValue
    Widget for selecting an internal or external link.

    Since:
    8.0.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static interface  CmsLinkSelector.I_CmsLinkSelectorUiBinder
      The UI Binder interface for this widget.
      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CmsPushButton m_editButton
      The button for editing the link.
      protected CmsCheckBox m_externalCheckbox
      The check box for setting the link to external or internal.
      protected com.google.gwt.user.client.ui.HorizontalPanel m_inputRow
      The row containing the input field and the gallery edit button.
      protected CmsTextBox m_textbox
      The text box containing the current link.
      static java.lang.String WIDGET_TYPE
      The widget type.
      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsLinkSelector()
      Constructs a new gallery widget.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String buildGalleryUrl()
      Creates the URL for the gallery dialog IFrame.
      java.lang.String getApparentValue()
      Returns the "apparent value", i.e.
      I_CmsFormWidget.FieldType getFieldType()
      Returns the type of data this widget produces.
      java.lang.Object getFormValue()
      Gets the selected/entered value from the widget.
      java.lang.String getFormValueAsString()
      Gets the current value of the widget as a string.
      java.lang.String getLink()
      Returns the selected link target string.
      org.opencms.gwt.shared.CmsLinkBean getLinkBean()
      Returns the selected link as a bean.
      CmsTextBox getTextBox()
      Returns the text box of this widget.
      static void initClass()
      Initializes this class.
      boolean isEnabled()
      Returns true if this widget is enabled.
      boolean isInternal()
      Returns true if the widget is in internal mode.
      protected void openGalleryDialog()
      Internal method which opens the gallery dialog.
      void reset()
      Resets the widget to its default state.
      void setAutoHideParent​(I_CmsAutoHider autoHideParent)
      Call this when auto hiding parents are shown.
      void setEnabled​(boolean enabled)
      Enables or disables the widget.
      void setErrorMessage​(java.lang.String errorMessage)
      Sets the error message for this widget.
      void setFormValueAsString​(java.lang.String value)
      Sets the current value of the widget as a string.
      void setGhostMode​(boolean ghostMode)
      Enables or disables ghost mode, if possible.
      void setGhostValue​(java.lang.String value, boolean isGhostMode)
      Sets the "ghost value" of the widget and optionally sets it to "ghost mode".
      void setInternal​(boolean internal)
      Sets the widget's mode to internal or external.
      void setLink​(java.lang.String link)
      Sets the link target.
      void setLinkBean​(org.opencms.gwt.shared.CmsLinkBean link)
      Sets the link from a bean.
      void setName​(java.lang.String name)
      Sets the name of the input field.
      protected void userChangedExternal​(boolean external)
      Called if the user changed the state to internal or external.
      • Methods inherited from class com.google.gwt.user.client.ui.Composite

        claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
      • Methods inherited from class com.google.gwt.user.client.ui.Widget

        addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
      • Methods inherited from class com.google.gwt.user.client.ui.UIObject

        addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait