|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase org.kuali.rice.kns.datadictionary.control.LinkControlDefinition
@Deprecated public class LinkControlDefinition
The link element is used to render an HTML link control.
Field Summary | |
---|---|
protected String |
hrefText
Deprecated. |
protected String |
styleClass
Deprecated. |
protected String |
target
Deprecated. |
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase |
---|
businessObjectClass, cols, datePicker, expandedTextArea, includeBlankRow, includeKeyInLabel, keyAttribute, labelAttribute, ranged, rows, script, size, valuesFinderClass |
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
LinkControlDefinition()
Deprecated. |
Method Summary | |
---|---|
String |
getHrefText()
Deprecated. |
String |
getStyleClass()
Deprecated. |
String |
getTarget()
Deprecated. |
boolean |
isLink()
Deprecated. |
void |
setHrefText(String hrefText)
Deprecated. |
void |
setStyleClass(String styleClass)
Deprecated. |
void |
setTarget(String target)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase |
---|
completeValidation, equals, getBusinessObjectClass, getCols, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isSelect, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass |
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
afterPropertiesSet, getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition |
---|
getId |
Field Detail |
---|
protected String styleClass
protected String target
protected String hrefText
Constructor Detail |
---|
public LinkControlDefinition()
Method Detail |
---|
public boolean isLink()
isLink
in interface ControlDefinition
isLink
in class ControlDefinitionBase
ControlDefinition.isLink()
public String toString()
toString
in class Object
Object.toString()
public String getStyleClass()
public void setStyleClass(String styleClass)
styleClass
- the styleClass to setpublic String getTarget()
public void setTarget(String target)
target
- the target to setpublic String getHrefText()
public void setHrefText(String hrefText)
hrefText
- the hrefText to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |