org.wicketopia.editor
Interface PropertyEditorTypeMapping
public interface PropertyEditorTypeMapping
Maintains a mapping between property types and their default editor types.
- Since:
- 1.0
Method Summary |
String |
getEditorType(org.metastopheles.PropertyMetaData propertyMetadata)
Returns the editor type for the property type |
getEditorType
String getEditorType(org.metastopheles.PropertyMetaData propertyMetadata)
- Returns the editor type for the property type
- Parameters:
propertyMetadata
- the property metadata
- Returns:
- the editor type
Copyright © 2010-2013. All Rights Reserved.