|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.jboss.seam.ui.component.UISeamCommandBase
org.jboss.seam.ui.component.UILink
org.jboss.seam.ui.component.html.HtmlLink
public class HtmlLink
Component-Type org.jboss.seam.ui.Link Component-Family org.jboss.seam.ui.Link Renderer-Type org.jboss.seam.ui.LinkRenderer A link that supports invocation of an action with control over conversation propagation. Does not submit the form.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
HtmlLink()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getAccesskey()
This attribute assigns an access key to an element. |
javax.el.MethodExpression |
getActionExpression()
actionExpression Getter for actionExpression |
javax.faces.el.MethodBinding |
getActionListener()
MethodBinding pointing at method accepting an ActionEvent with return type void Getter for actionListener |
java.lang.String |
getCharset()
The character encoding of a resource designated by this hyperlink Getter for charset |
java.lang.String |
getConversationName()
The name of the conversation for natural conversations Getter for conversationName |
java.lang.String |
getCoords()
This attribute specifies the position and shape on the screen. |
java.lang.String |
getDir()
Direction indication for text that does not inherit directionality. |
java.lang.String |
getFamily()
|
java.lang.String |
getFragment()
the fragment identifier to link to. |
java.lang.String |
getHreflang()
Base language of a resource specified with the href attribute; hreflang may only be used with href Getter for hreflang |
java.lang.String |
getLang()
Code describing the language used in the generated markup for this component Getter for lang |
java.lang.String |
getOnblur()
JavaScript code. |
java.lang.String |
getOnclick()
HTML: a script expression; a pointer button is clicked Getter for onclick |
java.lang.String |
getOndblclick()
HTML: a script expression; a pointer button is double-clicked Getter for ondblclick |
java.lang.String |
getOnfocus()
JavaScript code. |
java.lang.String |
getOnkeydown()
HTML: a script expression; a key is pressed down Getter for onkeydown |
java.lang.String |
getOnkeypress()
HTML: a script expression; a key is pressed and released Getter for onkeypress |
java.lang.String |
getOnkeyup()
HTML: a script expression; a key is released Getter for onkeyup |
java.lang.String |
getOnmousedown()
HTML: script expression; a pointer button is pressed down Getter for onmousedown |
java.lang.String |
getOnmousemove()
HTML: a script expression; a pointer is moved within Getter for onmousemove |
java.lang.String |
getOnmouseout()
HTML: a script expression; a pointer is moved away Getter for onmouseout |
java.lang.String |
getOnmouseover()
HTML: a script expression; a pointer is moved onto Getter for onmouseover |
java.lang.String |
getOnmouseup()
HTML: script expression; a pointer button is released Getter for onmouseup |
java.lang.String |
getOutcome()
${prop.xmlEncodedDescription} Getter for outcome |
java.lang.String |
getPageflow()
a pageflow definition to begin. |
java.lang.String |
getPropagation()
determines the conversation propagation style: begin, join, nest, none or end. |
java.lang.String |
getRel()
The relationship from the current document to the anchor specified by this hyperlink. |
java.lang.String |
getRev()
A reverse link from the anchor specified by this hyperlink to the current document. |
java.lang.String |
getShape()
default|rect|circle|poly [CI] This attribute specifies the shape of a region. |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getTabindex()
This attribute specifies the position of the current element in the tabbing order for the current document. |
java.lang.String |
getTarget()
This attribute specifies the name of a frame where a document is to be opened. |
java.lang.Object |
getTaskInstance()
Specify the task to operate on (e.g. |
java.lang.String |
getTitle()
Advisory title information about markup elements generated for this component Getter for title |
java.lang.String |
getType()
The content type of the resource designated by this hyperlink Getter for type |
java.lang.String |
getView()
the JSF view id to link to. |
boolean |
isDisabled()
disabled Getter for disabled |
boolean |
isImmediate()
True means, that the default ActionListener should be executed immediately (i.e. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAccesskey(java.lang.String __accesskey)
This attribute assigns an access key to an element. |
void |
setActionExpression(javax.el.MethodExpression __actionExpression)
actionExpression Setter for actionExpression |
void |
setActionListener(javax.faces.el.MethodBinding __actionListener)
MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener |
void |
setCharset(java.lang.String __charset)
The character encoding of a resource designated by this hyperlink Setter for charset |
void |
setConversationName(java.lang.String __conversationName)
The name of the conversation for natural conversations Setter for conversationName |
void |
setCoords(java.lang.String __coords)
This attribute specifies the position and shape on the screen. |
void |
setDir(java.lang.String __dir)
Direction indication for text that does not inherit directionality. |
void |
setDisabled(boolean __disabled)
disabled Setter for disabled |
void |
setFragment(java.lang.String __fragment)
the fragment identifier to link to. |
void |
setHreflang(java.lang.String __hreflang)
Base language of a resource specified with the href attribute; hreflang may only be used with href Setter for hreflang |
void |
setImmediate(boolean __immediate)
True means, that the default ActionListener should be executed immediately (i.e. |
void |
setLang(java.lang.String __lang)
Code describing the language used in the generated markup for this component Setter for lang |
void |
setOnblur(java.lang.String __onblur)
JavaScript code. |
void |
setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick |
void |
setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick |
void |
setOnfocus(java.lang.String __onfocus)
JavaScript code. |
void |
setOnkeydown(java.lang.String __onkeydown)
HTML: a script expression; a key is pressed down Setter for onkeydown |
void |
setOnkeypress(java.lang.String __onkeypress)
HTML: a script expression; a key is pressed and released Setter for onkeypress |
void |
setOnkeyup(java.lang.String __onkeyup)
HTML: a script expression; a key is released Setter for onkeyup |
void |
setOnmousedown(java.lang.String __onmousedown)
HTML: script expression; a pointer button is pressed down Setter for onmousedown |
void |
setOnmousemove(java.lang.String __onmousemove)
HTML: a script expression; a pointer is moved within Setter for onmousemove |
void |
setOnmouseout(java.lang.String __onmouseout)
HTML: a script expression; a pointer is moved away Setter for onmouseout |
void |
setOnmouseover(java.lang.String __onmouseover)
HTML: a script expression; a pointer is moved onto Setter for onmouseover |
void |
setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup |
void |
setOutcome(java.lang.String __outcome)
${prop.xmlEncodedDescription} Setter for outcome |
void |
setPageflow(java.lang.String __pageflow)
a pageflow definition to begin. |
void |
setPropagation(java.lang.String __propagation)
determines the conversation propagation style: begin, join, nest, none or end. |
void |
setRel(java.lang.String __rel)
The relationship from the current document to the anchor specified by this hyperlink. |
void |
setRev(java.lang.String __rev)
A reverse link from the anchor specified by this hyperlink to the current document. |
void |
setShape(java.lang.String __shape)
default|rect|circle|poly [CI] This attribute specifies the shape of a region. |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setTabindex(java.lang.String __tabindex)
This attribute specifies the position of the current element in the tabbing order for the current document. |
void |
setTarget(java.lang.String __target)
This attribute specifies the name of a frame where a document is to be opened. |
void |
setTaskInstance(java.lang.Object __taskInstance)
Specify the task to operate on (e.g. |
void |
setTitle(java.lang.String __title)
Advisory title information about markup elements generated for this component Setter for title |
void |
setType(java.lang.String __type)
The content type of the resource designated by this hyperlink Setter for type |
void |
setView(java.lang.String __view)
the JSF view id to link to. |
Methods inherited from class org.jboss.seam.ui.component.UISeamCommandBase |
---|
addActionListener, getAction, getActionListeners, getParentUIData, getSelection, getUrl, removeActionListener, setAction |
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, getValue, setConverter, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlLink()
Method Detail |
---|
public void setAccesskey(java.lang.String __accesskey)
accesskey
- - new valuepublic java.lang.String getAccesskey()
public void setActionExpression(javax.el.MethodExpression __actionExpression)
actionExpression
- - new valuepublic javax.el.MethodExpression getActionExpression()
public void setActionListener(javax.faces.el.MethodBinding __actionListener)
actionListener
- - new valuepublic javax.faces.el.MethodBinding getActionListener()
public void setCharset(java.lang.String __charset)
charset
- - new valuepublic java.lang.String getCharset()
public void setConversationName(java.lang.String __conversationName)
setConversationName
in class UISeamCommandBase
conversationName
- - new valuepublic java.lang.String getConversationName()
getConversationName
in class UISeamCommandBase
public void setCoords(java.lang.String __coords)
coords
- - new valuepublic java.lang.String getCoords()
public void setDir(java.lang.String __dir)
dir
- - new valuepublic java.lang.String getDir()
public void setDisabled(boolean __disabled)
setDisabled
in class UILink
disabled
- - new valuepublic boolean isDisabled()
isDisabled
in class UILink
public void setFragment(java.lang.String __fragment)
setFragment
in class UISeamCommandBase
fragment
- - new valuepublic java.lang.String getFragment()
getFragment
in class UISeamCommandBase
public void setHreflang(java.lang.String __hreflang)
hreflang
- - new valuepublic java.lang.String getHreflang()
public void setImmediate(boolean __immediate)
immediate
- - new valuepublic boolean isImmediate()
public void setLang(java.lang.String __lang)
lang
- - new valuepublic java.lang.String getLang()
public void setOnblur(java.lang.String __onblur)
onblur
- - new valuepublic java.lang.String getOnblur()
public void setOnclick(java.lang.String __onclick)
onclick
- - new valuepublic java.lang.String getOnclick()
public void setOndblclick(java.lang.String __ondblclick)
ondblclick
- - new valuepublic java.lang.String getOndblclick()
public void setOnfocus(java.lang.String __onfocus)
onfocus
- - new valuepublic java.lang.String getOnfocus()
public void setOnkeydown(java.lang.String __onkeydown)
onkeydown
- - new valuepublic java.lang.String getOnkeydown()
public void setOnkeypress(java.lang.String __onkeypress)
onkeypress
- - new valuepublic java.lang.String getOnkeypress()
public void setOnkeyup(java.lang.String __onkeyup)
onkeyup
- - new valuepublic java.lang.String getOnkeyup()
public void setOnmousedown(java.lang.String __onmousedown)
onmousedown
- - new valuepublic java.lang.String getOnmousedown()
public void setOnmousemove(java.lang.String __onmousemove)
onmousemove
- - new valuepublic java.lang.String getOnmousemove()
public void setOnmouseout(java.lang.String __onmouseout)
onmouseout
- - new valuepublic java.lang.String getOnmouseout()
public void setOnmouseover(java.lang.String __onmouseover)
onmouseover
- - new valuepublic java.lang.String getOnmouseover()
public void setOnmouseup(java.lang.String __onmouseup)
onmouseup
- - new valuepublic java.lang.String getOnmouseup()
public void setOutcome(java.lang.String __outcome)
outcome
- - new valuepublic java.lang.String getOutcome()
public void setPageflow(java.lang.String __pageflow)
setPageflow
in class UISeamCommandBase
pageflow
- - new valuepublic java.lang.String getPageflow()
getPageflow
in class UISeamCommandBase
public void setPropagation(java.lang.String __propagation)
setPropagation
in class UISeamCommandBase
propagation
- - new valuepublic java.lang.String getPropagation()
getPropagation
in class UISeamCommandBase
public void setRel(java.lang.String __rel)
rel
- - new valuepublic java.lang.String getRel()
public void setRev(java.lang.String __rev)
rev
- - new valuepublic java.lang.String getRev()
public void setShape(java.lang.String __shape)
shape
- - new valuepublic java.lang.String getShape()
public void setStyle(java.lang.String __style)
setStyle
in class UILink
style
- - new valuepublic java.lang.String getStyle()
getStyle
in class UILink
public void setStyleClass(java.lang.String __styleClass)
setStyleClass
in class UILink
styleClass
- - new valuepublic java.lang.String getStyleClass()
getStyleClass
in class UILink
public void setTabindex(java.lang.String __tabindex)
tabindex
- - new valuepublic java.lang.String getTabindex()
public void setTarget(java.lang.String __target)
target
- - new valuepublic java.lang.String getTarget()
public void setTaskInstance(java.lang.Object __taskInstance)
taskInstance
- - new valuepublic java.lang.Object getTaskInstance()
public void setTitle(java.lang.String __title)
title
- - new valuepublic java.lang.String getTitle()
public void setType(java.lang.String __type)
type
- - new valuepublic java.lang.String getType()
public void setView(java.lang.String __view)
setView
in class UISeamCommandBase
view
- - new valuepublic java.lang.String getView()
getView
in class UISeamCommandBase
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIOutput
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIOutput
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |