org.apache.myfaces.custom.selectitems
Class SelectItemsTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended byorg.apache.myfaces.shared_tomahawk.taglib.UIComponentTagBase
          extended byorg.apache.myfaces.custom.selectitems.SelectItemsTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class SelectItemsTag
extends UIComponentTagBase

Version:
$Revision$ $Date$
Author:
cagatay (latest modification by $Author$)

Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SelectItemsTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getItemLabel()
           
 java.lang.String getItemValue()
           
 java.lang.String getRendererType()
           
 java.lang.String getVar()
           
 void release()
           
 void setItemLabel(java.lang.String itemLabel)
           
 void setItemValue(java.lang.String itemValue)
           
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setVar(java.lang.String var)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.taglib.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setLongProperty, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectItemsTag

public SelectItemsTag()
Method Detail

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class UIComponentTagBase

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class UIComponentTagBase

getComponentType

public java.lang.String getComponentType()

getVar

public java.lang.String getVar()

setVar

public void setVar(java.lang.String var)

getItemLabel

public java.lang.String getItemLabel()

setItemLabel

public void setItemLabel(java.lang.String itemLabel)

getItemValue

public java.lang.String getItemValue()

setItemValue

public void setItemValue(java.lang.String itemValue)

getRendererType

public java.lang.String getRendererType()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.