org.apache.myfaces.shared_orchestra.taglib.core
Class SelectItemTagBase
java.lang.Object
UIComponentTag
org.apache.myfaces.shared_orchestra.taglib.UIComponentTagBase
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 $)
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 |
SelectItemTagBase
public SelectItemTagBase()
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.