Class AbstractMultivalueDataHandler
java.lang.Object
com.saperion.ngc.iform.field.lookup.multi.AbstractMultivalueDataHandler
- All Implemented Interfaces:
MultivalueDataHandler
,Serializable
- Direct Known Subclasses:
MultivalueDateDataHandler
,MultivalueDoubleDataHandler
,MultivalueIntDataHandler
,MultivalueStringDataHandler
Abstract superclass for all
MultivalueDataHandler
implementations.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.saperion.ngc.iform.xml.EditFieldType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractMultivalueDataHandler
(com.saperion.ngc.iform.xml.EditFieldType editField) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.saperion.rmi.SaPropertyValueImpl
getSaPropertyValue
(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
-
Field Details
-
editField
protected final com.saperion.ngc.iform.xml.EditFieldType editField
-
-
Constructor Details
-
AbstractMultivalueDataHandler
protected AbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) - Parameters:
editField
- field-type information
-
-
Method Details
-
getSaPropertyValue
protected com.saperion.rmi.SaPropertyValueImpl getSaPropertyValue(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
-