|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| 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.icefaces.ace.component.tooltip.TooltipBase
public class TooltipBase
| Nested Class Summary | |
|---|---|
protected static class |
TooltipBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
TooltipBase()
|
|
| Method Summary | |
|---|---|
void |
addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
java.lang.String |
getDefaultEventName()
|
java.lang.String |
getDefaultExecute(java.lang.String event)
|
java.lang.String |
getDefaultRender(java.lang.String event)
|
javax.el.MethodExpression |
getDisplayListener()
Return the value of the displayListener property. |
java.util.Collection<java.lang.String> |
getEventNames()
|
java.lang.String |
getFamily()
|
java.lang.String |
getFor()
Return the value of the forVal property. |
java.lang.String |
getForContainer()
Return the value of the forContainer property. |
java.lang.String |
getForElement()
Return the value of the forElement property. |
int |
getHideDelay()
Return the value of the hideDelay property. |
java.lang.String |
getHideEffect()
Return the value of the hideEffect property. |
int |
getHideEffectLength()
Return the value of the hideEffectLength property. |
java.lang.String |
getHideEvent()
Return the value of the hideEvent property. |
java.lang.String |
getPosition()
Return the value of the position property. |
int |
getShowDelay()
Return the value of the showDelay property. |
java.lang.String |
getShowEffect()
Return the value of the showEffect property. |
int |
getShowEffectLength()
Return the value of the showEffectLength property. |
java.lang.String |
getShowEvent()
Return the value of the showEvent property. |
java.lang.String |
getTargetPosition()
Return the value of the targetPosition property. |
java.lang.String |
getWidgetVar()
Return the value of the widgetVar property. |
boolean |
isGlobal()
Return the value of the global property. |
boolean |
isSpeechBubble()
Return the value of the speechBubble property. |
void |
setDisplayListener(javax.el.MethodExpression displayListener)
Set the value of the displayListener property. |
void |
setFor(java.lang.String forValue)
Set the value of the forVal property. |
void |
setForContainer(java.lang.String forContainer)
Set the value of the forContainer property. |
void |
setForElement(java.lang.String forElement)
Set the value of the forElement property. |
void |
setGlobal(boolean global)
Set the value of the global property. |
void |
setHideDelay(int hideDelay)
Set the value of the hideDelay property. |
void |
setHideEffect(java.lang.String hideEffect)
Set the value of the hideEffect property. |
void |
setHideEffectLength(int hideEffectLength)
Set the value of the hideEffectLength property. |
void |
setHideEvent(java.lang.String hideEvent)
Set the value of the hideEvent property. |
void |
setPosition(java.lang.String position)
Set the value of the position property. |
void |
setShowDelay(int showDelay)
Set the value of the showDelay property. |
void |
setShowEffect(java.lang.String showEffect)
Set the value of the showEffect property. |
void |
setShowEffectLength(int showEffectLength)
Set the value of the showEffectLength property. |
void |
setShowEvent(java.lang.String showEvent)
Set the value of the showEvent property. |
void |
setSpeechBubble(boolean speechBubble)
Set the value of the speechBubble property. |
void |
setTargetPosition(java.lang.String targetPosition)
Set the value of the targetPosition property. |
void |
setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property. |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
getClientBehaviors |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public TooltipBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIOutputpublic void setPosition(java.lang.String position)
Set the value of the position property.
public java.lang.String getPosition()
Return the value of the position property.
public void setShowDelay(int showDelay)
Set the value of the showDelay property.
public int getShowDelay()
Return the value of the showDelay property.
public void setHideDelay(int hideDelay)
Set the value of the hideDelay property.
public int getHideDelay()
Return the value of the hideDelay property.
public void setGlobal(boolean global)
Set the value of the global property.
public boolean isGlobal()
Return the value of the global property.
public void setSpeechBubble(boolean speechBubble)
Set the value of the speechBubble property.
public boolean isSpeechBubble()
Return the value of the speechBubble property.
public void setDisplayListener(javax.el.MethodExpression displayListener)
Set the value of the displayListener property.
public javax.el.MethodExpression getDisplayListener()
Return the value of the displayListener property.
public void setHideEffect(java.lang.String hideEffect)
Set the value of the hideEffect property.
public java.lang.String getHideEffect()
Return the value of the hideEffect property.
public void setHideEvent(java.lang.String hideEvent)
Set the value of the hideEvent property.
public java.lang.String getHideEvent()
Return the value of the hideEvent property.
public void setFor(java.lang.String forValue)
Set the value of the forVal property.
public java.lang.String getFor()
Return the value of the forVal property.
public void setShowEvent(java.lang.String showEvent)
Set the value of the showEvent property.
public java.lang.String getShowEvent()
Return the value of the showEvent property.
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
public java.lang.String getWidgetVar()
Return the value of the widgetVar property.
public void setShowEffectLength(int showEffectLength)
Set the value of the showEffectLength property.
public int getShowEffectLength()
Return the value of the showEffectLength property.
public void setHideEffectLength(int hideEffectLength)
Set the value of the hideEffectLength property.
public int getHideEffectLength()
Return the value of the hideEffectLength property.
public void setForElement(java.lang.String forElement)
Set the value of the forElement property.
public java.lang.String getForElement()
Return the value of the forElement property.
public void setShowEffect(java.lang.String showEffect)
Set the value of the showEffect property.
public java.lang.String getShowEffect()
Return the value of the showEffect property.
public void setTargetPosition(java.lang.String targetPosition)
Set the value of the targetPosition property.
public java.lang.String getTargetPosition()
Return the value of the targetPosition property.
public void setForContainer(java.lang.String forContainer)
Set the value of the forContainer property.
public java.lang.String getForContainer()
Return the value of the forContainer property.
public java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultRender(java.lang.String event)
getDefaultRender in interface IceClientBehaviorHolderpublic java.lang.String getDefaultExecute(java.lang.String event)
getDefaultExecute in interface IceClientBehaviorHolder
public void addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class javax.faces.component.UIComponentBase
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||