|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase org.kuali.rice.kns.datadictionary.control.TextControlDefinition
public class TextControlDefinition
The text element defines an HTML text control element. The size attribute defines the size of the field. If the datePicker option is entered, then the user will be able to select a date from a popup calendar.
Field Summary |
---|
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.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
TextControlDefinition()
|
Method Summary | |
---|---|
boolean |
isText()
|
java.lang.String |
toString()
|
Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase |
---|
completeValidation, equals, getBusinessObjectClass, getCols, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, hasScript, isApcSelect, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isSelect, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass |
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
afterPropertiesSet, getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.datadictionary.DataDictionaryDefinition |
---|
getId |
Constructor Detail |
---|
public TextControlDefinition()
Method Detail |
---|
public boolean isText()
isText
in interface ControlDefinition
isText
in class ControlDefinitionBase
ControlDefinition.isText()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |