|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.data.util.LegacyPropertyHelper
@Deprecated public class LegacyPropertyHelper
Helper class which provides methods for handling Property.toString in a Vaadin 6 compatible way
Constructor Summary | |
---|---|
LegacyPropertyHelper()
Deprecated. |
Method Summary | |
---|---|
static boolean |
isLegacyToStringEnabled()
Deprecated. Checks if legacy Property.toString() implementation is enabled. |
static java.lang.String |
legacyPropertyToString(Property p)
Deprecated. Returns the property value converted to a String. |
static void |
maybeLogLegacyPropertyToStringWarning(Property p)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyPropertyHelper()
Method Detail |
---|
public static java.lang.String legacyPropertyToString(Property p)
p
- The property
public static void maybeLogLegacyPropertyToStringWarning(Property p)
public static boolean isLegacyToStringEnabled()
The legacy toString mode can be toggled using the "legacyPropertyToString" init parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |