org.apache.myfaces.custom.inputHtml

Class InputHtmlTag


public class InputHtmlTag
extends UIComponentTagBase

Version:
$Revision: 278713 $ $Date: 2005-09-05 12:55:04 +0200 (Mon, 05 Sep 2005) $
Author:
Sylvain Vieujot (latest modification by $Author: svieujot $)

Method Summary

String
getComponentType()
String
getRendererType()
void
release()
void
setAddKupuLogo(String addKupuLogo)
void
setAllowEditSource(String allowEditSource)
void
setAllowExternalLinks(String allowExternalLinks)
void
setDisplayValueOnly(String displayValueOnly)
void
setDisplayValueOnlyStyle(String displayValueOnlyStyle)
void
setDisplayValueOnlyStyleClass(String displayValueOnlyStyleClass)
void
setEnabledOnUserRole(String enabledOnUserRole)
void
setFallback(String fallback)
void
setImmediate(String immediate)
protected void
setProperties(UIComponent component)
void
setRequired(String required)
void
setShowAllToolBoxes(String showAllToolBoxes)
void
setShowCleanupExpressionsToolBox(String showCleanupExpressionsToolBox)
void
setShowDebugToolBox(String showDebugToolBox)
void
setShowImagesToolBox(String showImagesToolBox)
void
setShowLinksToolBox(String showLinksToolBox)
void
setShowPropertiesToolBox(String showPropertiesToolBox)
void
setShowTablesToolBox(String showTablesToolBox)
void
setStyle(String style)
void
setStyleClass(String styleClass)
void
setType(String type)
void
setValidator(String validator)
void
setValueChangeListener(String valueChangeListener)
void
setVisibleOnUserRole(String visibleOnUserRole)

Methods inherited from class org.apache.myfaces.taglib.UIComponentTagBase

release, setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setProperties, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty

Method Details

getComponentType

public String getComponentType()

getRendererType

public String getRendererType()

release

public void release()
Overrides:
release in interface UIComponentTagBase

setAddKupuLogo

public void setAddKupuLogo(String addKupuLogo)

setAllowEditSource

public void setAllowEditSource(String allowEditSource)

setAllowExternalLinks

public void setAllowExternalLinks(String allowExternalLinks)

setDisplayValueOnly

public void setDisplayValueOnly(String displayValueOnly)

setDisplayValueOnlyStyle

public void setDisplayValueOnlyStyle(String displayValueOnlyStyle)

setDisplayValueOnlyStyleClass

public void setDisplayValueOnlyStyleClass(String displayValueOnlyStyleClass)

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)

setFallback

public void setFallback(String fallback)

setImmediate

public void setImmediate(String immediate)

setProperties

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

setRequired

public void setRequired(String required)

setShowAllToolBoxes

public void setShowAllToolBoxes(String showAllToolBoxes)

setShowCleanupExpressionsToolBox

public void setShowCleanupExpressionsToolBox(String showCleanupExpressionsToolBox)

setShowDebugToolBox

public void setShowDebugToolBox(String showDebugToolBox)

setShowImagesToolBox

public void setShowImagesToolBox(String showImagesToolBox)

setShowLinksToolBox

public void setShowLinksToolBox(String showLinksToolBox)

setShowPropertiesToolBox

public void setShowPropertiesToolBox(String showPropertiesToolBox)

setShowTablesToolBox

public void setShowTablesToolBox(String showTablesToolBox)

setStyle

public void setStyle(String style)

setStyleClass

public void setStyleClass(String styleClass)

setType

public void setType(String type)

setValidator

public void setValidator(String validator)

setValueChangeListener

public void setValueChangeListener(String valueChangeListener)

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)