public class RadioTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
RadioTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
protected java.lang.String |
getPage() |
java.lang.String |
getPopover() |
java.lang.String |
getValue() |
boolean |
isChecked() |
boolean |
isDisabled() |
boolean |
isIgnoreRequestValue() |
boolean |
isInline() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setChecked(boolean checked) |
void |
setDescription(java.lang.String description) |
void |
setDisabled(boolean disabled) |
void |
setId(java.lang.String id) |
void |
setIgnoreRequestValue(boolean ignoreRequestValue) |
void |
setInline(boolean inline) |
void |
setLabel(java.lang.String label) |
void |
setName(java.lang.String name) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPopover(java.lang.String popover) |
void |
setValue(java.lang.String value) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic java.lang.String getDescription()
public java.lang.String getId()
public java.lang.String getLabel()
public java.lang.String getName()
public java.lang.String getPopover()
public java.lang.String getValue()
public boolean isChecked()
public boolean isDisabled()
public boolean isIgnoreRequestValue()
public boolean isInline()
public void setChecked(boolean checked)
public void setDescription(java.lang.String description)
public void setDisabled(boolean disabled)
public void setId(java.lang.String id)
public void setIgnoreRequestValue(boolean ignoreRequestValue)
public void setInline(boolean inline)
public void setLabel(java.lang.String label)
public void setName(java.lang.String name)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setPopover(java.lang.String popover)
public void setValue(java.lang.String value)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag