org.kuali.rice.krad.datadictionary.control
Interface ControlDefinition

All Superinterfaces:
DataDictionaryDefinition, DictionaryBean, Serializable
All Known Implementing Classes:
ButtonControlDefinition, CheckboxControlDefinition, ControlDefinitionBase, CurrencyControlDefinition, FileControlDefinition, HiddenControlDefinition, KualiUserControlDefinition, LinkControlDefinition, LookupHiddenControlDefinition, LookupReadonlyControlDefinition, MultiselectControlDefinition, MultivalueControlDefinitionBase, RadioControlDefinition, SelectControlDefinition, TextareaControlDefinition, TextControlDefinition, WorkflowWorkgroupControlDefinition

Deprecated.

@Deprecated
public interface ControlDefinition
extends DataDictionaryDefinition

ControlDefinition


Method Summary
 String getBusinessObjectClass()
          Deprecated.  
 Integer getCols()
          Deprecated.  
 Boolean getIncludeBlankRow()
          Deprecated.  
 Boolean getIncludeKeyInLabel()
          Deprecated. Gets the flag that indicates if the labels the ValuesFinder class returns should include the key.
 String getKeyAttribute()
          Deprecated.  
 String getLabelAttribute()
          Deprecated.  
 Integer getRows()
          Deprecated.  
 String getScript()
          Deprecated.  
 Integer getSize()
          Deprecated.  
 String getValuesFinderClass()
          Deprecated.  
 boolean isButton()
          Deprecated.  
 boolean isCheckbox()
          Deprecated.  
 boolean isCurrency()
          Deprecated.  
 boolean isDatePicker()
          Deprecated.  
 boolean isExpandedTextArea()
          Deprecated.  
 boolean isFile()
          Deprecated.  
 boolean isHidden()
          Deprecated.  
 boolean isKualiUser()
          Deprecated.  
 boolean isLink()
          Deprecated.  
 boolean isLookupHidden()
          Deprecated.  
 boolean isLookupReadonly()
          Deprecated.  
 boolean isMultiselect()
          Deprecated.  
 boolean isRadio()
          Deprecated.  
 boolean isRanged()
          Deprecated.  
 boolean isSelect()
          Deprecated.  
 boolean isText()
          Deprecated.  
 boolean isTextarea()
          Deprecated.  
 boolean isWorkflowWorkgroup()
          Deprecated.  
 void setBusinessObjectClass(String businessObjectClass)
          Deprecated. Sets the BO Class used for the KeyLabelBusinessObjectValueFinder to retrieve the complete range of values for radiobutton and select controls.
 void setCols(Integer cols)
          Deprecated. Sets the cols parameter for textarea controls.
 void setDatePicker(boolean datePicker)
          Deprecated.  
 void setExpandedTextArea(boolean eTextArea)
          Deprecated.  
 void setIncludeBlankRow(Boolean includeBlankRow)
          Deprecated.  
 void setIncludeKeyInLabel(Boolean includeKeyInLabel)
          Deprecated.  
 void setKeyAttribute(String keyAttribute)
          Deprecated. Sets the keyAttribute used for building radiobutton and select controls.
 void setLabelAttribute(String labelAttribute)
          Deprecated. Sets the labelAttribute used for building radiobutton and select controls.
 void setRows(Integer rows)
          Deprecated. Sets the rows parameter for textarea controls.
 void setScript(String script)
          Deprecated. Sets the Script
 void setSize(Integer size)
          Deprecated. Sets the size parameter for text controls.
 void setValuesFinderClass(String valuesFinderClass)
          Deprecated. Sets the Class used to retrieve the complete range of values for radiobutton and select controls.
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, getId
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

Method Detail

isDatePicker

boolean isDatePicker()
Deprecated. 

setDatePicker

void setDatePicker(boolean datePicker)
Deprecated. 

isExpandedTextArea

boolean isExpandedTextArea()
Deprecated. 

setExpandedTextArea

void setExpandedTextArea(boolean eTextArea)
Deprecated. 

isCheckbox

