Esri Geoportal Server
1.0

com.esri.gpt.framework.jsf.components
Class TableCommandLinkTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentTag
              extended by com.esri.gpt.framework.jsf.components.TableCommandLinkTag
All Implemented Interfaces:
BodyTag, IterationTag, JspIdConsumer, JspTag, Tag

public class TableCommandLinkTag
extends UIComponentTag

Table command link tag.


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
 
Fields inherited from class javax.faces.webapp.UIComponentTagBase
log
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
TableCommandLinkTag()
           
 
Method Summary
 String getComponentType()
          Gets the component type.
 String getRendererType()
          Gets renderer type.
 void setAccesskey(String accesskey)
          Sets accesskey.
 void setAction(String action)
          Sets action.
 void setActionListener(String actionListener)
          Sets actionlistener.
 void setCharset(String charset)
          Sets charset.
 void setCoords(String coords)
          Sets coords.
 void setDir(String dir)
          Sets dir.
 void setHreflang(String hreflang)
          Sets hreflang.
 void setImmediate(String immediate)
          Sets immediate.
 void setLang(String lang)
          Sets lang.
 void setOnblur(String onblur)
          Sets onblur.
 void setOndblclick(String ondblclick)
          Sets ondblclick.
 void setOnfocus(String onfocus)
          Sets onfocus.
 void setOnkeydown(String onkeydown)
          Sets onkeydown.
 void setOnkeypress(String onkeypress)
          Sets onkeypress.
 void setOnkeyup(String onkeyup)
          Sest onkeyup.
 void setOnmousedown(String onmousedown)
          Sets onmousedown.
 void setOnmousemove(String onmousemove)
          Sets onmousemove.
 void setOnmouseout(String onmouseout)
          Sets onmouseout.
 void setOnmouseover(String onmouseover)
          Sets onmouseover.
 void setOnmouseup(String onmouseup)
          Sets onmouseup.
protected  void setProperties(UIComponent component)
          Sets properties.
 void setRel(String rel)
          Sets rel.
 void setRev(String rev)
          Sets rev.
 void setShape(String shape)
          Sets shape.
 void setStyle(String style)
          Sets style.
 void setStyleClass(String styleClass)
          Sets style class.
 void setTabindex(String tabindex)
          Sets tab index.
 void setTarget(String target)
          Sets target.
 void setTitle(String title)
          Sets title.
 void setType(String type)
          Sets type.
 void setValue(String value)
          Sets value.
 
Methods inherited from class javax.faces.webapp.UIComponentTag
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, release, setBinding, setRendered
 
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class javax.faces.webapp.UIComponentTagBase
getELContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

TableCommandLinkTag

public TableCommandLinkTag()
Method Detail

getComponentType

public String getComponentType()
Gets the component type.

Specified by:
getComponentType in class UIComponentTagBase
Returns:
COMPONENT_TYPE

getRendererType

public String getRendererType()
Gets renderer type.

Specified by:
getRendererType in class UIComponentTagBase
Returns:
null

setAction

public void setAction(String action)
Sets action.

Parameters:
action - the action to set

setActionListener

public void setActionListener(String actionListener)
Sets actionlistener.

Parameters:
actionListener - the actionListener to set

setImmediate

public void setImmediate(String immediate)
Sets immediate.

Parameters:
immediate - the immediate to set

setValue

public void setValue(String value)
Sets value.

Parameters:
value - the value to set

setAccesskey

public void setAccesskey(String accesskey)
Sets accesskey.

Parameters:
accesskey - the accesskey to set

setCharset

public void setCharset(String charset)
Sets charset.

Parameters:
charset - the charset to set

setCoords

public void setCoords(String coords)
Sets coords.

Parameters:
coords - the coords to set

setDir

public void setDir(String dir)
Sets dir.

Parameters:
dir - the dir to set

setHreflang

public void setHreflang(String hreflang)
Sets hreflang.

Parameters:
hreflang - the hreflang to set

setLang

public void setLang(String lang)
Sets lang.

Parameters:
lang - the lang to set

setOnblur

public void setOnblur(String onblur)
Sets onblur.

Parameters:
onblur - the onblur to set

setOndblclick

public void setOndblclick(String ondblclick)
Sets ondblclick.

Parameters:
ondblclick - the ondblclick to set

setOnfocus

public void setOnfocus(String onfocus)
Sets onfocus.

Parameters:
onfocus - the onfocus to set

setOnkeydown

public void setOnkeydown(String onkeydown)
Sets onkeydown.

Parameters:
onkeydown - the onkeydown to set

setOnkeypress

public void setOnkeypress(String onkeypress)
Sets onkeypress.

Parameters:
onkeypress - the onkeypress to set

setOnkeyup

public void setOnkeyup(String onkeyup)
Sest onkeyup.

Parameters:
onkeyup - the onkeyup to set

setOnmousedown

public void setOnmousedown(String onmousedown)
Sets onmousedown.

Parameters:
onmousedown - the onmousedown to set

setOnmousemove

public void setOnmousemove(String onmousemove)
Sets onmousemove.

Parameters:
onmousemove - the onmousemove to set

setOnmouseout

public void setOnmouseout(String onmouseout)
Sets onmouseout.

Parameters:
onmouseout - the onmouseout to set

setOnmouseover

public void setOnmouseover(String onmouseover)
Sets onmouseover.

Parameters:
onmouseover - the onmouseover to set

setOnmouseup

public void setOnmouseup(String onmouseup)
Sets onmouseup.

Parameters:
onmouseup - the onmouseup to set

setRel

public void setRel(String rel)
Sets rel.

Parameters:
rel - the rel to set

setRev

public void setRev(String rev)
Sets rev.

Parameters:
rev - the rev to set

setShape

public void setShape(String shape)
Sets shape.

Parameters:
shape - the shape to set

setStyle

public void setStyle(String style)
Sets style.

Parameters:
style - the style to set

setStyleClass

public void setStyleClass(String styleClass)
Sets style class.

Parameters:
styleClass - the styleClass to set

setTabindex

public void setTabindex(String tabindex)
Sets tab index.

Parameters:
tabindex - the tabindex to set

setTarget

public void setTarget(String target)
Sets target.

Parameters:
target - the target to set

setTitle

public void setTitle(String title)
Sets title.

Parameters:
title - the title to set

setType

public void setType(String type)
Sets type.

Parameters:
type - the type to set

setProperties

protected void setProperties(UIComponent component)
Sets properties.

Overrides:
setProperties in class UIComponentTag
Parameters:
component - component to set properties on

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.