Package 

Class HyperlinkPersistable

    • Method Summary

      Modifier and Type Method Description
      static HyperlinkPersistable box(@NotNull() GHypeLink hyperlink) box.
      static HyperlinkPersistable parse(@NotNull() String link) parse.
      static boolean equals(GHypeLink l, GHypeLink l2) equals.
      GHypeLink unbox() unbox.
      String getUrl() getUrl.
      void setUrl(String url) setUrl.
      String getText() Get the anchor text.The [anchor text](https://en.wikipedia.org/wiki/Anchor_text), link label or link text is the visible,clickable text in an HTML hyperlink.The term "anchor" was used in older versions of the HTML specification[1] for what is currently referred toas the "a element".
      void setText(@Nullable() String text) Set the anchor text.The [anchor text](https://en.wikipedia.org/wiki/Anchor_text), link label or link text is the visible,clickable text in an HTML hyperlink.The term "anchor" was used in older versions of the HTML specification[1] for what is currently referred toas the "a element".
      int getOrder() getOrder.
      void setOrder(int order) setOrder.
      boolean equals(Object o)
      int hashCode()
      int compareTo(@NotNull() HyperlinkPersistable hyperLink)
      String toString()
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class java.lang.Object

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