public class MultivalueDateDataHandler extends Object implements MultivalueDataHandler
Date
values.Constructor and Description |
---|
MultivalueDateDataHandler(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.
|
public MultivalueDateDataHandler(com.saperion.ngc.iform.xml.EditFieldType editField)
editField
- definition of the field that will use this handlerpublic void parseText(String text)
MultivalueDataHandler
parseText
in interface MultivalueDataHandler
text
- field's textpublic String getText()
getText
in interface MultivalueDataHandler
public void clear()
MultivalueDataHandler
clear
in interface MultivalueDataHandler
public Object getObjectValue()
getObjectValue
in interface MultivalueDataHandler
public void setObjectValue(Object value)
MultivalueDataHandler
setObjectValue
in interface MultivalueDataHandler
value
- to setpublic void setPropertyValue(com.saperion.intf.SaPropertyValue value)
MultivalueDataHandler
setPropertyValue
in interface MultivalueDataHandler
value
- property value to setpublic com.saperion.intf.SaPropertyValue getPropertyValue()
getPropertyValue
in interface MultivalueDataHandler
SaPropertyValue
Copyright © 2016 SAPERION AG. All rights reserved.