|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentELTag
org.jboss.seam.ui.util.cdk.UIComponentELTagBase
org.jboss.seam.ui.util.cdk.UIComponentTagBase
org.jboss.seam.ui.taglib.LinkTag
public class LinkTag
| 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 | |
|---|---|
LinkTag()
|
|
| 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 |
setAction(javax.el.MethodExpression __action)
MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by you, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property Setter for action |
void |
setActionListener(javax.el.MethodExpression __actionListener)
MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener |
void |
setCharset(javax.el.ValueExpression __charset)
The character encoding of a resource designated by this hyperlink Setter for charset |
void |
setConversationName(javax.el.ValueExpression __conversationName)
The name of the conversation for natural conversations Setter for conversationName |
void |
setConverter(javax.el.ValueExpression __converter)
Id of Converter to be used or reference to a Converter Setter for converter |
void |
setCoords(javax.el.ValueExpression __coords)
The attribute specifies shape and it position on the screen. |
void |
setDir(javax.el.ValueExpression __dir)
Direction indication for text that does not inherit directionality. |
void |
setDisabled(javax.el.ValueExpression __disabled)
If true, write the link as disabled in HTML Setter for disabled |
void |
setFragment(javax.el.ValueExpression __fragment)
the fragment identifier to link to. |
void |
setHreflang(javax.el.ValueExpression __hreflang)
Base language of a resource specified with the href attribute; hreflang may only be used with href Setter for hreflang |
void |
setImmediate(javax.el.ValueExpression __immediate)
True means, that the default ActionListener should be executed immediately (i.e. |
void |
setIncludePageParams(javax.el.ValueExpression __includePageParams)
Include page parameters defined in pages.xml when rendering the button Setter for includePageParams |
void |
setLang(javax.el.ValueExpression __lang)
Code describing the language used in the generated markup for this component Setter for lang |
void |
setOnblur(javax.el.ValueExpression __onblur)
The client-side script method to be called when the element loses the focus either when pointing a device or tabbing navigation. |
void |
setOnclick(javax.el.ValueExpression __onclick)
The client-side script method to be called when the element is clicked Setter for onclick |
void |
setOndblclick(javax.el.ValueExpression __ondblclick)
The client-side script method to be called when the element is double-clicked Setter for ondblclick |
void |
setOnfocus(javax.el.ValueExpression __onfocus)
The client-side script method to be called when the element gets the focus Setter for onfocus |
void |
setOnkeydown(javax.el.ValueExpression __onkeydown)
The client-side script method to be called when a key is pressed down over the element Setter for onkeydown |
void |
setOnkeypress(javax.el.ValueExpression __onkeypress)
The client-side script method to be called when a key is pressed over the element and released Setter for onkeypress |
void |
setOnkeyup(javax.el.ValueExpression __onkeyup)
The client-side script method to be called when a key is released Setter for onkeyup |
void |
setOnmousedown(javax.el.ValueExpression __onmousedown)
The client-side script method to be called when a mouse button is pressed down over the element Setter for onmousedown |
void |
setOnmousemove(javax.el.ValueExpression __onmousemove)
The client-side script method to be called when a pointer is moved within the element Setter for onmousemove |
void |
setOnmouseout(javax.el.ValueExpression __onmouseout)
The client-side script method to be called when a pointer is moved away from the element Setter for onmouseout |
void |
setOnmouseover(javax.el.ValueExpression __onmouseover)
The client-side script method to be called when a pointer is moved onto the element Setter for onmouseover |
void |
setOnmouseup(javax.el.ValueExpression __onmouseup)
The client-side script method to be called when a mouse button is released Setter for onmouseup |
void |
setOutcome(javax.el.ValueExpression __outcome)
The outcome to use when evaluating navigation rules Setter for outcome |
void |
setPageflow(javax.el.ValueExpression __pageflow)
a pageflow definition to begin. |
void |
setPropagation(javax.el.ValueExpression __propagation)
determines the conversation propagation style: begin, join, nest, none, end or endRoot. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setRel(javax.el.ValueExpression __rel)
The relationship from the current document to the anchor specified by this hyperlink. |
void |
setRev(javax.el.ValueExpression __rev)
A reverse link from the anchor specified by this hyperlink to the current document. |
void |
setShape(javax.el.ValueExpression __shape)
This attribute specifies the shape of a region. |
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)
This attribute specifies the position of the current element in the tabbing order for the current document. |
void |
setTarget(javax.el.ValueExpression __target)
This attribute specifies the name of a frame where a document is to be opened. |
void |
setTaskInstance(javax.el.ValueExpression __taskInstance)
Specify the task to operate on (e.g. |
void |
setTitle(javax.el.ValueExpression __title)
Advisory title information about markup elements generated for this component Setter for title |
void |
setType(javax.el.ValueExpression __type)
The content type of the resource designated by this hyperlink Setter for type |
void |
setValue(javax.el.ValueExpression __value)
The current value for this component Setter for value |
void |
setView(javax.el.ValueExpression __view)
the JSF view id to link to. |
| 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 |
|---|
public LinkTag()
| Method Detail |
|---|
public void setAccesskey(javax.el.ValueExpression __accesskey)
accesskey - - new valuepublic void setAction(javax.el.MethodExpression __action)
action - - new valuepublic void setActionListener(javax.el.MethodExpression __actionListener)
actionListener - - new valuepublic void setCharset(javax.el.ValueExpression __charset)
charset - - new valuepublic void setConversationName(javax.el.ValueExpression __conversationName)
conversationName - - new valuepublic void setConverter(javax.el.ValueExpression __converter)
converter - - new valuepublic void setCoords(javax.el.ValueExpression __coords)
coords - - new valuepublic void setDir(javax.el.ValueExpression __dir)
dir - - new valuepublic void setDisabled(javax.el.ValueExpression __disabled)
disabled - - new valuepublic void setFragment(javax.el.ValueExpression __fragment)
fragment - - new valuepublic void setHreflang(javax.el.ValueExpression __hreflang)
hreflang - - new valuepublic void setImmediate(javax.el.ValueExpression __immediate)
immediate - - new valuepublic void setIncludePageParams(javax.el.ValueExpression __includePageParams)
includePageParams - - new valuepublic void setLang(javax.el.ValueExpression __lang)
lang - - new valuepublic void setOnblur(javax.el.ValueExpression __onblur)
onblur - - new valuepublic void setOnclick(javax.el.ValueExpression __onclick)
onclick - - new valuepublic void setOndblclick(javax.el.ValueExpression __ondblclick)
ondblclick - - new valuepublic void setOnfocus(javax.el.ValueExpression __onfocus)
onfocus - - new valuepublic void setOnkeydown(javax.el.ValueExpression __onkeydown)
onkeydown - - new valuepublic void setOnkeypress(javax.el.ValueExpression __onkeypress)
onkeypress - - new valuepublic void setOnkeyup(javax.el.ValueExpression __onkeyup)
onkeyup - - new valuepublic void setOnmousedown(javax.el.ValueExpression __onmousedown)
onmousedown - - new valuepublic void setOnmousemove(javax.el.ValueExpression __onmousemove)
onmousemove - - new valuepublic void setOnmouseout(javax.el.ValueExpression __onmouseout)
onmouseout - - new valuepublic void setOnmouseover(javax.el.ValueExpression __onmouseover)
onmouseover - - new valuepublic void setOnmouseup(javax.el.ValueExpression __onmouseup)
onmouseup - - new valuepublic void setOutcome(javax.el.ValueExpression __outcome)
outcome - - new valuepublic void setPageflow(javax.el.ValueExpression __pageflow)
pageflow - - new valuepublic void setPropagation(javax.el.ValueExpression __propagation)
propagation - - new valuepublic void setRel(javax.el.ValueExpression __rel)
rel - - new valuepublic void setRev(javax.el.ValueExpression __rev)
rev - - new valuepublic void setShape(javax.el.ValueExpression __shape)
shape - - new valuepublic void setStyle(javax.el.ValueExpression __style)
style - - new valuepublic void setStyleClass(javax.el.ValueExpression __styleClass)
styleClass - - new valuepublic void setTabindex(javax.el.ValueExpression __tabindex)
tabindex - - new valuepublic void setTarget(javax.el.ValueExpression __target)
target - - new valuepublic void setTaskInstance(javax.el.ValueExpression __taskInstance)
taskInstance - - new valuepublic void setTitle(javax.el.ValueExpression __title)
title - - new valuepublic void setType(javax.el.ValueExpression __type)
type - - new valuepublic void setValue(javax.el.ValueExpression __value)
value - - new valuepublic void setView(javax.el.ValueExpression __view)
view - - new valuepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentELTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentELTagpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagBasepublic java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||