|
||||||||||
| 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.grid.AbstractGridTag
pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.PropertiesEditor
public class PropertiesEditor
Componente editor de propriedades. Lista de campos diversos para edição (tipo property inspector)
| Field Summary |
|---|
| Fields inherited from class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.AbstractGridTag |
|---|
theFootnotesManager, title |
| 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 | |
|---|---|
PropertiesEditor()
|
|
| Method Summary | |
|---|---|
void |
addFootnotes(java.util.List<FootnoteBean> footnotes)
Adds new footnotes to the container. |
void |
addItem(TreeItem item)
Adds a new contained item to the container |
protected void |
cleanUp()
clean up tag for future reuse |
void |
clearItems()
Clears all item sin the list |
int |
doEndTag()
|
int |
doStartTag()
|
AbstractGridDefinition |
getDefinition()
Get the Abstract grid definition |
java.lang.Integer |
getHeight()
Inspector for the 'height' attribute. |
java.util.List<TreeItemDefinition> |
getItems()
Inspector for the 'items' attribute. |
java.util.List<PropertiesEditorItem> |
getProps()
Inspector for the 'props' attribute. |
ITreeItemContainer |
getTreeItemManager()
Inspector for the 'treeItemManager' attribute. |
void |
setHeight(java.lang.Integer height)
Modifier for the 'height' attribute. |
void |
setItems(java.util.List<TreeItemDefinition> items)
Modifier for the 'items' attribute. |
void |
setProps(java.util.List<PropertiesEditorItem> props)
Modifier for the 'props' attribute. |
void |
setTreeItemManager(ITreeItemContainer treeItemManager)
Modifier for the 'treeItemManager' attribute. |
| Methods inherited from class pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.grid.AbstractGridTag |
|---|
addFootnote, clearAllFootnotes, containsFootnote, getAjaxEvent, getFootnote, getFootnoteSequenceNumber, getFootnotesList, getFootnotesManager, getGroupColumn, getId, getTitle, hasFootnotes, isAddForm, isRenderInnerContentOnTopPanel, setAddForm, setAjaxEvent, setGroupColumn, setId, setRenderInnerContentOnTopPanel, setTitle |
| 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.IFootnoteContainer |
|---|
addFootnote, clearAllFootnotes, containsFootnote, getFootnote, getFootnoteSequenceNumber, getFootnotesList, hasFootnotes |
| 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 PropertiesEditor()
| Method Detail |
|---|
public void addFootnotes(java.util.List<FootnoteBean> footnotes)
IFootnoteContainer
addFootnotes in interface IFootnoteContainerfootnotes - the footnotes to addIFootnoteContainer.addFootnotes(java.util.List)public void addItem(TreeItem item)
ITreeItemContainer
addItem in interface ITreeItemContaineritem - the item to addITreeItemContainer.addItem(pt.digitalis.dif.presentation.views.jsp.taglibs.layout.panels.TreeItem)protected void cleanUp()
public void clearItems()
ITreeItemContainer
clearItems in interface ITreeItemContainerITreeItemContainer.clearItems()
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 AbstractGridDefinition getDefinition()
AbstractGridTag
getDefinition in class AbstractGridTagAbstractGridTag.getDefinition()public java.lang.Integer getHeight()
public java.util.List<TreeItemDefinition> getItems()
ITreeItemContainer
getItems in interface ITreeItemContainerITreeItemContainer.getItems()public java.util.List<PropertiesEditorItem> getProps()
public ITreeItemContainer getTreeItemManager()
public void setHeight(java.lang.Integer height)
height - the new height value to setpublic void setItems(java.util.List<TreeItemDefinition> items)
ITreeItemContainer
setItems in interface ITreeItemContaineritems - the new items value to setITreeItemContainer.setItems(java.util.List)public void setProps(java.util.List<PropertiesEditorItem> props)
props - the new props value to setpublic void setTreeItemManager(ITreeItemContainer treeItemManager)
treeItemManager - the new treeItemManager value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||