org.kuali.rice.kns.lookup
Class HtmlData

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

Deprecated.

@Deprecated
public abstract class HtmlData
extends Object
implements Serializable

This class holds details of html data for an action url.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Nested Class Summary
static class HtmlData.AnchorHtmlData
          Deprecated. This class is an extension of HtmlData.
static class HtmlData.InputHtmlData
          Deprecated. This class is an extension of HtmlData.
static class HtmlData.MultipleAnchorHtmlData
          Deprecated.  
 
Field Summary
static String ANCHOR_HTML_DATA_TYPE
          Deprecated.  
protected  String appendDisplayText
          Deprecated.  
protected  List<HtmlData> childUrlDataList
          Deprecated.  
protected  String displayText
          Deprecated.  
static String INPUT_HTML_DATA_TYPE
          Deprecated.  
protected static org.apache.log4j.Logger LOG
          Deprecated.  
protected  String maxLength
          Deprecated.  
protected  String methodToCall
          Deprecated.  
protected  String name
          Deprecated.  
protected  String prependDisplayText
          Deprecated.  
protected  String title
          Deprecated.  
 
Constructor Summary
HtmlData()
          Deprecated.  
 
Method Summary
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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.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 Detail

HtmlData

public HtmlData()
Deprecated. 
Method Detail

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


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.