org.apache.myfaces.shared_orchestra.taglib.core
Class SelectItemTagBase

java.lang.Object
  extended by UIComponentTag
      extended by org.apache.myfaces.shared_orchestra.taglib.UIComponentTagBase
          extended by org.apache.myfaces.shared_orchestra.taglib.core.SelectItemTagBase

public class SelectItemTagBase
extends UIComponentTagBase

Version:
$Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Thomas Spiegl (latest modification by $Author: grantsmith $)

Constructor Summary
SelectItemTagBase()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getItemValue()
           
 java.lang.String getRendererType()
           
 void setItemDescription(java.lang.String itemDescription)
           
 void setItemDisabled(java.lang.String itemDisabled)
           
 void setItemLabel(java.lang.String itemLabel)
           
 void setItemValue(java.lang.String itemValue)
           
protected  void setProperties(UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_orchestra.taglib.UIComponentTagBase
release, setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setLongProperty, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectItemTagBase

public SelectItemTagBase()
Method Detail

getComponentType

public java.lang.String getComponentType()

getRendererType

public java.lang.String getRendererType()

setProperties

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

setItemDisabled

public void setItemDisabled(java.lang.String itemDisabled)

setItemDescription

public void setItemDescription(java.lang.String itemDescription)

setItemLabel

public void setItemLabel(java.lang.String itemLabel)

setItemValue

public void setItemValue(java.lang.String itemValue)

getItemValue

public java.lang.String getItemValue()


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.