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 SummaryFieldsModifier and TypeFieldDescriptionprotected final com.saperion.ngc.iform.xml.EditFieldType
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.saperion.rmi.SaPropertyValueImplgetSaPropertyValue(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, waitMethods inherited from interface com.saperion.ngc.iform.field.lookup.multi.MultivalueDataHandlerclear, getObjectValue, getPropertyValue, getText, parseText, setObjectValue, setPropertyValue
- 
Field Details- 
editFieldprotected final com.saperion.ngc.iform.xml.EditFieldType editField
 
- 
- 
Constructor Details- 
AbstractMultivalueDataHandlerprotected AbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) - Parameters:
- editField- field-type information
 
 
- 
- 
Method Details- 
getSaPropertyValueprotected com.saperion.rmi.SaPropertyValueImpl getSaPropertyValue(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
 
 
-