org.kuali.rice.kns.datadictionary.control
Class LinkControlDefinition
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.LinkControlDefinition
- All Implemented Interfaces:
- Serializable, Cloneable, ControlDefinition, Copyable, DataDictionaryDefinition, DictionaryBean
Deprecated.
@Deprecated
public class LinkControlDefinition
- extends ControlDefinitionBase
The link element is used to render an HTML link control.
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase |
businessObjectClass, cols, datePicker, expandedTextArea, includeBlankRow, includeKeyInLabel, keyAttribute, labelAttribute, ranged, rows, script, size, valuesFinderClass |
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 |
styleClass
protected String styleClass
- Deprecated.
target
protected String target
- Deprecated.
hrefText
protected String hrefText
- Deprecated.
LinkControlDefinition
public LinkControlDefinition()
- Deprecated.
isLink
public boolean isLink()
- Deprecated.
- Specified by:
isLink
in interface ControlDefinition
- Overrides:
isLink
in class ControlDefinitionBase
- Returns:
- true if the ControlDefinition instance represents a link control
- See Also:
ControlDefinition.isLink()
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Object
- See Also:
Object.toString()
getStyleClass
public String getStyleClass()
- Deprecated.
- Returns:
- the styleClass
setStyleClass
public void setStyleClass(String styleClass)
- Deprecated.
- Parameters:
styleClass
- the styleClass to set
getTarget
public String getTarget()
- Deprecated.
- Returns:
- the target
setTarget
public void setTarget(String target)
- Deprecated.
- Parameters:
target
- the target to set
getHrefText
public String getHrefText()
- Deprecated.
- Returns:
- the hrefText
setHrefText
public void setHrefText(String hrefText)
- Deprecated.
- Parameters:
hrefText
- the hrefText to set
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.