public interface TemplateRegistry
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
getComponentBuilderForType(String type)
Return a ComponentBuilder for the given type.
|
String |
getOperationForType(String type)
Return an operator for the given type to be used as a default proposition parameter value.
|
TemplateInfo |
getTemplateForType(String type)
Returns a TemplateInfo with the bean names for the ui to display for the given type.
|
String |
getTermSpecNameForType(String type)
Return the termspec name for the given type.
|
String |
getValueForType(String type)
Return a constant value for the given type to be used as a default proposition parameter value.
|
TemplateInfo getTemplateForType(String type)
type
- String getTermSpecNameForType(String type)
type
- String getOperationForType(String type)
type
- String getValueForType(String type)
type
- ComponentBuilder getComponentBuilderForType(String type)
type
- Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.