public class MultivalueIntDataHandler extends AbstractMultivalueDataHandler
Integer values.editField| Constructor and Description |
|---|
MultivalueIntDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all values contained in the field.
|
Object |
getObjectValue() |
com.saperion.intf.SaPropertyValue |
getPropertyValue() |
String |
getText() |
void |
parseText(String text)
Reads the data from the text entered in the field.
|
void |
setObjectValue(Object value)
Sets the value of this field.
|
void |
setPropertyValue(com.saperion.intf.SaPropertyValue value)
Sets the value of this field.
|
getSaPropertyValuepublic MultivalueIntDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField)
editField - definition of the field that will use this handlerpublic void parseText(String text)
MultivalueDataHandlertext - field's textpublic String getText()
public void clear()
MultivalueDataHandlerpublic Object getObjectValue()
public void setObjectValue(Object value)
MultivalueDataHandlervalue - to setpublic void setPropertyValue(com.saperion.intf.SaPropertyValue value)
MultivalueDataHandlervalue - property value to setpublic com.saperion.intf.SaPropertyValue getPropertyValue()
SaPropertyValueCopyright © 2016 SAPERION AG. All rights reserved.