|
ICEfaces ICE Components 3.3.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.UIPanel
javax.faces.component.html.HtmlPanelGroup
com.icesoft.faces.component.ext.HtmlPanelGroup
com.icesoft.faces.component.panelpopup.PanelPopup
com.icesoft.faces.component.paneltooltip.PanelTooltip
public class PanelTooltip
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.faces.component.html.HtmlPanelGroup |
---|
javax.faces.component.html.HtmlPanelGroup.PropertyKeys |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
The component type. |
static java.lang.String |
DEFAULT_RENDERER_TYPE
The default renderer type. |
static java.lang.String |
ICE_TOOLTIP_INFO
|
Fields inherited from class com.icesoft.faces.component.ext.HtmlPanelGroup |
---|
RENDERER_TYPE, SCROLLABLE_STYLE, visible |
Fields inherited from class javax.faces.component.UIPanel |
---|
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 | |
---|---|
PanelTooltip()
|
Method Summary | |
---|---|
void |
applyStyle(javax.faces.context.FacesContext facesContext,
org.w3c.dom.Element root)
|
void |
broadcast(javax.faces.event.FacesEvent event)
|
void |
decode(javax.faces.context.FacesContext context)
|
static void |
decodeTooltip(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent target)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
javax.faces.el.MethodBinding |
getDisplayListener()
Return the value of the displayListener property. |
java.lang.String |
getDisplayOn()
|
java.lang.String |
getHideOn()
|
int |
getHoverDelay()
|
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
static TooltipInfo |
getTooltipInfo(javax.faces.component.UIComponent tooltipComponent,
java.lang.String tooltipClientId)
|
javax.faces.component.UIComponent |
getTooltipSrcComponent()
Deprecated. |
boolean |
isDynamic()
|
boolean |
isMoveWithMouse()
|
boolean |
isVisible()
Return the value of the visible property. |
static void |
populateTooltipInfo(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent target,
java.lang.String tooltipinfo)
|
void |
processUpdates(javax.faces.context.FacesContext context)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object. |
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object. |
void |
setDisplayListener(javax.faces.el.MethodBinding displayListener)
Set the value of the displayListener property. |
void |
setDisplayOn(java.lang.String displayOn)
|
void |
setHideOn(java.lang.String hideOn)
|
void |
setHoverDelay(int hoverDelay)
|
void |
setMoveWithMouse(boolean moveWithMouse)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setTooltipSrcComponent(javax.faces.component.UIComponent tooltipSrcComponent)
Deprecated. |
void |
updateModal(javax.faces.context.FacesContext context)
|
Methods inherited from class com.icesoft.faces.component.panelpopup.PanelPopup |
---|
getAutoPosition, getBody, getBodyClass, getHeader, getHeaderClass, getStyle, getTitle, isAutoCentre, isClientOnly, isDragged, isModal, isPositionOnLoadOnly, isRendered, isResizable, isRunningModal, isVisibilityChanged, processDecodes, setAutoCentre, setAutoPosition, setClientOnly, setDragged, setModal, setPositionOnLoadOnly, setResizable, setRunningModal, setStyle, setTitle |
Methods inherited from class javax.faces.component.html.HtmlPanelGroup |
---|
getLayout, setLayout |
Methods inherited from class javax.faces.component.UIPanel |
---|
getFamily |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, clearInitialState, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, 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 |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
public static java.lang.String ICE_TOOLTIP_INFO
Constructor Detail |
---|
public PanelTooltip()
Method Detail |
---|
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
public int getHoverDelay()
public void setHoverDelay(int hoverDelay)
public java.lang.String getHideOn()
public void setHideOn(java.lang.String hideOn)
public boolean isDynamic()
public javax.faces.component.UIComponent getTooltipSrcComponent()
public void setTooltipSrcComponent(javax.faces.component.UIComponent tooltipSrcComponent)
public java.lang.String getStyleClass()
HtmlPanelGroup
Return the value of the styleClass
property.
getStyleClass
in class PanelPopup
public void setStyleClass(java.lang.String styleClass)
setStyleClass
in class PanelPopup
public void updateModal(javax.faces.context.FacesContext context)
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public void applyStyle(javax.faces.context.FacesContext facesContext, org.w3c.dom.Element root)
applyStyle
in class PanelPopup
public void decode(javax.faces.context.FacesContext context)
decode
in class HtmlPanelGroup
public static void decodeTooltip(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent target)
public static void populateTooltipInfo(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent target, java.lang.String tooltipinfo)
public static TooltipInfo getTooltipInfo(javax.faces.component.UIComponent tooltipComponent, java.lang.String tooltipClientId)
public javax.faces.el.MethodBinding getDisplayListener()
Return the value of the displayListener
property.
public void setDisplayListener(javax.faces.el.MethodBinding displayListener)
Set the value of the displayListener
property.
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class HtmlPanelGroup
javax.faces.event.AbortProcessingException
public boolean isVisible()
Return the value of the visible
property.
isVisible
in class HtmlPanelGroup
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
HtmlPanelGroup
Perform any processing required to restore the state from the entries in the state Object.
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class PanelPopup
public java.lang.Object saveState(javax.faces.context.FacesContext context)
HtmlPanelGroup
Gets the state of the instance as a Serializable
Object.
saveState
in interface javax.faces.component.StateHolder
saveState
in class PanelPopup
public void setDisplayOn(java.lang.String displayOn)
public java.lang.String getDisplayOn()
public boolean isMoveWithMouse()
public void setMoveWithMouse(boolean moveWithMouse)
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |