ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.tooltip
Class TooltipBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.icefaces.ace.component.tooltip.TooltipBase
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, IceClientBehaviorHolder
Direct Known Subclasses:
Tooltip

public class TooltipBase
extends javax.faces.component.UIOutput
implements IceClientBehaviorHolder


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

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

TooltipBase

public TooltipBase()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIOutput

setPosition

public void setPosition(java.lang.String position)

Set the value of the position property.


getPosition

public java.lang.String getPosition()

Return the value of the position property.


setShowDelay

public void setShowDelay(int showDelay)

Set the value of the showDelay property.


getShowDelay

public int getShowDelay()

Return the value of the showDelay property.


setHideDelay

public void setHideDelay(int hideDelay)

Set the value of the hideDelay property.


getHideDelay

public int getHideDelay()

Return the value of the hideDelay property.


setGlobal

public void setGlobal(boolean global)

Set the value of the global property.


isGlobal

public boolean isGlobal()

Return the value of the global property.


setSpeechBubble

public void setSpeechBubble(boolean speechBubble)

Set the value of the speechBubble property.


isSpeechBubble

public boolean isSpeechBubble()

Return the value of the speechBubble property.


setDisplayListener

public void setDisplayListener(javax.el.MethodExpression displayListener)

Set the value of the displayListener property.


getDisplayListener

public javax.el.MethodExpression getDisplayListener()

Return the value of the displayListener property.


setHideEffect

public void setHideEffect(java.lang.String hideEffect)

Set the value of the hideEffect property.


getHideEffect

public java.lang.String getHideEffect()

Return the value of the hideEffect property.


setHideEvent

public void setHideEvent(java.lang.String hideEvent)

Set the value of the hideEvent property.


getHideEvent

public java.lang.String getHideEvent()

Return the value of the hideEvent property.


setFor

public void setFor(java.lang.String forValue)

Set the value of the forVal property.


getFor

public java.lang.String getFor()

Return the value of the forVal property.


setShowEvent

public void setShowEvent(java.lang.String showEvent)

Set the value of the showEvent property.


getShowEvent

public java.lang.String getShowEvent()

Return the value of the showEvent property.


setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

Set the value of the widgetVar property.


getWidgetVar

public java.lang.String getWidgetVar()

Return the value of the widgetVar property.


setShowEffectLength

public void setShowEffectLength(int showEffectLength)

Set the value of the showEffectLength property.


getShowEffectLength

public int getShowEffectLength()

Return the value of the showEffectLength property.


setHideEffectLength

public void setHideEffectLength(int hideEffectLength)

Set the value of the hideEffectLength property.


getHideEffectLength

public int getHideEffectLength()

Return the value of the hideEffectLength property.


setForElement

public void setForElement(java.lang.String forElement)

Set the value of the forElement property.


getForElement

public java.lang.String getForElement()

Return the value of the forElement property.


setShowEffect

public void setShowEffect(java.lang.String showEffect)

Set the value of the showEffect property.


getShowEffect

public java.lang.String getShowEffect()

Return the value of the showEffect property.


setTargetPosition

public void setTargetPosition(java.lang.String targetPosition)

Set the value of the targetPosition property.


getTargetPosition

public java.lang.String getTargetPosition()

Return the value of the targetPosition property.


setForContainer

public void setForContainer(java.lang.String forContainer)

Set the value of the forContainer property.


getForContainer

public java.lang.String getForContainer()

Return the value of the forContainer property.


getEventNames

public java.util.Collection<java.lang.String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public java.lang.String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getDefaultRender

public java.lang.String getDefaultRender(java.lang.String event)
Specified by:
getDefaultRender in interface IceClientBehaviorHolder

getDefaultExecute

public java.lang.String getDefaultExecute(java.lang.String event)
Specified by:
getDefaultExecute in interface IceClientBehaviorHolder

addClientBehavior

public void addClientBehavior(java.lang.String eventName,
                              javax.faces.component.behavior.ClientBehavior behavior)
Specified by:
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
addClientBehavior in class javax.faces.component.UIComponentBase

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.