public class BrowseListTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
BrowseListTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
BrowseInfo |
getBrowseInfo() |
boolean |
getDisableCrossLinks() |
String |
getEmphcolumn()
Get the column to emphasise - "title", "date" or null
|
String |
getHighlightrow()
Get the row to highlight - null or -1 for no row
|
BrowseItem[] |
getItems()
Get the items to list
|
boolean |
getLinkToEdit() |
void |
release() |
void |
setBrowseInfo(BrowseInfo browseInfo) |
void |
setDisableCrossLinks(boolean links) |
void |
setEmphcolumn(String emphColumnIn)
Set the column to emphasise - "title", "date" or null
|
void |
setHighlightrow(String highlightRowIn)
Set the row to highlight
|
void |
setItems(BrowseItem[] itemsIn)
Set the items to list
|
void |
setLinkToEdit(boolean edit) |
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic BrowseInfo getBrowseInfo()
public void setBrowseInfo(BrowseInfo browseInfo)
public boolean getLinkToEdit()
public void setLinkToEdit(boolean edit)
public boolean getDisableCrossLinks()
public void setDisableCrossLinks(boolean links)
public BrowseItem[] getItems()
public void setItems(BrowseItem[] itemsIn)
itemsIn - the itemspublic String getHighlightrow()
public void setHighlightrow(String highlightRowIn)
highlightRowIn - the row to highlight or -1 for no highlightpublic String getEmphcolumn()
public void setEmphcolumn(String emphColumnIn)
emphColumnIn - column to emphasisepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2016 DuraSpace. All Rights Reserved.