com.ideo.sweetdevria.taglib.docking
Class DockingLayoutTag
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.spliterLayout.SpliterLayoutTag
com.ideo.sweetdevria.taglib.docking.DockingLayoutTag
- 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 DockingLayoutTag
- extends SpliterLayoutTag
- 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 |
Method Summary |
void |
addColumn(java.lang.String columnId,
java.util.List windows)
|
java.lang.String |
getBuilderId()
Return the targeted builder id for this component as specified in the configuration file. |
java.util.HashMap |
getDockingColumns()
|
void |
release()
Release method which must call super.release ! |
void |
setDockingColumns(java.util.HashMap dockingColumns)
|
Methods inherited from class com.ideo.sweetdevria.taglib.spliterLayout.SpliterLayoutTag |
addCell, addColumn, doStartTag, getCells, getColumns, getHeight, getMinHeight, getMinWidth, getPageContext, getSpliterStyle, getSpliterStyleClass, getWidth, isRendered, setCells, setColumns, setHeight, setMinHeight, setMinWidth, setRendered, setSpliterStyle, setSpliterStyleClass, setWidth, showSpliter |
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 |
doEndTag, getParent, setPageContext, setParent |
BUILDER_ID
protected static final java.lang.String BUILDER_ID
- See Also:
- Constant Field Values
dockingColumns
protected java.util.HashMap dockingColumns
DockingLayoutTag
public DockingLayoutTag()
addColumn
public void addColumn(java.lang.String columnId,
java.util.List windows)
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 SpliterLayoutTag
- See Also:
AbstractComponentTagSupport.release()
getDockingColumns
public java.util.HashMap getDockingColumns()
setDockingColumns
public void setDockingColumns(java.util.HashMap dockingColumns)
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
- Overrides:
getBuilderId
in class SpliterLayoutTag
- Returns:
- id targeted builder id
- See Also:
IRiaTag.getBuilderId()
Copyright © 2010 Ideo Technologies. All Rights Reserved.