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 allMultivalueDataHandler
implementations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.saperion.ngc.iform.xml.EditFieldType
editField
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.saperion.rmi.SaPropertyValueImpl
getSaPropertyValue(java.util.List<com.saperion.intf.SaValue> saValues)
Creates aSaPropertyValueImpl
from 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 aSaPropertyValueImpl
from the list of values.- Parameters:
saValues
- list of values- Returns:
- a new SaPropertyValueImpl with the values and the proper field-type
-
-