|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.lookup.HtmlData
@Deprecated public abstract class HtmlData
This class holds details of html data for an action url.
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 |
---|
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 name
protected String title
protected String methodToCall
protected String displayText
protected String prependDisplayText
protected String appendDisplayText
protected List<HtmlData> childUrlDataList
protected String maxLength
Constructor Detail |
---|
public HtmlData()
Method Detail |
---|
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 getTitle()
public void setTitle(String title)
title
- the title to setpublic String getName()
public void setName(String name)
name
- the name 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 String getTitle(String prependText, Class bo, List keys)
public 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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |