2.17.2: 2011-06-17

net.sf.basedb.clients.web.taglib.table
Class PresetSelector

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.sf.basedb.clients.web.taglib.table.PresetSelector
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class PresetSelector
extends TagSupport

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.

Version:
2.0
Author:
Nicklas
See Also:
Serialized Form

Field Summary
private  String clazz
          Optional class attribute
private  String colspan
          Optional colspan attribute
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  String style
          Optional style attribute
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()
           
 String getClazz()
           
 String getColspan()
           
 boolean getDisableinproject()
           
 boolean getDisableothers()
           
 boolean getDisableownedby()
           
 boolean getDisableremoved()
           
 boolean getDisablesharedto()
           
 String getOnchange()
           
 String getStyle()
           
 boolean isVisible()
           
 void setClazz(String clazz)
           
 void setColspan(String colspan)
           
 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 setStyle(String style)
           
 void setVisible(boolean visible)
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

table

private Table table
The parent <tbl:table> tag.


clazz

private String clazz
Optional class attribute


colspan

private String colspan
Optional colspan attribute


style

private String style
Optional style attribute


visible

private boolean visible
If the preset selector should be visible or not.


disableRemoved

private boolean disableRemoved
If the 'removed' option should be included in the preset selector or not. If the list contains items that are not removable, the option is never included.


disableOwnedBy

private boolean disableOwnedBy
If the 'owned by me' option should be included in the preset selector or not. If the list contains items that are not ownable, the option is never included.


disableSharedTo

private boolean disableSharedTo
If the 'shared to me' option should be included in the preset selector or not. If the list contains items that are not shareable, the option is never included.


disableInProject

private boolean disableInProject
If the 'in project' option should be included in the preset selector or not. If the list contains items that are not removable, the option is never included.


disableOthers

private boolean disableOthers
If the 'owned by others' option should be included in the preset selector or not. If the list contains items that are not ownable, the option is never included.


onChange

private String onChange
Constructor Detail

PresetSelector

public PresetSelector()
Method Detail

setClazz

public void setClazz(String clazz)

getClazz

public String getClazz()

setStyle

public void setStyle(String style)

getStyle

public String getStyle()

setColspan

public void setColspan(String colspan)

getColspan

public String getColspan()

setVisible

public void setVisible(boolean visible)

isVisible

public boolean isVisible()

setOnchange

public void setOnchange(String onChange)

getOnchange

public String getOnchange()

setDisableremoved

public void setDisableremoved(boolean disable)

getDisableremoved

public boolean getDisableremoved()

setDisableownedby

public void setDisableownedby(boolean disable)

getDisableownedby

public boolean getDisableownedby()

setDisablesharedto

public void setDisablesharedto(boolean disable)

getDisablesharedto

public boolean getDisablesharedto()

setDisableinproject

public void setDisableinproject(boolean disable)

getDisableinproject

public boolean getDisableinproject()

setDisableothers

public void setDisableothers(boolean disable)

getDisableothers

public boolean getDisableothers()

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport
Throws:
JspException

2.17.2: 2011-06-17