boolean isCheckbox()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML checkbox control

isHidden

boolean isHidden()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML hidden control

isRadio

boolean isRadio()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML radiobutton control

isSelect

boolean isSelect()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML select control

isMultiselect

boolean isMultiselect()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML select control

isText

boolean isText()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML text control

isTextarea

boolean isTextarea()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML textarea control

getScript

String getScript()
Deprecated. 
Returns:
any Script associated with this control

isCurrency

boolean isCurrency()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a currency control

isKualiUser

boolean isKualiUser()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a kualiUser control

isWorkflowWorkgroup

boolean isWorkflowWorkgroup()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a workflow workgroup control

isFile

boolean isFile()
Deprecated. 
Returns:
true if this ControlDefinition instance represents an HTML File control

isLookupHidden

boolean isLookupHidden()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a lookupHidden control

isLookupReadonly

boolean isLookupReadonly()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a lookupReadonly control

isButton

boolean isButton()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a button control

isLink

boolean isLink()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a link control

isRanged

boolean isRanged()
Deprecated. 
Returns:
true if the ControlDefinition instance represents a ranged (will render from and to fields) date control

setValuesFinderClass

void setValuesFinderClass(String valuesFinderClass)
Deprecated. 
Sets the Class used to retrieve the complete range of values for radiobutton and select controls.

Parameters:
valuesFinderClass -

setBusinessObjectClass

void setBusinessObjectClass(String businessObjectClass)
Deprecated. 
Sets the BO Class used for the KeyLabelBusinessObjectValueFinder to retrieve the complete range of values for radiobutton and select controls.

Parameters:
businessObjectClass -

setKeyAttribute

void setKeyAttribute(String keyAttribute)
Deprecated. 
Sets the keyAttribute used for building radiobutton and select controls.

Parameters:
keyAttribute -

setLabelAttribute

void setLabelAttribute(String labelAttribute)
Deprecated. 
Sets the labelAttribute used for building radiobutton and select controls.

Parameters:
labelAttribute -

setIncludeBlankRow

void setIncludeBlankRow(Boolean includeBlankRow)
Deprecated. 

setIncludeKeyInLabel

void setIncludeKeyInLabel(Boolean includeKeyInLabel)
Deprecated. 
Parameters:
includeKeyInLabel - whether to include the key with the label to be displayed or not.

setScript

void setScript(String script)
Deprecated. 
Sets the Script

Parameters:
script -

getValuesFinderClass

String getValuesFinderClass()
Deprecated. 
Returns:
Class used to retrieve the complete range of values for radiobutton and select controls.

getBusinessObjectClass

String getBusinessObjectClass()
Deprecated. 
Returns:
BO Class used for the KeyLabelBusinessObjectValueFinder to retrieve the complete range of values for radiobutton and select controls.

getKeyAttribute

String getKeyAttribute()
Deprecated. 
Returns:
the keyAttribute used for radiobutton and select controls.

getLabelAttribute

String getLabelAttribute()
Deprecated. 
Returns:
the labelAttribute used for radiobutton and select controls.

getIncludeBlankRow

Boolean getIncludeBlankRow()
Deprecated. 

getIncludeKeyInLabel

Boolean getIncludeKeyInLabel()
Deprecated. 
Gets the flag that indicates if the labels the ValuesFinder class returns should include the key.

Parameters:
includeKeyInLabel -

setSize

void setSize(Integer size)
Deprecated. 
Sets the size parameter for text controls.

Parameters:
size -

getSize

Integer getSize()
Deprecated. 
Returns:
size parameters for text controls

setRows

void setRows(Integer rows)
Deprecated. 
Sets the rows parameter for textarea controls.

Parameters:
rows -

getRows

Integer getRows()
Deprecated. 
Returns:
rows parameters for textarea controls

setCols

void setCols(Integer cols)
Deprecated. 
Sets the cols parameter for textarea controls.

Parameters:
cols -

getCols

Integer getCols()
Deprecated. 
Returns:
cols parameter for textarea controls.


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