|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
net.sf.basedb.clients.web.taglib.StylableTag
net.sf.basedb.clients.web.taglib.table.PresetSelector
public class PresetSelector
Special tag for generating a list of saved contexts and other settings. It uses the SessionControl and Item from the table to get the current context and a list of available contexts.
Field Summary | |
---|---|
private boolean |
disableInProject
If the 'in project' option should be included in the preset selector or not. |
private boolean |
disableOthers
If the 'owned by others' option should be included in the preset selector or not. |
private boolean |
disableOwnedBy
If the 'owned by me' option should be included in the preset selector or not. |
private boolean |
disableRemoved
If the 'removed' option should be included in the preset selector or not. |
private boolean |
disableSharedTo
If the 'shared to me' option should be included in the preset selector or not. |
private String |
onChange
|
private static long |
serialVersionUID
|
private Table |
table
The parent <tbl:table> tag. |
private boolean |
visible
If the preset selector should be visible or not. |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, 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 | |
---|---|
PresetSelector()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
boolean |
getDisableinproject()
|
boolean |
getDisableothers()
|
boolean |
getDisableownedby()
|
boolean |
getDisableremoved()
|
boolean |
getDisablesharedto()
|
String |
getOnchange()
|
boolean |
isVisible()
|
void |
setDisableinproject(boolean disable)
|
void |
setDisableothers(boolean disable)
|
void |
setDisableownedby(boolean disable)
|
void |
setDisableremoved(boolean disable)
|
void |
setDisablesharedto(boolean disable)
|
void |
setOnchange(String onChange)
|
void |
setVisible(boolean visible)
|
Methods inherited from class net.sf.basedb.clients.web.taglib.StylableTag |
---|
addIdAndStyles, getClazz, getFullClass, getStyle, getSubclass, setClazz, setStyle, setSubclass |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private Table table
private boolean visible
private boolean disableRemoved
private boolean disableOwnedBy
private boolean disableSharedTo
private boolean disableInProject
private boolean disableOthers
private String onChange
Constructor Detail |
---|
public PresetSelector()
Method Detail |
---|
public void setVisible(boolean visible)
public boolean isVisible()
public void setOnchange(String onChange)
public String getOnchange()
public void setDisableremoved(boolean disable)
public boolean getDisableremoved()
public void setDisableownedby(boolean disable)
public boolean getDisableownedby()
public void setDisablesharedto(boolean disable)
public boolean getDisablesharedto()
public void setDisableinproject(boolean disable)
public boolean getDisableinproject()
public void setDisableothers(boolean disable)
public boolean getDisableothers()
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException
|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |