|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.springframework.web.servlet.tags.RequestContextAwareTag
org.salespointframework.web.taglib.AbstractTag
org.salespointframework.web.taglib.view.ViewTag<T>
org.salespointframework.web.taglib.view.ListTag<T>
public class ListTag<T extends SpItem>
Basic-class to create List-tags.
ViewTag
,
Serialized FormField Summary | |
---|---|
protected ListViewDirectionType |
direction
|
Fields inherited from class org.salespointframework.web.taglib.view.ViewTag |
---|
abstractTableModel, caption, extraCols, id, log, positionOfExtraColumns, renderSettingsConfigurator, searchField, searchString, style, styleName, summary, viewRepresentation |
Fields inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag |
---|
logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
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 | |
---|---|
ListTag()
Sets the ViewRepresentation to NativeHtmlList |
Method Summary | |
---|---|
protected void |
reset()
resets all attributes |
void |
setViewDirection(ListViewDirectionType direction)
Sets the ListViewDirectionType . |
Methods inherited from class org.salespointframework.web.taglib.view.ViewTag |
---|
getContent, setAbstractTableModel, setCaption, setExtraCols, setId, setPositionOfExtraColumns, setRenderSettingsConfigurator, setSearchField, setSearchString, setStyle, setStyleName, setSummary, setView, setViewRepresentation |
Methods inherited from class org.salespointframework.web.taglib.AbstractTag |
---|
doEndTag, doStartTagInternal, render |
Methods inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag |
---|
doCatch, doFinally, doStartTag, getRequestContext |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ListViewDirectionType direction
Constructor Detail |
---|
public ListTag()
NativeHtmlList
Method Detail |
---|
public void setViewDirection(ListViewDirectionType direction)
ListViewDirectionType
. The default is 'LEFT'.
direction
- protected void reset()
AbstractTag
reset
in class ViewTag<T extends SpItem>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |