Package org.kuali.rice.kns.lookup
Class HtmlData
java.lang.Object
org.kuali.rice.kns.lookup.HtmlData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HtmlData.AnchorHtmlData,HtmlData.InputHtmlData
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.This class is an extension of HtmlData.static classDeprecated.This class is an extension of HtmlData.static classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.protected StringDeprecated.Deprecated.protected StringDeprecated.static final StringDeprecated.protected static final org.apache.logging.log4j.LoggerDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringDeprecated.This method constructs the complete html tag based on the class attribute values.Deprecated.Deprecated.Deprecated.intDeprecated.Deprecated.getName()Deprecated.Deprecated.getTitle()Deprecated.Deprecated.static StringDeprecated.static StringgetTitleText(String prependText, Object dataObject, List<String> keys, BusinessObjectRestrictions businessObjectRestrictions) Deprecated.KFSMI-658 This method gets the title text for a link/controlvoidsetAppendDisplayText(String appendDisplayText) Deprecated.voidsetChildUrlDataList(List<HtmlData> childUrlDataList) Deprecated.voidsetDisplayText(String displayText) Deprecated.voidsetMaxLength(String maxLength) Deprecated.voidsetMethodToCall(String methodToCall) Deprecated.voidDeprecated.voidsetPrependDisplayText(String prependDisplayText) Deprecated.voidDeprecated.
-
Field Details
-
LOG
protected static final org.apache.logging.log4j.Logger LOGDeprecated. -
ANCHOR_HTML_DATA_TYPE
Deprecated. -
INPUT_HTML_DATA_TYPE
Deprecated. -
name
Deprecated. -
title
Deprecated. -
methodToCall
Deprecated. -
displayText
Deprecated. -
prependDisplayText
Deprecated. -
appendDisplayText
Deprecated. -
childUrlDataList
Deprecated. -
maxLength
Deprecated.
-
-
Constructor Details
-
HtmlData
public HtmlData()Deprecated.
-
-
Method Details
-
constructCompleteHtmlTag
Deprecated.This method constructs the complete html tag based on the class attribute values.- Returns:
-
getAppendDisplayText
Deprecated.- Returns:
- the appendDisplayText
-
setAppendDisplayText
Deprecated.- Parameters:
appendDisplayText- the appendDisplayText to set
-
getChildUrlDataList
Deprecated.- Returns:
- the childUrlDataList
-
setChildUrlDataList
Deprecated.- Parameters:
childUrlDataList- the childUrlDataList to set
-
getPrependDisplayText
Deprecated.- Returns:
- the prependDisplayText
-
setPrependDisplayText
Deprecated.- Parameters:
prependDisplayText- the prependDisplayText to set
-
getTitle
Deprecated.- Returns:
- the title
-
setTitle
Deprecated.- Parameters:
title- the title to set
-
getName
Deprecated.- Returns:
- the name
-
setName
Deprecated.- Parameters:
name- the name to set
-
getDisplayText
Deprecated.- Returns:
- the displayText
-
setDisplayText
Deprecated.- Parameters:
displayText- the displayText to set
-
getMethodToCall
Deprecated.- Returns:
- the methodToCall
-
setMethodToCall
Deprecated.- Parameters:
methodToCall- the methodToCall to set
-
getTitle
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
Deprecated.- Parameters:
maxLength- the maxLength to set
-