org.kuali.rice.kns.datadictionary.control
Class WorkflowWorkgroupControlDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
              extended by org.kuali.rice.kns.datadictionary.control.WorkflowWorkgroupControlDefinition
All Implemented Interfaces:
Serializable, ControlDefinition, DataDictionaryDefinition, DictionaryBean, org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
public class WorkflowWorkgroupControlDefinition
extends ControlDefinitionBase

The workflowWorkgroup element control is used to identify the field as being a Workgroup Name field. The magnifying glass will do a WorkGroup Lookup into the workflow system. The Workgroup Name will be returned from the lookup. This control also displays some special icons next to the magnifying glass.

See Also:
Serialized Form

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.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
WorkflowWorkgroupControlDefinition()
          Deprecated.  
 
Method Summary
 boolean isWorkflowWorkgroup()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
completeValidation, equals, getBusinessObjectClass, getCols, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isSelect, isText, isTextarea, setBusinessObjectClass, setCols, setDatePicker, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
getId
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

Constructor Detail

WorkflowWorkgroupControlDefinition

public WorkflowWorkgroupControlDefinition()
Deprecated. 
Method Detail

isWorkflowWorkgroup

public boolean isWorkflowWorkgroup()
Deprecated. 
Specified by:
isWorkflowWorkgroup in interface ControlDefinition
Overrides:
isWorkflowWorkgroup in class ControlDefinitionBase
Returns:
true if the ControlDefinition instance represents a workflow workgroup control
See Also:
ControlDefinitionBase#isWorkgroup()

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.