org.jboss.seam.ui.taglib
Class LabelTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentELTag
              extended by org.jboss.seam.ui.util.cdk.UIComponentELTagBase
                  extended by org.jboss.seam.ui.util.cdk.UIComponentTagBase
                      extended by org.jboss.seam.ui.taglib.LabelTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspIdConsumer, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class LabelTag
extends UIComponentTagBase


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
 
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
LabelTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAccesskey(javax.el.ValueExpression __accesskey)
          This attribute assigns an access key to an element.
 void setConverter(javax.el.ValueExpression __converter)
          Id of Converter to be used or reference to a Converter Setter for converter
 void setDir(javax.el.ValueExpression __dir)
          dir Setter for dir
 void setEscape(javax.el.ValueExpression __escape)
          escape Setter for escape
 void setFor(javax.el.ValueExpression __for)
          Id of input component this label is for Setter for for
 void setLang(javax.el.ValueExpression __lang)
          lang Setter for lang
 void setOnblur(javax.el.ValueExpression __onblur)
          HTML: script expression; an element loses focus either by the pointing device or by tabbing navigation.
 void setOnclick(javax.el.ValueExpression __onclick)
          onclick Setter for onclick
 void setOndblclick(javax.el.ValueExpression __ondblclick)
          ondblclick Setter for ondblclick
 void setOnfocus(javax.el.ValueExpression __onfocus)
          HTML: script expression; the element got the focus Setter for onfocus
 void setOnkeydown(javax.el.ValueExpression __onkeydown)
          onkeydown Setter for onkeydown
 void setOnkeypress(javax.el.ValueExpression __onkeypress)
          onkeypress Setter for onkeypress
 void setOnkeyup(javax.el.ValueExpression __onkeyup)
          onkeyup Setter for onkeyup
 void setOnmousedown(javax.el.ValueExpression __onmousedown)
          onmousedown Setter for onmousedown
 void setOnmousemove(javax.el.ValueExpression __onmousemove)
          onmousemove Setter for onmousemove
 void setOnmouseout(javax.el.ValueExpression __onmouseout)
          onmouseout Setter for onmouseout
 void setOnmouseover(javax.el.ValueExpression __onmouseover)
          onmouseover Setter for onmouseover
 void setOnmouseup(javax.el.ValueExpression __onmouseup)
          onmouseup Setter for onmouseup
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setStyle(javax.el.ValueExpression __style)
          CSS style rules to be applied to the component Setter for style
 void setStyleClass(javax.el.ValueExpression __styleClass)
          Assigns one or more CSS class names to the component.
 void setTabindex(javax.el.ValueExpression __tabindex)
          tabindex Setter for tabindex
 void setTitle(javax.el.ValueExpression __title)
          title Setter for title
 void setValue(javax.el.ValueExpression __value)
          The current value of this component Setter for value
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentTagBase
getExpressionFactory, isValueReference, setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setDoubleProperty, setDoubleProperty, setFloatProperty, setFloatProperty, setIntegerProperty, setIntegerProperty, setLongProperty, setLongProperty, setProperty, setProperty, setStringProperty, setStringProperty, setValueChangedListenerProperty, setValueProperty, setValueProperty
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentELTagBase
setActionListenerProperty, setActionProperty, setConverterProperty, setValidatorProperty, setValueChangeListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentELTag
createComponent, getELContext, hasBinding, 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 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

LabelTag

public LabelTag()
Method Detail

setAccesskey

public void setAccesskey(javax.el.ValueExpression __accesskey)
This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey Setter for accesskey

Parameters:
accesskey - - new value

setConverter

public void setConverter(javax.el.ValueExpression __converter)
Id of Converter to be used or reference to a Converter Setter for converter

Parameters:
converter - - new value

setDir

public void setDir(javax.el.ValueExpression __dir)
dir Setter for dir

Parameters:
dir - - new value

setEscape

public void setEscape(javax.el.ValueExpression __escape)
escape Setter for escape

Parameters:
escape - - new value

setFor

public void setFor(javax.el.ValueExpression __for)
Id of input component this label is for Setter for for

Parameters:
for - - new value

setLang

public void setLang(javax.el.ValueExpression __lang)
lang Setter for lang

Parameters:
lang - - new value

setOnblur

public void setOnblur(javax.el.ValueExpression __onblur)
HTML: script expression; an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus Setter for onblur

Parameters:
onblur - - new value

setOnclick

public void setOnclick(javax.el.ValueExpression __onclick)
onclick Setter for onclick

Parameters:
onclick - - new value

setOndblclick

public void setOndblclick(javax.el.ValueExpression __ondblclick)
ondblclick Setter for ondblclick

Parameters:
ondblclick - - new value

setOnfocus

public void setOnfocus(javax.el.ValueExpression __onfocus)
HTML: script expression; the element got the focus Setter for onfocus

Parameters:
onfocus - - new value

setOnkeydown

public void setOnkeydown(javax.el.ValueExpression __onkeydown)
onkeydown Setter for onkeydown

Parameters:
onkeydown - - new value

setOnkeypress

public void setOnkeypress(javax.el.ValueExpression __onkeypress)
onkeypress Setter for onkeypress

Parameters:
onkeypress - - new value

setOnkeyup

public void setOnkeyup(javax.el.ValueExpression __onkeyup)
onkeyup Setter for onkeyup

Parameters:
onkeyup - - new value

setOnmousedown

public void setOnmousedown(javax.el.ValueExpression __onmousedown)
onmousedown Setter for onmousedown

Parameters:
onmousedown - - new value

setOnmousemove

public void setOnmousemove(javax.el.ValueExpression __onmousemove)
onmousemove Setter for onmousemove

Parameters:
onmousemove - - new value

setOnmouseout

public void setOnmouseout(javax.el.ValueExpression __onmouseout)
onmouseout Setter for onmouseout

Parameters:
onmouseout - - new value

setOnmouseover

public void setOnmouseover(javax.el.ValueExpression __onmouseover)
onmouseover Setter for onmouseover

Parameters:
onmouseover - - new value

setOnmouseup

public void setOnmouseup(javax.el.ValueExpression __onmouseup)
onmouseup Setter for onmouseup

Parameters:
onmouseup - - new value

setStyle

public void setStyle(javax.el.ValueExpression __style)
CSS style rules to be applied to the component Setter for style

Parameters:
style - - new value

setStyleClass

public void setStyleClass(javax.el.ValueExpression __styleClass)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute. Setter for styleClass

Parameters:
styleClass - - new value

setTabindex

public void setTabindex(javax.el.ValueExpression __tabindex)
tabindex Setter for tabindex

Parameters:
tabindex - - new value

setTitle

public void setTitle(javax.el.ValueExpression __title)
title Setter for title

Parameters:
title - - new value

setValue

public void setValue(javax.el.ValueExpression __value)
The current value of this component Setter for value

Parameters:
value - - new value

release

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

setProperties

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

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTagBase

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTagBase


Copyright © 2011 Seam Framework. All Rights Reserved.