Uses of Class
com.jalios.jcms.calendar.CalendarEventInterface.IconSize
-
Packages that use CalendarEventInterface.IconSize Package Description com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform. -
-
Uses of CalendarEventInterface.IconSize in com.jalios.jcms.calendar
Methods in com.jalios.jcms.calendar that return CalendarEventInterface.IconSize Modifier and Type Method Description static CalendarEventInterface.IconSize
CalendarEventInterface.IconSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalendarEventInterface.IconSize[]
CalendarEventInterface.IconSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.calendar with parameters of type CalendarEventInterface.IconSize Modifier and Type Method Description protected java.lang.String
AbstractCalendarEvent. getDataIcon(CalendarEventInterface.IconSize size)
java.lang.String
AbstractCalendarEvent. getDataIconHtml(java.lang.String lang, CalendarEventInterface.IconSize size)
java.lang.String
CalendarEventInterface. getDataIconHtml(java.lang.String lang, CalendarEventInterface.IconSize size)
Deprecated.Compute html icon for this event by specifying a size in parameter.
-