|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ControlDefinition
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 |
---|
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()
String getScript()
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.void setScript(String script)
script
- String getValuesFinderClass()
String getBusinessObjectClass()
String getKeyAttribute()
String getLabelAttribute()
Boolean getIncludeBlankRow()
Boolean getIncludeKeyInLabel()
includeKeyInLabel
- void setSize(Integer size)
size
- Integer getSize()
void setRows(Integer rows)
rows
- Integer getRows()
void setCols(Integer cols)
cols
- Integer getCols()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |