info.joseluismartin.vaadin.ui.form
Class SizeFieldProcessor

java.lang.Object
  extended by info.joseluismartin.vaadin.ui.form.SizeFieldProcessor
All Implemented Interfaces:
FieldProcessor, Serializable

public class SizeFieldProcessor
extends Object
implements FieldProcessor, Serializable

Author:
Jose Luis Martin - (jlm@joseluismartin.info)
See Also:
Serialized Form

Constructor Summary
SizeFieldProcessor()
           
 
Method Summary
 String getDefaultHeight()
           
 String getDefaultWidth()
           
 Map<Object,String> getHeights()
           
 Map<Object,String> getWidths()
           
 void processField(com.vaadin.ui.Field field, Object propertyId)
          Process a Field
 void setDefaultHeight(String defaultHeight)
           
 void setDefaultWidth(String defaultWidth)
           
 void setHeights(Map<Object,String> heights)
           
 void setWidths(Map<Object,String> widths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SizeFieldProcessor

public SizeFieldProcessor()
Method Detail

processField

public void processField(com.vaadin.ui.Field field,
                         Object propertyId)
Process a Field

Specified by:
processField in interface FieldProcessor
Parameters:
field - Field to process
See Also:
ConfigurableFieldFactory

getDefaultWidth

public String getDefaultWidth()
Returns:
the defaultWidth

setDefaultWidth

public void setDefaultWidth(String defaultWidth)
Parameters:
defaultWidth - the defaultWidth to set

getDefaultHeight

public String getDefaultHeight()
Returns:
the defaultHeight

setDefaultHeight

public void setDefaultHeight(String defaultHeight)
Parameters:
defaultHeight - the defaultHeight to set

getWidths

public Map<Object,String> getWidths()
Returns:
the widths

setWidths

public void setWidths(Map<Object,String> widths)
Parameters:
widths - the widths to set

getHeights

public Map<Object,String> getHeights()
Returns:
the heights

setHeights

public void setHeights(Map<Object,String> heights)
Parameters:
heights - the heights to set


Copyright © 2012 JDAL. All Rights Reserved.