|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractDIFTag
pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractInnerDIFTag
pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.Panel
public class Panel
Accordion interface
| Field Summary |
|---|
| Fields inherited from class pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractDIFTag |
|---|
DOCUMENT_ID, DOCUMENT_SECURITY_TOKEN, MAIN_RESPONSE_ID, PAGE_CONTENT_ATTRIBUTE |
| 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 | |
|---|---|
Panel()
|
|
| Method Summary | |
|---|---|
void |
addFootnote(FootnoteBean footnote)
Adds a new footnote to the container. |
void |
addFootnotes(java.util.List<FootnoteBean> footnotes)
Adds new footnotes to the container. |
void |
addPanel(PanelDefinition panel)
Adds a panel to the list |
protected void |
cleanUp()
Cleans the attributes for tag reuse |
void |
clearAllFootnotes()
Clears the container footnotes. |
boolean |
containsFootnote(java.lang.String id)
Checks if the container has already a footnote with the supplied id. |
int |
doEndTag()
|
int |
doStartTag()
|
PanelAlignment |
getAlign()
Inspector for the 'align' attribute. |
java.lang.Boolean |
getBorder()
Inspector for the 'border' attribute. |
java.lang.Boolean |
getCollapsed()
Inspector for the 'collapsed' attribute. |
java.lang.Boolean |
getCollapsible()
Inspector for the 'collapsible' attribute. |
java.lang.String |
getDescription()
Inspector for the 'description' attribute. |
FootnoteBean |
getFootnote(java.lang.String id)
Returns the footnote with the supplied id. |
int |
getFootnoteSequenceNumber()
Returns the next footnote sequence number. |
java.util.List<FootnoteBean> |
getFootnotesList()
Returns the list of footnotes. |
java.lang.Integer |
getHeight()
Inspector for the 'height' attribute. |
java.lang.String |
getId()
|
PageContainer |
getPageContainerTag()
|
PanelContainerDefinition |
getPanelContainerDefinition()
|
IPanelContainer |
getPanelContainerTag()
|
java.lang.Boolean |
getSplit()
Inspector for the 'split' attribute. |
java.lang.String |
getTitle()
|
java.lang.String |
getWidth()
Inspector for the 'width' attribute. |
Wizard |
getWizardContainerTag()
|
boolean |
hasFootnotes()
|
boolean |
isAccessible()
Inspector for the 'accessible' attribute. |
boolean |
isEnabled()
Inspector for the 'enabled' attribute. |
boolean |
isInsidePageContainer()
|
boolean |
isInsidePanelContainer()
|
boolean |
isInsideWizard()
|
void |
setAccessible(boolean accessible)
Modifier for the 'accessible' attribute. |
void |
setAlign(PanelAlignment align)
Modifier for the 'align' attribute. |
void |
setBorder(java.lang.Boolean border)
Modifier for the 'border' attribute. |
void |
setCollapsed(java.lang.Boolean collapsed)
Modifier for the 'collapsed' attribute. |
void |
setCollapsible(java.lang.Boolean collapsible)
Modifier for the 'collapsible' attribute. |
void |
setDescription(java.lang.String description)
Modifier for the 'description' attribute. |
void |
setEnabled(boolean enabled)
Modifier for the 'enabled' attribute. |
void |
setHeight(java.lang.Integer height)
Modifier for the 'height' attribute. |
void |
setId(java.lang.String id)
|
void |
setSplit(java.lang.Boolean split)
Modifier for the 'split' attribute. |
void |
setTitle(java.lang.String title)
|
void |
setWidth(java.lang.String width)
Modifier for the 'width' attribute. |
PanelDefinition |
toPanelDefinition()
|
| Methods inherited from class pt.digitalis.dif.presentation.views.jsp.taglibs.AbstractInnerDIFTag |
|---|
addHelpItem, bufferInnerContributions, flushContributions, flushContributions, flushContributions, getApplicationID, getComponentGeneratedId, getContributions, getDocumentTag, getLanguage, getLoggedProfileID, getLoggedProfileName, getLoggedUserFullName, getLoggedUserGroupIDs, getLoggedUsername, getMainDocumentTag, getMainRequestedStageID, getParentFootnoteContainerTag, getServiceID, getStageID, getTabIndexAttribute, getTabIndexAttribute, getTabIndexNumber, hasAccessToStage, hasAccessToStage, isLogged |
| 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, 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 pt.digitalis.dif.presentation.views.jsp.taglibs.interfaces.ITagExecutionContext |
|---|
getSecurityToken, getTagMessage, getTagMessages, getUILevel, isAjaxMode, isComponentMode, isHelpMode, isPopupMode, isTemplateMode |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public Panel()
| Method Detail |
|---|
public void addFootnote(FootnoteBean footnote)
IFootnoteContainer
addFootnote in interface IFootnoteContainerfootnote - the footnote to addIFootnoteContainer.addFootnote(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.FootnoteBean)public void addFootnotes(java.util.List<FootnoteBean> footnotes)
IFootnoteContainer
addFootnotes in interface IFootnoteContainerfootnotes - the footnotes to addIFootnoteContainer.addFootnotes(java.util.List)public void addPanel(PanelDefinition panel)
IPanelContainer
addPanel in interface IPanelContainerIPanelContainer.addPanel(pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.panels.PanelDefinition)protected void cleanUp()
public void clearAllFootnotes()
IFootnoteContainer
clearAllFootnotes in interface IFootnoteContainerIFootnoteContainer.clearAllFootnotes()public boolean containsFootnote(java.lang.String id)
IFootnoteContainer
containsFootnote in interface IFootnoteContainerid - the footnote id
IFootnoteContainer.containsFootnote(java.lang.String)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionBodyTagSupport.doEndTag()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionBodyTagSupport.doStartTag()public PanelAlignment getAlign()
public java.lang.Boolean getBorder()
public java.lang.Boolean getCollapsed()
public java.lang.Boolean getCollapsible()
public java.lang.String getDescription()
public FootnoteBean getFootnote(java.lang.String id)
IFootnoteContainer
getFootnote in interface IFootnoteContainerid - the footnote id
IFootnoteContainer.getFootnote(java.lang.String)public int getFootnoteSequenceNumber()
IFootnoteContainer
getFootnoteSequenceNumber in interface IFootnoteContainerIFootnoteContainer.getFootnoteSequenceNumber()public java.util.List<FootnoteBean> getFootnotesList()
IFootnoteContainer
getFootnotesList in interface IFootnoteContainerIFootnoteContainer.getFootnotesList()public java.lang.Integer getHeight()
public java.lang.String getId()
getId in interface ITagExecutionContextgetId in class javax.servlet.jsp.tagext.TagSupportpublic PageContainer getPageContainerTag()
public PanelContainerDefinition getPanelContainerDefinition()
getPanelContainerDefinition in interface IPanelContainerIPanelContainer.getPanelContainerDefinition()public IPanelContainer getPanelContainerTag()
public java.lang.Boolean getSplit()
public java.lang.String getTitle()
public java.lang.String getWidth()
public Wizard getWizardContainerTag()
public boolean hasFootnotes()
hasFootnotes in interface IFootnoteContainerIFootnoteContainer.hasFootnotes()public boolean isAccessible()
public boolean isEnabled()
public boolean isInsidePageContainer()
PageContainer tag, F otherwisepublic boolean isInsidePanelContainer()
AbstractPanelContainer tag, F otherwisepublic boolean isInsideWizard()
Wizard tag, F otherwisepublic void setAccessible(boolean accessible)
accessible - the new accessible value to setpublic void setAlign(PanelAlignment align)
align - the new align value to setpublic void setBorder(java.lang.Boolean border)
border - the new border value to setpublic void setCollapsed(java.lang.Boolean collapsed)
collapsed - the new collapsed value to setpublic void setCollapsible(java.lang.Boolean collapsible)
collapsible - the new collapsible value to setpublic void setDescription(java.lang.String description)
description - the new description value to setpublic void setEnabled(boolean enabled)
enabled - the new enabled value to setpublic void setHeight(java.lang.Integer height)
height - the new height value to setpublic void setId(java.lang.String id)
setId in class javax.servlet.jsp.tagext.TagSupportid - the id to setpublic void setSplit(java.lang.Boolean split)
split - the new split value to setpublic void setTitle(java.lang.String title)
title - the title to setpublic void setWidth(java.lang.String width)
width - the new width value to setpublic PanelDefinition toPanelDefinition()
PanelDefinition object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||