|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.cc.framework.taglib.ScriptTagSupport
com.cc.framework.taglib.controls.PanelItemTag
Tag-Handler for the panel-item
Tag.
Field Summary | |
private PanelItemDesignModel |
designModel
DesignModel for the PanelItem |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
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 | |
PanelItemTag()
Constructor |
Method Summary | |
int |
doEndTag()
|
int |
doStartTag()
|
ClientHandler |
getClientHandler()
Returns the ClientHandler interface of the controls design model. |
protected PanelItemDesignModel |
getDesignModel()
Returns the PanelItemDesignModel |
void |
release()
|
protected void |
releaseDesignModel()
Releases the PanelItemDesignModel |
void |
setAction(java.lang.String action)
Specifies the Struts Action that is to be called in case of control element events. |
void |
setDetail(java.lang.String detail)
An additional descriptive text that is output below the title. |
void |
setFilter(java.lang.String filter)
Sets HTML filtering on or off |
void |
setLocale(java.lang.String locale)
Sets the Loacel configuration for this element |
void |
setPageContext(javax.servlet.jsp.PageContext pc)
|
void |
setPermission(java.lang.String permission)
With this attribute, access to the element can be restricted. |
void |
setTarget(java.lang.String target)
Sets the target attribute |
void |
setTitle(java.lang.String title)
The title of the item. |
void |
setTooltip(java.lang.String tooltip)
Tooltip Text that is displayed in a Popup window when the user moves the mouse over the title. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
private PanelItemDesignModel designModel
Constructor Detail |
public PanelItemTag()
Method Detail |
protected PanelItemDesignModel getDesignModel()
protected void releaseDesignModel()
public void setPageContext(javax.servlet.jsp.PageContext pc)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
Tag.setPageContext(PageContext pc)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
Tag.release()
public ClientHandler getClientHandler()
ScriptSupport
getClientHandler
in interface ScriptSupport
ScriptSupport.getClientHandler()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspException
Tag.doStartTag()
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspException
Tag.doEndTag()
public void setDetail(java.lang.String detail)
detail
- Detailpublic void setTitle(java.lang.String title)
title
- Titlepublic void setAction(java.lang.String action)
action
- The action to performpublic void setTooltip(java.lang.String tooltip)
tooltip
- Tooltippublic void setPermission(java.lang.String permission) throws javax.servlet.jsp.JspException
permission
- String witch stands for the required
authorization
javax.servlet.jsp.JspException
- If the Argument can't be converted to an object of type permissionSecurityUtil
public void setTarget(java.lang.String target)
target
- the target attributepublic void setFilter(java.lang.String filter) throws javax.servlet.jsp.JspException
filter
- Boolean String
javax.servlet.jsp.JspException
- If the argument can't be converted into an
object of type booleanpublic void setLocale(java.lang.String locale)
locale
- Locale Identifier or true|false
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |