org.kuali.rice.kns.datadictionary.control
Class LinkControlDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
              extended by 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

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
embeddedDataObjectMetadata, generatedFromMetadata, id
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
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
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, copyProperties, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, getId
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Field Detail

styleClass

protected String styleClass
Deprecated. 

target

protected String target
Deprecated. 

hrefText

protected String hrefText
Deprecated. 
Constructor Detail

LinkControlDefinition

public LinkControlDefinition()
Deprecated. 
Method Detail

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.