com.ideo.sweetdevria.taglib.tabLayout
Class TabContentTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ideo.sweetdevria.taglib.AbstractTagDrawer
com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
com.ideo.sweetdevria.taglib.BaseTagSupport
com.ideo.sweetdevria.taglib.BaseStateTagSupport
com.ideo.sweetdevria.taglib.tabLayout.TabContentTag
- All Implemented Interfaces:
- Hideable, IRiaTag, 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 TabContentTag
- extends BaseStateTagSupport
- implements IRiaTag, Hideable
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, 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 |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, 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.BodyTag |
doInitBody, setBodyContent |
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag |
doAfterBody |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
BUILDER_ID
protected static final java.lang.String BUILDER_ID
- Builder ID.
- See Also:
- Constant Field Values
url
protected java.lang.String url
iconClass
protected java.lang.String iconClass
removable
protected boolean removable
visible
protected boolean visible
preloaded
protected boolean preloaded
enabled
protected boolean enabled
label
protected java.lang.String label
tabSize
protected java.lang.String tabSize
TabContentTag
public TabContentTag()
- Default constructor.
release
public void release()
- Description copied from interface:
IRiaTag
- Release method which must call super.release !
- Specified by:
release
in interface IRiaTag
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BaseStateTagSupport
- See Also:
IRiaTag.release()
getBuilderId
public java.lang.String getBuilderId()
- Description copied from interface:
IRiaTag
- Return the targeted builder id for this component as specified in the configuration file.
- Specified by:
getBuilderId
in interface IRiaTag
- Specified by:
getBuilderId
in class AbstractTagDrawer
- Returns:
- id targeted builder id
- See Also:
AbstractTagDrawer.getBuilderId()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from interface:
IRiaTag
- Default processing of the start tag.
- Specified by:
doStartTag
in interface IRiaTag
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class AbstractComponentTagSupport
- Returns:
- EVAL_BODY_AGAIN, EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY or SKIP_PAGE.
- Throws:
javax.servlet.jsp.JspException
- See Also:
IRiaTag.doStartTag()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Description copied from interface:
IRiaTag
- Default processing of the end tag returning EVAL_PAGE.
- Specified by:
doEndTag
in interface IRiaTag
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class AbstractComponentTagSupport
- Returns:
- EVAL_PAGE or SKIP_PAGE.
- Throws:
javax.servlet.jsp.JspException
- See Also:
IRiaTag.doEndTag()
isLoaded
public boolean isLoaded()
getModel
public TabContentModel getModel()
- Returns:
- the model associated for this tag
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
isRemovable
public boolean isRemovable()
setRemovable
public void setRemovable(boolean removable)
isPreloaded
public boolean isPreloaded()
setPreloaded
public void setPreloaded(boolean preload)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
isSelected
public boolean isSelected()
getTabSize
public java.lang.String getTabSize()
setTabSize
public void setTabSize(java.lang.String tabSize)
setSelected
public void setSelected(boolean selected)
setId
public void setId(java.lang.String id)
- Overrides:
setId
in class BaseStateTagSupport
- See Also:
com.ideo.sweetdevria.taglib.AbstractComponentTagSupport#setId(final String id)
isAsIframe
public boolean isAsIframe()
setAsIframe
public void setAsIframe(boolean asIframe)
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)
getIconClass
public java.lang.String getIconClass()
setIconClass
public void setIconClass(java.lang.String iconClass)
Copyright © 2010 Ideo Technologies. All Rights Reserved.