@Deprecated public interface ControlDefinition extends DataDictionaryDefinition
Modifier and Type | Method and Description |
---|---|
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.
|
completeValidation, completeValidation, getId
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
boolean isDatePicker()
void setDatePicker(boolean datePicker)
boolean isExpandedTextArea()
void setExpandedTextArea(boolean eTextArea)
boolean isCheckbox()
boolean isHidden()
boolean isRadio()
boolean isSelect()
boolean isMultiselect()
boolean isText()
boolean isTextarea()
boolean isCurrency()
boolean isKualiUser()
boolean isWorkflowWorkgroup()
boolean isFile()
boolean isLookupHidden()
boolean isLookupReadonly()
boolean isButton()
boolean isLink()
boolean isRanged()
void setValuesFinderClass(String valuesFinderClass)
valuesFinderClass
- void setBusinessObjectClass(String businessObjectClass)
businessObjectClass
- void setKeyAttribute(String keyAttribute)
keyAttribute
- void setLabelAttribute(String labelAttribute)
labelAttribute
- void setIncludeBlankRow(Boolean includeBlankRow)
void setIncludeKeyInLabel(Boolean includeKeyInLabel)
includeKeyInLabel
- whether to include the key with the label to be displayed or not.String getValuesFinderClass()
String getBusinessObjectClass()
String getKeyAttribute()
String getLabelAttribute()
Boolean getIncludeBlankRow()
Boolean getIncludeKeyInLabel()
void setSize(Integer size)
size
- void setRows(Integer rows)
rows
- void setCols(Integer cols)
cols
- Copyright © 2005–2014 The Kuali Foundation. All rights reserved.