Uses of Class
com.jalios.jcms.PhotoSize
-
Packages that use PhotoSize Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags. -
-
Uses of PhotoSize in com.jalios.jcms
Methods in com.jalios.jcms that return PhotoSize Modifier and Type Method Description static PhotoSize
PhotoSize. getPhotoSize(int index)
static PhotoSize
PhotoSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PhotoSize[]
PhotoSize. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PhotoSize in com.jalios.jcms.taglib
Methods in com.jalios.jcms.taglib with parameters of type PhotoSize Modifier and Type Method Description void
MemberPhotoTag. setSize(PhotoSize size)
-