Class PopupPanel
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
com.webmethods.caf.faces.component.panel.PopupPanel
- All Implemented Interfaces:
EventListener
,PartialStateHolder
,StateHolder
,TransientStateHolder
,ComponentSystemEventListener
,FacesListener
,SystemEventListenerHolder
- Direct Known Subclasses:
Tooltip
Displays children as popup for a specifed control.
-
Field Summary
FieldsFields inherited from class javax.faces.component.UIPanel
COMPONENT_FAMILY, COMPONENT_TYPE
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClick()
Component (or null) for which this panel is displayed when hovered over by the mouse.getFor()
Component (or null) for which this tooltip is displayed when clicked.Component (or null) for which this tooltip is displayed when clicked.getHover()
Component (or null) for which this panel is displayed when hovered over by the mouse.boolean
isClose()
boolean
void
void
setClose
(boolean close) void
setCloseOnClick
(boolean closeOnClick) void
void
setForRightClick
(String _for) void
setHideEffect
(String hideEffect) void
setHideEffectOptions
(String hideEffectOptions) void
void
setPosition
(String position) void
setShowEffect
(String showEffect) void
setShowEffectOptions
(String showEffectOptions) void
setValueBinding
(String name, ValueBinding binding) Deprecated.void
setValueExpression
(String name, ValueExpression expression) Override to switch "for" to "click"Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
PopupPanel
public PopupPanel()
-
-
Method Details
-
getForComponent
Component (or null) for which this tooltip is displayed when clicked. -
getHoverComponent
Component (or null) for which this panel is displayed when hovered over by the mouse. -
getClickComponent
Component (or null) for which this panel is displayed when hovered over by the mouse. -
getForRightClickComponent
Component (or null) for which this tooltip is displayed when clicked. -
setValueBinding
Deprecated.Override to switch "for" to "click"- Overrides:
setValueBinding
in classUIComponentBase
-
setValueExpression
Override to switch "for" to "click"- Overrides:
setValueExpression
in classUIComponent
-
getFor
-
setFor
-
getClick
-
setClick
-
getForRightClick
-
setForRightClick
-
getHover
-
setHover
-
getPosition
-
setPosition
-
isClose
public boolean isClose() -
setClose
public void setClose(boolean close) -
isCloseOnClick
public boolean isCloseOnClick() -
setCloseOnClick
public void setCloseOnClick(boolean closeOnClick) -
getHideEffect
-
setHideEffect
-
getHideEffectOptions
-
setHideEffectOptions
-
getShowEffect
-
setShowEffect
-
getShowEffectOptions
-
setShowEffectOptions
-