Class AbstractMultivalueDataHandler
- java.lang.Object
- 
- com.saperion.ngc.iform.field.lookup.multi.AbstractMultivalueDataHandler
 
- 
- All Implemented Interfaces:
- MultivalueDataHandler,- java.io.Serializable
 - Direct Known Subclasses:
- MultivalueDateDataHandler,- MultivalueDoubleDataHandler,- MultivalueIntDataHandler,- MultivalueStringDataHandler
 
 public abstract class AbstractMultivalueDataHandler extends java.lang.Object implements MultivalueDataHandler Abstract superclass for allMultivalueDataHandlerimplementations.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected com.saperion.ngc.iform.xml.EditFieldTypeeditField
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.saperion.rmi.SaPropertyValueImplgetSaPropertyValue(java.util.List<com.saperion.intf.SaValue> saValues)Creates aSaPropertyValueImplfrom the list of values.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.saperion.ngc.iform.field.lookup.multi.MultivalueDataHandlerclear, getObjectValue, getPropertyValue, getText, parseText, setObjectValue, setPropertyValue
 
- 
 
- 
- 
- 
Method Detail- 
getSaPropertyValueprotected com.saperion.rmi.SaPropertyValueImpl getSaPropertyValue(java.util.List<com.saperion.intf.SaValue> saValues) Creates aSaPropertyValueImplfrom the list of values.- Parameters:
- saValues- list of values
- Returns:
- a new SaPropertyValueImpl with the values and the proper field-type
 
 
- 
 
-