Class HtmlData

java.lang.Object
org.kuali.rice.kns.lookup.HtmlData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HtmlData.AnchorHtmlData, HtmlData.InputHtmlData

@Deprecated public abstract class HtmlData extends Object implements Serializable
Deprecated.
Only used in KNS classes, no replacement.
This class holds details of html data for an action url.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • LOG

      protected static final org.apache.logging.log4j.Logger LOG
      Deprecated.
    • ANCHOR_HTML_DATA_TYPE

      public static final String ANCHOR_HTML_DATA_TYPE
      Deprecated.
    • INPUT_HTML_DATA_TYPE

      public static final String INPUT_HTML_DATA_TYPE
      Deprecated.
    • name

      protected String name
      Deprecated.
    • title

      protected String title
      Deprecated.
    • methodToCall

      protected String methodToCall
      Deprecated.
    • displayText

      protected String displayText
      Deprecated.
    • prependDisplayText

      protected String prependDisplayText
      Deprecated.
    • appendDisplayText

      protected String appendDisplayText
      Deprecated.
    • childUrlDataList

      protected List<HtmlData> childUrlDataList
      Deprecated.
    • maxLength

      protected String maxLength
      Deprecated.
  • Constructor Details

    • HtmlData

      public HtmlData()
      Deprecated.
  • Method Details

    • constructCompleteHtmlTag

      public abstract String constructCompleteHtmlTag()
      Deprecated.
      This method constructs the complete html tag based on the class attribute values.
      Returns:
    • getAppendDisplayText

      public String getAppendDisplayText()
      Deprecated.
      Returns:
      the appendDisplayText
    • setAppendDisplayText

      public void setAppendDisplayText(String appendDisplayText)
      Deprecated.
      Parameters:
      appendDisplayText - the appendDisplayText to set
    • getChildUrlDataList

      public List<HtmlData> getChildUrlDataList()
      Deprecated.
      Returns:
      the childUrlDataList
    • setChildUrlDataList

      public void setChildUrlDataList(List<HtmlData> childUrlDataList)
      Deprecated.
      Parameters:
      childUrlDataList - the childUrlDataList to set
    • getPrependDisplayText

      public String getPrependDisplayText()
      Deprecated.
      Returns:
      the prependDisplayText
    • setPrependDisplayText

      public void setPrependDisplayText(String prependDisplayText)
      Deprecated.
      Parameters:
      prependDisplayText - the prependDisplayText to set
    • getTitle

      public String getTitle()
      Deprecated.
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Deprecated.
      Parameters:
      title - the title to set
    • getName

      public String getName()
      Deprecated.
      Returns:
      the name
    • setName

      public void setName(String name)
      Deprecated.
      Parameters:
      name - the name to set
    • getDisplayText

      public String getDisplayText()
      Deprecated.
      Returns:
      the displayText
    • setDisplayText

      public void setDisplayText(String displayText)
      Deprecated.
      Parameters:
      displayText - the displayText to set
    • getMethodToCall

      public String getMethodToCall()
      Deprecated.
      Returns:
      the methodToCall
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Deprecated.
      Parameters:
      methodToCall - the methodToCall to set
    • getTitle

      public String getTitle(String prependText, Class bo, List keys)
      Deprecated.
    • getTitleText

      public static String getTitleText(String prependText, Object dataObject, List<String> keys, BusinessObjectRestrictions businessObjectRestrictions)
      Deprecated.
      KFSMI-658 This method gets the title text for a link/control
      Parameters:
      prependText -
      dataObject -
      fieldConversions -
      returnKeys -
      Returns:
      title text
    • getTitleText

      public static String getTitleText(String prependText, Class<?> dataObjectClass, Map<String,String> keyValueMap)
      Deprecated.
    • getMaxLength

      public int getMaxLength()
      Deprecated.
      Returns:
      the maxLength
    • setMaxLength

      public void setMaxLength(String maxLength)
      Deprecated.
      Parameters:
      maxLength - the maxLength to set