@Deprecated public abstract class HtmlData extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HtmlData.AnchorHtmlDataDeprecated.  This class is an extension of HtmlData. | 
| static class  | HtmlData.InputHtmlDataDeprecated.  This class is an extension of HtmlData. | 
| static class  | HtmlData.MultipleAnchorHtmlDataDeprecated.  | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | ANCHOR_HTML_DATA_TYPEDeprecated.  | 
| protected String | appendDisplayTextDeprecated.  | 
| protected List<HtmlData> | childUrlDataListDeprecated.  | 
| protected String | displayTextDeprecated.  | 
| static String | INPUT_HTML_DATA_TYPEDeprecated.  | 
| protected static org.apache.log4j.Logger | LOGDeprecated.  | 
| protected String | maxLengthDeprecated.  | 
| protected String | methodToCallDeprecated.  | 
| protected String | nameDeprecated.  | 
| protected String | prependDisplayTextDeprecated.  | 
| protected String | titleDeprecated.  | 
| Constructor and Description | 
|---|
| HtmlData()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | constructCompleteHtmlTag()Deprecated.  This method constructs the complete html tag based on the class attribute
 values. | 
| String | getAppendDisplayText()Deprecated.  | 
| List<HtmlData> | getChildUrlDataList()Deprecated.  | 
| String | getDisplayText()Deprecated.  | 
| int | getMaxLength()Deprecated.  | 
| String | getMethodToCall()Deprecated.  | 
| String | getName()Deprecated.  | 
| String | getPrependDisplayText()Deprecated.  | 
| String | getTitle()Deprecated.  | 
| String | getTitle(String prependText,
        Class bo,
        List keys)Deprecated.  | 
| static String | getTitleText(String prependText,
            Class<?> dataObjectClass,
            Map<String,String> keyValueMap)Deprecated.  | 
| 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 | 
| void | setAppendDisplayText(String appendDisplayText)Deprecated.  | 
| void | setChildUrlDataList(List<HtmlData> childUrlDataList)Deprecated.  | 
| void | setDisplayText(String displayText)Deprecated.  | 
| void | setMaxLength(String maxLength)Deprecated.  | 
| void | setMethodToCall(String methodToCall)Deprecated.  | 
| void | setName(String name)Deprecated.  | 
| void | setPrependDisplayText(String prependDisplayText)Deprecated.  | 
| void | setTitle(String title)Deprecated.  | 
protected static final org.apache.log4j.Logger LOG
public static final String ANCHOR_HTML_DATA_TYPE
public static final String INPUT_HTML_DATA_TYPE
protected String methodToCall
protected String displayText
protected String prependDisplayText
protected String appendDisplayText
protected List<HtmlData> childUrlDataList
public HtmlData()
public abstract String constructCompleteHtmlTag()
public String getAppendDisplayText()
public void setAppendDisplayText(String appendDisplayText)
appendDisplayText - the appendDisplayText to setpublic List<HtmlData> getChildUrlDataList()
public void setChildUrlDataList(List<HtmlData> childUrlDataList)
childUrlDataList - the childUrlDataList to setpublic String getPrependDisplayText()
public void setPrependDisplayText(String prependDisplayText)
prependDisplayText - the prependDisplayText to setpublic String getDisplayText()
public void setDisplayText(String displayText)
displayText - the displayText to setpublic String getMethodToCall()
public void setMethodToCall(String methodToCall)
methodToCall - the methodToCall to setpublic static String getTitleText(String prependText, Object dataObject, List<String> keys, BusinessObjectRestrictions businessObjectRestrictions)
prependText - dataObject - fieldConversions - returnKeys - public static String getTitleText(String prependText, Class<?> dataObjectClass, Map<String,String> keyValueMap)
public int getMaxLength()
public void setMaxLength(String maxLength)
maxLength - the maxLength to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.