Interface ControlDefinition

All Superinterfaces:
DataDictionaryDefinition, DictionaryBean, Serializable

@Deprecated public interface ControlDefinition extends DataDictionaryDefinition
Deprecated.
  • Method Details

    • isDatePicker

      boolean isDatePicker()
      Deprecated.
    • setDatePicker

      void setDatePicker(boolean datePicker)
      Deprecated.
    • getDatePickerFormat

      String getDatePickerFormat()
      Deprecated.
    • setDatePickerFormat

      void setDatePickerFormat(String datePickerFormat)
      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.
    • setValuesFinderProperties

      void setValuesFinderProperties(Map<String,Object> valuesFinderProperties)
      Deprecated.
    • 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.
    • setKeyAttribute

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

      void setLabelAttribute(String labelAttribute)
      Deprecated.
      Sets the labelAttribute used for building radiobutton and select controls.
    • 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
    • getValuesFinderClass

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

      Map<String,Object> 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

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

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

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

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

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

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