Package com.jalios.jcms.taglib
Class MemberPhotoGroupTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- com.jalios.jcms.taglib.IncludeTag
-
- com.jalios.jcms.taglib.MemberPhotoGroupTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class MemberPhotoGroupTag extends IncludeTag
Tag used to display a group ofMemberPhotoTag
- Since:
- jcms-10.0.8
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MemberPhotoGroupTag.GroupPhotoSize
static class
MemberPhotoGroupTag.HoverMode
static class
MemberPhotoGroupTag.MoreButtonAction
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SWITCH_TO_MODAL_LIMIT_PROP
-
Fields inherited from class com.jalios.jcms.taglib.IncludeTag
INCLUDE_BODY, INCLUDE_CONTEXT, JCMS_RESOURCE_INCLUDE_PREFIX_PROP
-
-
Constructor Summary
Constructors Constructor Description MemberPhotoGroupTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clean()
int
doStartTag()
java.lang.String
getCss()
MemberPhotoGroupTag.HoverMode
getHoverMode()
java.lang.String
getHtmlAttributes()
java.lang.String
getLabel()
int
getMax()
java.util.Collection<Member>
getMembers()
java.lang.String
getModalTitle()
java.lang.String
getModalUrl()
MemberPhotoGroupTag.MoreButtonAction
getMoreButtonAction()
java.lang.String
getMoreButtonlabel()
MemberPhotoGroupTag.GroupPhotoSize
getPhotoSize()
boolean
isShowStatus()
void
setContext(java.util.Map<java.lang.String,java.lang.Object> map, java.lang.String body)
void
setCss(java.lang.String css)
void
setHoverMode(MemberPhotoGroupTag.HoverMode hoverMode)
void
setHtmlAttributes(java.lang.String htmlAttributes)
void
setLabel(java.lang.String label)
void
setMax(int max)
void
setMembers(java.util.Collection<Member> members)
void
setModalTitle(java.lang.String modalTitle)
void
setModalUrl(java.lang.String modalUrl)
void
setMoreButtonAction(MemberPhotoGroupTag.MoreButtonAction moreButtonAction)
void
setMoreButtonlabel(java.lang.String moreButtonlabel)
void
setPhotoSize(MemberPhotoGroupTag.GroupPhotoSize photoSize)
void
setShowStatus(boolean showStatus)
-
Methods inherited from class com.jalios.jcms.taglib.IncludeTag
doAfterBody, doBeforeBody, doEndTag, doInitBody, getClazz, getFile, getId, getIncludeBoolean, getIncludeObject, getIncludeString, getJsp, getPub, getResource, getTarget, getTargetContext, getUsage, include, include, notRecusiveInclude, printErrorMessage, setClazz, setFile, setId, setIncludeString, setJsp, setPub, setResource, setTarget, setTargetContext, setUsage, skipInclude
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
-
-
-
-
Field Detail
-
SWITCH_TO_MODAL_LIMIT_PROP
public static final java.lang.String SWITCH_TO_MODAL_LIMIT_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
clean
public void clean()
- Overrides:
clean
in classIncludeTag
-
setContext
public void setContext(java.util.Map<java.lang.String,java.lang.Object> map, java.lang.String body)
- Overrides:
setContext
in classIncludeTag
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classIncludeTag
- Throws:
javax.servlet.jsp.JspException
-
getCss
public java.lang.String getCss()
-
setCss
public void setCss(java.lang.String css)
-
getHtmlAttributes
public java.lang.String getHtmlAttributes()
-
setHtmlAttributes
public void setHtmlAttributes(java.lang.String htmlAttributes)
-
getPhotoSize
public MemberPhotoGroupTag.GroupPhotoSize getPhotoSize()
-
setPhotoSize
public void setPhotoSize(MemberPhotoGroupTag.GroupPhotoSize photoSize)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getMax
public int getMax()
-
setMax
public void setMax(int max)
-
getMoreButtonAction
public MemberPhotoGroupTag.MoreButtonAction getMoreButtonAction()
-
setMoreButtonAction
public void setMoreButtonAction(MemberPhotoGroupTag.MoreButtonAction moreButtonAction)
-
getHoverMode
public MemberPhotoGroupTag.HoverMode getHoverMode()
-
setHoverMode
public void setHoverMode(MemberPhotoGroupTag.HoverMode hoverMode)
-
getMembers
public java.util.Collection<Member> getMembers()
-
setMembers
public void setMembers(java.util.Collection<Member> members)
-
setShowStatus
public void setShowStatus(boolean showStatus)
-
isShowStatus
public boolean isShowStatus()
-
getModalUrl
public java.lang.String getModalUrl()
-
setModalUrl
public void setModalUrl(java.lang.String modalUrl)
-
setModalTitle
public void setModalTitle(java.lang.String modalTitle)
-
getMoreButtonlabel
public java.lang.String getMoreButtonlabel()
-
setMoreButtonlabel
public void setMoreButtonlabel(java.lang.String moreButtonlabel)
-
getModalTitle
public java.lang.String getModalTitle()
-
-