Interface ControlDefinition
- All Superinterfaces:
DataDictionaryDefinition,DictionaryBean,Serializable
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getCols()Deprecated.Deprecated.Deprecated.Deprecated.Gets the flag that indicates if the labels the ValuesFinder class returns should include the key.Deprecated.Deprecated.getRows()Deprecated.Deprecated.getSize()Deprecated.Deprecated.Deprecated.booleanisButton()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanisFile()Deprecated.booleanisHidden()Deprecated.booleanDeprecated.booleanisLink()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanisRadio()Deprecated.booleanisRanged()Deprecated.booleanisSelect()Deprecated.booleanisText()Deprecated.booleanDeprecated.booleanDeprecated.voidsetBusinessObjectClass(String businessObjectClass) Deprecated.Sets the BO Class used for the KeyLabelBusinessObjectValueFinder to retrieve the complete range of values for radiobutton and select controls.voidDeprecated.Sets the cols parameter for textarea controls.voidsetDatePicker(boolean datePicker) Deprecated.voidsetDatePickerFormat(String datePickerFormat) Deprecated.voidsetExpandedTextArea(boolean eTextArea) Deprecated.voidsetIncludeBlankRow(Boolean includeBlankRow) Deprecated.voidsetIncludeKeyInLabel(Boolean includeKeyInLabel) Deprecated.voidsetKeyAttribute(String keyAttribute) Deprecated.Sets the keyAttribute used for building radiobutton and select controls.voidsetLabelAttribute(String labelAttribute) Deprecated.Sets the labelAttribute used for building radiobutton and select controls.voidDeprecated.Sets the rows parameter for textarea controls.voidDeprecated.Sets the ScriptvoidDeprecated.Sets the size parameter for text controls.voidsetValuesFinderClass(String valuesFinderClass) Deprecated.Sets the Class used to retrieve the complete range of values for radiobutton and select controls.voidsetValuesFinderProperties(Map<String, Object> valuesFinderProperties) Deprecated.Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, completeValidation, getIdMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Method Details
-
isDatePicker
boolean isDatePicker()Deprecated. -
setDatePicker
void setDatePicker(boolean datePicker) Deprecated. -
getDatePickerFormat
String getDatePickerFormat()Deprecated. -
setDatePickerFormat
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
Deprecated.Sets the Class used to retrieve the complete range of values for radiobutton and select controls. -
setValuesFinderProperties
Deprecated. -
setBusinessObjectClass
Deprecated.Sets the BO Class used for the KeyLabelBusinessObjectValueFinder to retrieve the complete range of values for radiobutton and select controls. -
setKeyAttribute
Deprecated.Sets the keyAttribute used for building radiobutton and select controls. -
setLabelAttribute
Deprecated.Sets the labelAttribute used for building radiobutton and select controls. -
setIncludeBlankRow
Deprecated. -
setIncludeKeyInLabel
Deprecated.- Parameters:
includeKeyInLabel- whether to include the key with the label to be displayed or not.
-
setScript
Deprecated.Sets the Script -
getValuesFinderClass
String getValuesFinderClass()Deprecated.- Returns:
- Class used to retrieve the complete range of values for radiobutton and select controls.
-
getValuesFinderProperties
Deprecated. -
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.- Returns:
- true if the key should be included in the label
-
setSize
Deprecated.Sets the size parameter for text controls. -
getSize
Integer getSize()Deprecated.- Returns:
- size parameters for text controls
-
setRows
Deprecated.Sets the rows parameter for textarea controls. -
getRows
Integer getRows()Deprecated.- Returns:
- rows parameters for textarea controls
-
setCols
Deprecated.Sets the cols parameter for textarea controls. -
getCols
Integer getCols()Deprecated.- Returns:
- cols parameter for textarea controls.
-