info.magnolia.ui.form.field.converter
Interface IdentifierToPathConverter

All Superinterfaces:
com.vaadin.data.util.converter.Converter<String,String>, Serializable
All Known Implementing Classes:
BaseIdentifierToPathConverter

public interface IdentifierToPathConverter
extends com.vaadin.data.util.converter.Converter<String,String>

Base definition for Converter used to switch between node Path and Identifier.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vaadin.data.util.converter.Converter
com.vaadin.data.util.converter.Converter.ConversionException
 
Method Summary
 void setWorkspaceName(String workspaceName)
           
 
Methods inherited from interface com.vaadin.data.util.converter.Converter
convertToModel, convertToPresentation, getModelType, getPresentationType
 

Method Detail

setWorkspaceName

void setWorkspaceName(String workspaceName)
Parameters:
workspaceName - Used to retrieve an identifier form a path.


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.