Package com.vaadin.classic.v8.server
Class Helpers
java.lang.Object
com.vaadin.classic.v8.server.Helpers
- All Implemented Interfaces:
Serializable
Helper class for classic component pack internal things.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks whether the Vaadin 7 defaults should be used or not.static voidlogUnsupportedApiCall(Class<?> clazz, String methodName) Logs out a warning in development mode about unsupported API call of the given method in the given class.
-
Field Details
-
UNSUPPORTED_API_LOGGER_NAME
- See Also:
-
VAADIN_7_SYSTEM_PROPERTY
- See Also:
-
-
Method Details
-
logUnsupportedApiCall
Logs out a warning in development mode about unsupported API call of the given method in the given class.- Parameters:
clazz- the class that was calledmethodName- the name of the unsupported method that was called
-
isVaadin7Defaults
public static boolean isVaadin7Defaults()Checks whether the Vaadin 7 defaults should be used or not.- Returns:
trueto use V7 defaults,falseto not and use V8 defaults
-