Class TimeZoneManager.Util
java.lang.Object
hu.rts.mike.example.dev.crm.session.TimeZoneManager.Util
- Enclosing class:
- TimeZoneManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic booleanisSet()static <T> com.vaadin.flow.data.binder.Setter<T,LocalDateTime> static <T> com.vaadin.flow.function.ValueProvider<T,LocalDateTime> static LocalDateTimestatic Instanttranslate(LocalDateTime localDateTime)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
isSet
public static boolean isSet() -
getTimeZoneOffsetSec
public static int getTimeZoneOffsetSec() -
translate
-
translate
-
translate
public static <T> com.vaadin.flow.function.ValueProvider<T,LocalDateTime> translate(com.vaadin.flow.function.ValueProvider<T, Instant> instantProvider) -
translate
public static <T> com.vaadin.flow.data.binder.Setter<T,LocalDateTime> translate(com.vaadin.flow.data.binder.Setter<T, Instant> instantSetter)
-