Uses of Interface
org.kuali.rice.krad.datadictionary.control.ControlDefinition

Packages that use ControlDefinition
org.kuali.rice.kns.datadictionary.control Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.datadictionary Datadictionary classes and entry objects. 
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
 

Uses of ControlDefinition in org.kuali.rice.kns.datadictionary.control
 

Classes in org.kuali.rice.kns.datadictionary.control that implement ControlDefinition
 class ButtonControlDefinition
          Deprecated. 
 class CheckboxControlDefinition
          Deprecated. 
 class ControlDefinitionBase
          Deprecated. 
 class CurrencyControlDefinition
          Deprecated. 
 class FileControlDefinition
          Deprecated. 
 class HiddenControlDefinition
          Deprecated. 
 class KualiUserControlDefinition
          Deprecated. 
 class LinkControlDefinition
          Deprecated. 
 class LookupHiddenControlDefinition
          Deprecated. 
 class LookupReadonlyControlDefinition
          Deprecated. 
 class MultiselectControlDefinition
          Deprecated. 
 class MultivalueControlDefinitionBase
          Deprecated. 
 class RadioControlDefinition
          Deprecated. 
 class SelectControlDefinition
          Deprecated. 
 class TextareaControlDefinition
          Deprecated. 
 class TextControlDefinition
          Deprecated. 
 class WorkflowWorkgroupControlDefinition
          Deprecated. 
 

Uses of ControlDefinition in org.kuali.rice.krad.datadictionary
 

Fields in org.kuali.rice.krad.datadictionary declared as ControlDefinition
protected  ControlDefinition AttributeDefinition.control
           
 

Methods in org.kuali.rice.krad.datadictionary that return ControlDefinition
 ControlDefinition ExternalizableAttributeDefinitionProxy.getControl()
          If control wasn't set on this instance, use the value from its delegate.
 ControlDefinition AttributeDefinition.getControl()
           
 

Methods in org.kuali.rice.krad.datadictionary with parameters of type ControlDefinition
 void AttributeDefinition.setControl(ControlDefinition control)
          The control element defines the manner in which an attribute is displayed and the manner in which the attribute value is entered.
 

Uses of ControlDefinition in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return ControlDefinition
 ControlDefinition DataDictionaryService.getAttributeControlDefinition(Class dataObjectClass, String attributeName)
          the html control type used to render the field
 ControlDefinition DataDictionaryService.getAttributeControlDefinition(String entryName, String attributeName)
          the html control type used to render the field
 

Uses of ControlDefinition in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return ControlDefinition
 ControlDefinition DataDictionaryServiceImpl.getAttributeControlDefinition(Class dataObjectClass, String attributeName)
           
 ControlDefinition DataDictionaryServiceImpl.getAttributeControlDefinition(String entryName, String attributeName)
           
 



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