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

Packages that use ControlDefinition
org.kuali.rice.kns.datadictionary.control Copyright 2005-2013 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   
org.kuali.rice.krad.service   
org.kuali.rice.krad.service.impl   
 

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
          Deprecated. 
 

Methods in org.kuali.rice.krad.datadictionary that return ControlDefinition
 ControlDefinition AttributeDefinition.getControl()
          Deprecated. 
 ControlDefinition ExternalizableAttributeDefinitionProxy.getControl()
           
 

Methods in org.kuali.rice.krad.datadictionary with parameters of type ControlDefinition
 void AttributeDefinition.setControl(ControlDefinition control)
          Deprecated. 
 

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-2013 The Kuali Foundation. All Rights Reserved.