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
ConstructorsModifierConstructorDescriptionprotectedAbstractMultivalueDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.saperion.rmi.SaPropertyValueImplgetSaPropertyValue(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, waitMethods 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 aSaPropertyValueImplfrom the list of values.- Parameters:
saValues- list of values- Returns:
- a new SaPropertyValueImpl with the values and the proper field-type
-