com.jgeppert.struts2.jquery.mobile.views.jsp.ui
Class CheckboxListTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts2.views.jsp.StrutsBodyTagSupport
              extended by org.apache.struts2.views.jsp.ComponentTagSupport
                  extended by org.apache.struts2.views.jsp.ui.AbstractUITag
                      extended by org.apache.struts2.views.jsp.ui.AbstractListTag
                          extended by org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
                              extended by org.apache.struts2.views.jsp.ui.CheckboxListTag
                                  extended by com.jgeppert.struts2.jquery.mobile.views.jsp.ui.CheckboxListTag
All Implemented Interfaces:
ThemeableTag, java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class CheckboxListTag
extends org.apache.struts2.views.jsp.ui.CheckboxListTag
implements ThemeableTag

Author:
Johannes Geppert
See Also:
CheckboxList, Serialized Form

Field Summary
protected  java.lang.String dataTheme
           
protected  java.lang.String horizontal
           
 
Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractListTag
list, listKey, listValue
 
Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, required, requiredposition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value
 
Fields inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
component
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CheckboxListTag()
           
 
Method Summary
 org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void populateParams()
           
 void setDataTheme(java.lang.String dataTheme)
           
 void setHorizontal(java.lang.String horizontal)
           
 
Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractListTag
setList, setListKey, setListValue
 
Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue
 
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
doEndTag, doStartTag, getComponent
 
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
findString, findValue, findValue, getBody, getStack, toString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

dataTheme

protected java.lang.String dataTheme

horizontal

protected java.lang.String horizontal
Constructor Detail

CheckboxListTag

public CheckboxListTag()
Method Detail

getBean

public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res)
Overrides:
getBean in class org.apache.struts2.views.jsp.ui.CheckboxListTag

populateParams

protected void populateParams()
Overrides:
populateParams in class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag

setDataTheme

public void setDataTheme(java.lang.String dataTheme)
Specified by:
setDataTheme in interface ThemeableTag

setHorizontal

public void setHorizontal(java.lang.String horizontal)


Copyright © 2012. All Rights Reserved.