Class MultivalueDoubleDataHandler
java.lang.Object
com.saperion.ngc.iform.field.lookup.multi.AbstractMultivalueDataHandler
com.saperion.ngc.iform.field.lookup.multi.MultivalueDoubleDataHandler
- All Implemented Interfaces:
- MultivalueDataHandler,- Serializable
Datahandler for multivalue-fields with 
Double values.- See Also:
- 
Field SummaryFields inherited from class com.saperion.ngc.iform.field.lookup.multi.AbstractMultivalueDataHandlereditField
- 
Constructor SummaryConstructorsConstructorDescriptionMultivalueDoubleDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()Clears all values contained in the field.com.saperion.intf.SaPropertyValuegetText()voidReads the data from the text entered in the field.voidsetObjectValue(Object value) Sets the value of this field.voidsetPropertyValue(com.saperion.intf.SaPropertyValue value) Sets the value of this field.Methods inherited from class com.saperion.ngc.iform.field.lookup.multi.AbstractMultivalueDataHandlergetSaPropertyValue
- 
Constructor Details- 
MultivalueDoubleDataHandlerpublic MultivalueDoubleDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) - Parameters:
- editField- field definition of the field that uses this datahandler
 
 
- 
- 
Method Details- 
parseTextDescription copied from interface:MultivalueDataHandlerReads the data from the text entered in the field. This methods throws an IllegalArgumentException when parsing the data failed.- Parameters:
- text- field's text
 
- 
getText- Returns:
- current data as string to be written to the field.
 
- 
clearpublic void clear()Description copied from interface:MultivalueDataHandlerClears all values contained in the field.
- 
getObjectValue- Returns:
- the data handled by this datahandler as object. It will be a java.util.List.
 
- 
setObjectValueDescription copied from interface:MultivalueDataHandlerSets the value of this field. Accepts a T or Collection<T>.- Parameters:
- value- to set
 
- 
setPropertyValuepublic void setPropertyValue(com.saperion.intf.SaPropertyValue value) Description copied from interface:MultivalueDataHandlerSets the value of this field.- Parameters:
- value- property value to set
 
- 
getPropertyValuepublic com.saperion.intf.SaPropertyValue getPropertyValue()- Returns:
- the values of this field as SaPropertyValue
 
 
-