public class ToolTipTag extends ToolTipTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
ToolTipTag() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
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 |
setAjaxSingle(javax.el.ValueExpression __ajaxSingle)
boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying) to the component which sends the request only.
|
void |
setAttached(javax.el.ValueExpression __attached)
If the value of the "attached" attribute is "true", a component is attached to the parent component;
if "false", component does not listen to activating browser events, but could be activated externally.
|
void |
setDirection(javax.el.ValueExpression __direction)
Defines direction of the popup list to appear.
|
void |
setDisabled(javax.el.ValueExpression __disabled)
If false the components is rendered on the client but JavaScript for calling disabled.
|
void |
setFollowMouse(javax.el.ValueExpression __followMouse)
If "true" tooltip should follow the mouse while it moves over the parent element.
|
void |
setFor(javax.el.ValueExpression __for)
Id of the target component
Setter for for
|
void |
setHideDelay(javax.el.ValueExpression __hideDelay)
Delay in milliseconds before tooltip will be hidden.
|
void |
setHideEvent(javax.el.ValueExpression __hideEvent)
Event that triggers the tooltip disappearance.
|
void |
setHorizontalOffset(javax.el.ValueExpression __horizontalOffset)
Sets the horizontal offset between pop-up list and mouse pointer.
|
void |
setImmediate(javax.el.ValueExpression __immediate)
True means, that the default ActionListener should be executed
immediately (i.e. during Apply Request Values phase of the
request processing lifecycle), rather than waiting until the
Invoke Application phase
Setter for immediate
|
void |
setLayout(javax.el.ValueExpression __layout)
Block/inline mode flag.
|
void |
setMode(javax.el.ValueExpression __mode)
Controls the way of data loading to a tooltip.
|
void |
setOncomplete(javax.el.ValueExpression __oncomplete)
JavaScript code for call after the tooltip shown
Setter for oncomplete
|
void |
setOnhide(javax.el.ValueExpression __onhide)
JavaScript code for call after the tooltip hidden
Setter for onhide
|
void |
setOnshow(javax.el.ValueExpression __onshow)
JavaScript code for call after the tooltip called (some element overed) but before its requesting
Setter for onshow
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setShowDelay(javax.el.ValueExpression __showDelay)
Delay in milliseconds before tooltip will be displayed.
|
void |
setValue(javax.el.ValueExpression __value)
The current value for this component
Setter for value
|
void |
setVerticalOffset(javax.el.ValueExpression __verticalOffset)
Sets the vertical offset between pop-up list and mouse pointer.
|
void |
setZorder(javax.el.ValueExpression __zorder)
The same as CSS z-index for toolTip.
|
setEvent, setShowEvent
setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle
getExpressionFactory, isValueReference, setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setDoubleProperty, setDoubleProperty, setFloatProperty, setFloatProperty, setIntegerProperty, setIntegerProperty, setLongProperty, setLongProperty, setProperty, setProperty, setStringProperty, setStringProperty, setValueChangedListenerProperty, setValueProperty, setValueProperty
setActionListenerProperty, setActionProperty, setConverterProperty, setRowKeyConverterProperty, setValidatorProperty, setValueChangeListenerProperty
createComponent, getELContext, hasBinding, setBinding, setRendered
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
public void setAction(javax.el.MethodExpression __action)
action
- - new valuepublic void setActionListener(javax.el.MethodExpression __actionListener)
actionListener
- - new valuepublic void setAjaxSingle(javax.el.ValueExpression __ajaxSingle)
ajaxSingle
- - new valuepublic void setAttached(javax.el.ValueExpression __attached)
attached
- - new valuepublic void setDirection(javax.el.ValueExpression __direction)
direction
- - new valuepublic void setDisabled(javax.el.ValueExpression __disabled)
disabled
- - new valuepublic void setFollowMouse(javax.el.ValueExpression __followMouse)
followMouse
- - new valuepublic void setFor(javax.el.ValueExpression __for)
for
- - new valuepublic void setHideDelay(javax.el.ValueExpression __hideDelay)
hideDelay
- - new valuepublic void setHideEvent(javax.el.ValueExpression __hideEvent)
hideEvent
- - new valuepublic void setHorizontalOffset(javax.el.ValueExpression __horizontalOffset)
horizontalOffset
- - new valuepublic void setImmediate(javax.el.ValueExpression __immediate)
immediate
- - new valuepublic void setLayout(javax.el.ValueExpression __layout)
layout
- - new valuepublic void setMode(javax.el.ValueExpression __mode)
mode
- - new valuepublic void setOncomplete(javax.el.ValueExpression __oncomplete)
oncomplete
- - new valuepublic void setOnhide(javax.el.ValueExpression __onhide)
onhide
- - new valuepublic void setOnshow(javax.el.ValueExpression __onshow)
onshow
- - new valuepublic void setShowDelay(javax.el.ValueExpression __showDelay)
showDelay
- - new valuepublic void setValue(javax.el.ValueExpression __value)
value
- - new valuepublic void setVerticalOffset(javax.el.ValueExpression __verticalOffset)
verticalOffset
- - new valuepublic void setZorder(javax.el.ValueExpression __zorder)
zorder
- - new valuepublic void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class ToolTipTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class ToolTipTagBase
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTagBase
public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTagBase
Copyright © 2014. All Rights Reserved.