Class HtmlData.AnchorHtmlData

java.lang.Object
org.kuali.rice.kns.lookup.HtmlData
org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HtmlData.MultipleAnchorHtmlData
Enclosing class:
HtmlData

public static class HtmlData.AnchorHtmlData extends HtmlData
This class is an extension of HtmlData. It represents an anchor tag.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

  • Constructor Details

    • AnchorHtmlData

      public AnchorHtmlData()
      Needed by inquiry framework
    • AnchorHtmlData

      public AnchorHtmlData(String href, String title)
    • AnchorHtmlData

      public AnchorHtmlData(String href, String methodToCall, String displayText)
  • Method Details

    • setHref

      public void setHref(String href)
      Parameters:
      href - the href to set
    • constructCompleteHtmlTag

      public String constructCompleteHtmlTag()
      This method generates anchor tag.
      Specified by:
      constructCompleteHtmlTag in class HtmlData
      Returns:
      See Also:
    • getTarget

      public String getTarget()
      Returns:
      the target
    • setTarget

      public void setTarget(String target)
      Parameters:
      target - the target to set
    • getStyle

      public String getStyle()
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Parameters:
      style - the style to set
    • getStyleClass

      public String getStyleClass()
      Returns:
      the styleClass
    • setStyleClass

      public void setStyleClass(String styleClass)
      Parameters:
      styleClass - the styleClass to set
    • getOnclick

      public String getOnclick()
      Returns:
      the onclick
    • setOnclick

      public void setOnclick(String onclick)
      Parameters:
      onclick - the onclick to set
    • getHref

      public String getHref()
      Returns:
      the href
    • getMethodToCall

      public String getMethodToCall()
      Overrides:
      getMethodToCall in class HtmlData
      Returns:
      the methodToCall
    • getAnchorClass

      public String getAnchorClass()
      Returns:
      the anchorClass
    • setAnchorClass

      public void setAnchorClass(String anchorClass)
    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)