| Modifier and Type | Method and Description |
|---|---|
protected ViewTypeDictionaryIndex |
UifDictionaryIndex.getTypeIndex(UifConstants.ViewType viewType)
Retrieves the
ViewTypeDictionaryIndex instance for the given
view type name. |
View |
UifDictionaryIndex.getViewByTypeIndex(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Retrieves a
View instance that is of the given type based on
the index key |
View |
DataDictionary.getViewByTypeIndex(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Returns View instance identified by the view type name and index
|
View |
DataDictionaryMapper.getViewByTypeIndex(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Called to retrieve a
View instance that is of the given type
based on the index key |
View |
DataDictionaryIndexMapper.getViewByTypeIndex(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName,
Map<String,String> indexKey) |
org.springframework.beans.PropertyValues |
UifDictionaryIndex.getViewPropertiesByType(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Retrieves the configured property values for the view bean definition associated with the given type and
index
|
org.springframework.beans.PropertyValues |
DataDictionary.getViewPropertiesByType(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Retrieves the configured property values for the view bean definition associated with the given type and
index
|
org.springframework.beans.PropertyValues |
DataDictionaryMapper.getViewPropertiesByType(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Retrieves the configured property values for the view bean definition associated with the given type and
index
|
org.springframework.beans.PropertyValues |
DataDictionaryIndexMapper.getViewPropertiesByType(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName,
Map<String,String> indexKey) |
List<View> |
UifDictionaryIndex.getViewsForType(UifConstants.ViewType viewTypeName)
Gets all
View prototypes configured for the given view type
name |
List<View> |
DataDictionary.getViewsForType(UifConstants.ViewType viewTypeName)
Gets all
View prototypes configured for the given view type
name |
List<View> |
DataDictionaryMapper.getViewsForType(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName)
Gets all
View prototypes configured for the given view type
name |
List<View> |
DataDictionaryIndexMapper.getViewsForType(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName) |
boolean |
UifDictionaryIndex.viewByTypeExist(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Indicates whether a
View exists for the given view type and index information |
boolean |
DataDictionary.viewByTypeExist(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Indicates whether a
View exists for the given view type and index information |
boolean |
DataDictionaryMapper.viewByTypeExist(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Indicates whether a
View exists for the given view type and index information |
boolean |
DataDictionaryIndexMapper.viewByTypeExist(UifDictionaryIndex index,
UifConstants.ViewType viewTypeName,
Map<String,String> indexKey) |
| Modifier and Type | Method and Description |
|---|---|
View |
DataDictionaryService.getViewByTypeIndex(UifConstants.ViewType viewTypeName,
Map<String,String> indexKey)
Returns View instance identified by the view type name and index
|
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.ViewType |
UifConstants.ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.ViewType[] |
UifConstants.ViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UifConstants.ViewType |
ViewTypeService.getViewTypeName()
Gives the view type name that is supported by the type service
|
| Modifier and Type | Method and Description |
|---|---|
View |
ViewService.getViewByType(UifConstants.ViewType viewType,
Map<String,String> parameters)
Retrieves the
View instance that is of the given view type and matches the
given parameters (that are applicable for that type). |
ViewTypeService |
ViewService.getViewTypeService(UifConstants.ViewType viewType) |
| Modifier and Type | Method and Description |
|---|---|
UifConstants.ViewType |
ViewModel.getViewTypeName()
Name for the type of view being requested.
|
UifConstants.ViewType |
View.getViewTypeName()
View type name the view is associated with the view instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewModel.setViewTypeName(UifConstants.ViewType viewTypeName)
Setter for the view type name
|
void |
View.setViewTypeName(UifConstants.ViewType viewTypeName)
Setter for the view's type name
|
| Modifier and Type | Field and Description |
|---|---|
protected UifConstants.ViewType |
UifFormBase.viewTypeName |
| Modifier and Type | Method and Description |
|---|---|
UifConstants.ViewType |
UifFormBase.getViewTypeName() |
| Modifier and Type | Method and Description |
|---|---|
void |
UifFormBase.setViewTypeName(UifConstants.ViewType viewTypeName) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.