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 Summary
Fields Modifier and Type Field Description protected com.saperion.ngc.iform.xml.EditFieldTypeeditField
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField)
-
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.saperion.ngc.iform.field.lookup.multi.MultivalueDataHandler
clear, getObjectValue, getPropertyValue, getText, parseText, setObjectValue, setPropertyValue
-
-
-
-
Method Detail
-
getSaPropertyValue
protected 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
-
-