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.
|
getSaPropertyValue
public MultivalueIntDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField)
editField
- definition of the field that will use this handlerpublic void parseText(String text)
MultivalueDataHandler
text
- field's textpublic String getText()
public void clear()
MultivalueDataHandler
public Object getObjectValue()
public void setObjectValue(Object value)
MultivalueDataHandler
value
- to setpublic void setPropertyValue(com.saperion.intf.SaPropertyValue value)
MultivalueDataHandler
value
- property value to setpublic com.saperion.intf.SaPropertyValue getPropertyValue()
SaPropertyValue
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.