Uses of Enum
org.opencms.ui.favorites.CmsFavoriteEntry.Type
Packages that use CmsFavoriteEntry.Type
-
Uses of CmsFavoriteEntry.Type in org.opencms.ui.favorites
Methods in org.opencms.ui.favorites that return CmsFavoriteEntry.TypeModifier and TypeMethodDescriptionstatic CmsFavoriteEntry.TypeCmsFavoriteEntry.Type.fromJsonId(String id) Converts JSON id to correct type.CmsFavoriteEntry.getType()Gets the type.static CmsFavoriteEntry.TypeReturns the enum constant of this type with the specified name.static CmsFavoriteEntry.Type[]CmsFavoriteEntry.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ui.favorites with parameters of type CmsFavoriteEntry.TypeModifier and TypeMethodDescriptionvoidCmsFavoriteEntry.setType(CmsFavoriteEntry.Type type) Sets the type.