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

java.lang.Object
  extended by org.kuali.rice.kns.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, org.springframework.beans.factory.InitializingBean

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
private static long serialVersionUID
           
 
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
WorkflowWorkgroupControlDefinition()
           
 
Method Summary
 boolean isWorkflowWorkgroup()
           
 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, isText, isTextarea, 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WorkflowWorkgroupControlDefinition

public WorkflowWorkgroupControlDefinition()
Method Detail

isWorkflowWorkgroup

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

toString

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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.