Uses of Enum Class
com.flowingcode.vaadin.addons.relativetime.DateTimePartStyle
-
Uses of DateTimePartStyle in com.flowingcode.vaadin.addons.relativetime
Methods in com.flowingcode.vaadin.addons.relativetime that return DateTimePartStyleModifier and TypeMethodDescriptionstatic DateTimePartStyleReturns the enum constant of this class with the specified name.static DateTimePartStyle[]DateTimePartStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.relativetime with parameters of type DateTimePartStyleModifier and TypeMethodDescriptionRelativeTime.setDay(DateTimePartStyle style) Sets thedayattribute.RelativeTime.setHour(DateTimePartStyle style) Sets thehourattribute.RelativeTime.setMinute(DateTimePartStyle style) Sets theminuteattribute.RelativeTime.setMonth(DateTimePartStyle style) Sets themonthattribute.RelativeTime.setSecond(DateTimePartStyle style) Sets thesecondattribute.RelativeTime.setWeekday(DateTimePartStyle style) Sets theweekdayattribute.RelativeTime.setYear(DateTimePartStyle style) Sets theyearattribute.