|
|||||||||||
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
com.cc.framework.taglib.ScriptBodyTagSupport
com.cc.framework.taglib.controls.ColumnBaseTag
com.cc.framework.taglib.controls.ColumnGroupTag
Column Group
Field Summary | |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.taglib.controls.ColumnBaseTag |
|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
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 |
Constructor Summary | |
ColumnGroupTag()
|
Method Summary | |
void |
addColumn(ColumnDesignModel column)
Adds a column to the Collection |
protected ColumnDesignModel |
doCreateDesignModel()
This method is called to create the DesignModel for the column |
LineIterator |
getLineIterator()
Creates a lne interator which starts with the first line on the current page. |
PainterContext |
getPainterContext()
Returns the painter context of the nesting control painter (-> the context of a list painter) |
int |
getRowsPerPage()
Returns the number of rows on the page. |
Methods inherited from class com.cc.framework.taglib.controls.ColumnBaseTag |
addDesignRule, assignConverter, doEndTag, doStartTag, getClientHandler, getContainer, getDesignModel, release, releaseDesignModel, setAjax, setAjax, setAlign, setAnchor, setAnchorProperty, setConverter, setDisabled, setDisableProperty, setEditable, setEditableProperty, setEnableProperty, setFilter, setImagemap, setImageProperty, setJoin, setLinkName, setLinkNameProperty, setMaxlength, setPageContext, setPermission, setProperty, setRunat, setSortable, setStyle, setStyleClass, setStyleId, setTarget, setTargetProperty, setTitle, setTooltip, setTooltipProperty, setTransaction, setType, setWidth |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setParent |
Field Detail |
private static final long serialVersionUID
Constructor Detail |
public ColumnGroupTag()
Method Detail |
protected ColumnDesignModel doCreateDesignModel()
ColumnBaseTag
doCreateDesignModel
in class ColumnBaseTag
ColumnBaseTag.doCreateDesignModel()
public void addColumn(ColumnDesignModel column)
ColumnContainerTag
addColumn
in interface ColumnContainerTag
column
- ColumnDesignModelColumnContainerTag.addColumn(com.cc.framework.ui.model.ColumnDesignModel)
public LineIterator getLineIterator()
ColumnContainerTag
getLineIterator
in interface ColumnContainerTag
ColumnContainerTag.getLineIterator()
public int getRowsPerPage()
ColumnContainerTag
getRowsPerPage
in interface ColumnContainerTag
ColumnContainerTag.getRowsPerPage()
public PainterContext getPainterContext()
ColumnContainerTag
getPainterContext
in interface ColumnContainerTag
ColumnContainerTag.getPainterContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |