com.sas.taglib.servlet.tbeans.navigationbar
Class NavigationBarEditingElementTag

com.sas.taglib.servlet.tbeans.navigationbar.NavigationBarEditingElementTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class NavigationBarEditingElementTag

NavigationBarEditingElementTag is the tag handler class for the sas:NavigationBarEditingElement custom tag . NavigationBarEditingElementTag is invoked by the JSP page to evaluate the sas:NavigationBarEditingElement custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, NavigationBarEditingElement, to execute the methods.

If you need to extend or modify the functionality of the sas:NavigationBarEditingElement custom tag, you can subclass this tag handler class.

For More Information:

Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Refer to the Custom Tag Library Reference for usage information on the sas:NavigationBarEditingElement custom tag.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.

See Also:
NavigationBarEditingElement, Serialized Form

Field Summary
 
Fields inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationTag
DEFAULT_CLIENT_INFO_INSTANCE, HDML, HTML, WML
 
Fields inherited from class com.sas.taglib.BaseTag
APPLICATION, PAGE, RB_KEY, REQUEST, SESSION
 
Constructor Summary
NavigationBarEditingElementTag()
           
 
Method Summary
protected  void applyAttributes()
          Apply TableView properties to the underlying NavigationBarEditingElement object
 int doStartTag()
          Processes the start tag for this instance.
 java.lang.String getURLTemplate()
          Returns the Viewer's URLTemplate String name
protected  void initialize(boolean includeAttributes)
          Initializes attributes and variables for this tag handler.
 boolean isCancelVisible()
          Returns the cancelVisible property on the NavigationBarEditingElement.
 boolean isCommitVisible()
          Returns the commitVisible property on the NavigationBarEditingElement.
 boolean isDeleteVisible()
          Returns the deleteVisible property on the NavigationBarEditingElement.
 boolean isInsertVisible()
          Returns the insertVisible property on the NavigationBarEditingElement.
 boolean isUpdateVisible()
          Returns the updateVisible property on the NavigationBarEditingElement.
 void setCancelVisible(boolean visible)
          Sets the cancelVisible property on the NavigationBarEditingElement.
 void setCommitVisible(boolean visible)
          Sets the commitVisible property on the NavigationBarEditingElement.
 void setDeleteVisible(boolean visible)
          Sets the deleteVisible property on the NavigationBarEditingElement.
 void setInsertVisible(boolean visible)
          Sets the insertVisible property on the NavigationBarEditingElement.
 void setUpdateVisible(boolean visible)
          Sets the updateVisible property on the NavigationBarEditingElement.
 void setURLTemplate(java.lang.String urlTemplate)
          Sets the Viewer's URLTemplate
 
Methods inherited from class com.sas.taglib.servlet.tbeans.navigationbar.BaseNavigationBarElementTag
doEndTag, getModel, getStyleClassPrefix, setModel, setStyleClassPrefix
 
Methods inherited from class com.sas.taglib.servlet.tbeans.BaseActionTransformationTag
getActionProvider, setActionProvider
 
Methods inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationTag
getCustomAttributes, getEpilog, getLocale, getName, getObjectDataProperty, getProlog, getRender, getRenderType, setCustomAttributes, setEpilog, setLocale, setName, setObjectDataProperty, setProlog, setRender, setRenderType
 
Methods inherited from class com.sas.taglib.BaseTag
convertScope, doCatch, doFinally, getApplyAttributes, getComponentFromParentComposite, getCompositeComponentKey, getInstantiate, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setComponentOnParentComposite, setCompositeComponentKey, setInstantiate, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate
 

Constructor Detail

NavigationBarEditingElementTag

public NavigationBarEditingElementTag()
Method Detail

initialize

protected void initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler.

Overrides:
initialize in class BaseNavigationBarElementTag
Parameters:
includeAttributes - Set to true if attributes are to be set to default values.

setURLTemplate

public void setURLTemplate(java.lang.String urlTemplate)
Sets the Viewer's URLTemplate

Parameters:
URLTemplate - The Viewer's URLTemplate. This is the template pattern String used in the URL.

getURLTemplate

public java.lang.String getURLTemplate()
Returns the Viewer's URLTemplate String name

Returns:
the Viewer's URLTemplate String name. This is the template pattern String used in the URL.

isInsertVisible

public boolean isInsertVisible()
Returns the insertVisible property on the NavigationBarEditingElement.

Returns:
true if insert action should be displayed when the NavigationBarEditingElement is rendered

setInsertVisible

public void setInsertVisible(boolean visible)
Sets the insertVisible property on the NavigationBarEditingElement.

Parameters:
visible - If true, then the insert action will be displayed when the NavigationBarEditingElement is rendered.

isDeleteVisible

public boolean isDeleteVisible()
Returns the deleteVisible property on the NavigationBarEditingElement.

Returns:
true if delete action should be displayed when the NavigationBarEditingElement is rendered

setDeleteVisible

public void setDeleteVisible(boolean visible)
Sets the deleteVisible property on the NavigationBarEditingElement.

Parameters:
visible - If true, then the delete action will be displayed when the NavigationBarEditingElement is rendered.

isCommitVisible

public boolean isCommitVisible()
Returns the commitVisible property on the NavigationBarEditingElement.

Returns:
true if commit action should be displayed when the NavigationBarEditingElement is rendered

setCommitVisible

public void setCommitVisible(boolean visible)
Sets the commitVisible property on the NavigationBarEditingElement.

Parameters:
visible - If true, then the commit action will be displayed when the NavigationBarEditingElement is rendered.

isCancelVisible

public boolean isCancelVisible()
Returns the cancelVisible property on the NavigationBarEditingElement.

Returns:
true if cancel action should be displayed when the NavigationBarEditingElement is rendered

setCancelVisible

public void setCancelVisible(boolean visible)
Sets the cancelVisible property on the NavigationBarEditingElement.

Parameters:
visible - If true, then the cancel action will be displayed when the NavigationBarEditingElement is rendered.

isUpdateVisible

public boolean isUpdateVisible()
Returns the updateVisible property on the NavigationBarEditingElement.

Returns:
true if update action should be displayed when the NavigationBarEditingElement is rendered

setUpdateVisible

public void setUpdateVisible(boolean visible)
Sets the updateVisible property on the NavigationBarEditingElement.

Parameters:
visible - If true, then the update action will be displayed when the NavigationBarEditingElement is rendered.

applyAttributes

protected void applyAttributes()
                        throws javax.servlet.jsp.JspException
Apply TableView properties to the underlying NavigationBarEditingElement object

Overrides:
applyAttributes in class BaseNavigationBarElementTag
Throws:
javax.servlet.jsp.JspException - Thrown if a JspException occurs.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Processes the start tag for this instance. The doStartTag() method assumes that all setter methods have been invoked before. When this method is invoked, the body has not yet been invoked.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class BaseTransformationTag
Returns:
int designating the next course of action for the tag/jsp page.
Throws:
javax.servlet.jsp.JspException - Thrown if a JspException occurs.
See Also:
BaseTag.setInstantiate(boolean), TagSupport.doStartTag()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.