info.joseluismartin.vaadin.ui.form
Class SizeFieldProcessor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizeFieldProcessor
public SizeFieldProcessor()
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.