public class PresetSelector extends StylableTag
Modifier and Type | Field and Description |
---|---|
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 static long |
serialVersionUID |
private Table |
table
The parent <tbl:table> tag.
|
private boolean |
visible
If the preset selector should be visible or not.
|
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
PresetSelector() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
boolean |
getDisableinproject() |
boolean |
getDisableothers() |
boolean |
getDisableownedby() |
boolean |
getDisableremoved() |
boolean |
getDisablesharedto() |
boolean |
isVisible() |
void |
setDisableinproject(boolean disable) |
void |
setDisableothers(boolean disable) |
void |
setDisableownedby(boolean disable) |
void |
setDisableremoved(boolean disable) |
void |
setDisablesharedto(boolean disable) |
void |
setVisible(boolean visible) |
addDynamicAttributes, addIdAndStyles, getClazz, getDynamicActionAttributes, getDynamicAttribute, getFullClass, getIdPrefix, getStyle, getSubclass, initDefaultAttributes, setClazz, setDynamicAttribute, setMoreDynamicAttributes, setPageContext, setStyle, setSubclass
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue
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
public void setVisible(boolean visible)
public boolean isVisible()
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