@Deprecated public class LegacyPropertyHelper extends Object implements Serializable
| Constructor and Description |
|---|
LegacyPropertyHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLegacyToStringEnabled()
Deprecated.
Checks if legacy Property.toString() implementation is enabled.
|
static String |
legacyPropertyToString(Property p)
Deprecated.
Returns the property value converted to a String.
|
static void |
maybeLogLegacyPropertyToStringWarning(Property p)
Deprecated.
|
public static String legacyPropertyToString(Property p)
p - The propertypublic static void maybeLogLegacyPropertyToStringWarning(Property p)
public static boolean isLegacyToStringEnabled()
The legacy toString mode can be toggled using the "legacyPropertyToString" init parameter
Copyright © 2023 Vaadin Ltd. All rights reserved.