com.exadel.vpe.editor.dnd
Class AbsoluteFilePathAttributeValueLoader

java.lang.Object
  extended bycom.exadel.vpe.editor.dnd.AbsoluteFilePathAttributeValueLoader
All Implemented Interfaces:
IAttributeValueLoader

public class AbsoluteFilePathAttributeValueLoader
extends java.lang.Object
implements IAttributeValueLoader


Constructor Summary
AbsoluteFilePathAttributeValueLoader(java.lang.String pathAttributeName, java.lang.String widthAttributeName, java.lang.String heightAttributeName)
           
 
Method Summary
 void fillTagAttributes(IDropWizardModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteFilePathAttributeValueLoader

public AbsoluteFilePathAttributeValueLoader(java.lang.String pathAttributeName,
                                            java.lang.String widthAttributeName,
                                            java.lang.String heightAttributeName)
Method Detail

fillTagAttributes

public void fillTagAttributes(IDropWizardModel model)
Specified by:
fillTagAttributes in interface IAttributeValueLoader