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.com.jalios.jcms.uicomponent -
-
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 that return PhotoSize Modifier and Type Method Description PhotoSize
MemberPhotoGroupTag.GroupPhotoSize. toMemberPhotoSize()
Methods in com.jalios.jcms.taglib with parameters of type PhotoSize Modifier and Type Method Description void
MemberTag. setPhotoSize(PhotoSize size)
void
MemberPhotoTag. setSize(PhotoSize size)
-
Uses of PhotoSize in com.jalios.jcms.uicomponent
Methods in com.jalios.jcms.uicomponent that return PhotoSize Modifier and Type Method Description PhotoSize
MemberPhoto. getPhotoSize()
Methods in com.jalios.jcms.uicomponent with parameters of type PhotoSize Modifier and Type Method Description MemberPhoto.MemberPhotoBuilder
MemberPhoto.MemberPhotoBuilder. photoSize(PhotoSize photoSize)
Constructors in com.jalios.jcms.uicomponent with parameters of type PhotoSize Constructor Description MemberPhotoBuilder(Member member, PhotoSize photoSize)
-