ICEfaces
  1. ICEfaces
  2. ICE-8366

ace:tooltip - Add ability to dynamically change contents based off of dataTable contents

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.0.RC1
    • Fix Version/s: 3.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Its now possible to define an ace:tooltip outside of an ace:dataTable (or other iterative component). At the moment its not possible to dynamically change the contents of the tooltip based off of a row/cell.

      Withe the ice:panelTooltip this was accomplished by defining a contextValue for the panelGroup. This contextValue could then be retrieved when the displayListener was called through the DisplayEvent object.

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30753 Fri Sep 07 16:09:42 MDT 2012 art.zambrano ICE-8366 added delegate tooltip demo to showcase
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/tooltip/TooltipOverviewBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/tooltip/DelegateTooltipBean.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/tooltip/delegateTooltip.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30749 Fri Sep 07 15:54:56 MDT 2012 art.zambrano ICE-8366 added improvement to not require a displayListener in order to use the delegate ability; added checks to avoid NPE's that could occur under certain scenarios; updated tld documentation
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30726 Thu Sep 06 18:52:09 MDT 2012 art.zambrano ICE-8366 changed ace:tooltipDelegate for ace:delegate; changed 'from' and 'to' attributes in ace:tooltip to 'fetch' and 'store'
          Files Changed
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/delegate/Delegate.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/delegate/DelegateRenderer.java
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipDelegateRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipRenderer.java
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipDelegateMeta.java
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipDelegate.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/delegate/DelegateMeta.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/delegate
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30640 Thu Aug 30 10:28:17 MDT 2012 art.zambrano ICE-8366 ace:tooltip, added ace:tooltipDelegate component and ability to register tooltip listeners on such component instead of registering tooltip listeners in each row, when applying ace:tooltip on a component inside an iterative container, from outside; also added ability to evaluate an EL expression at the same row of the component that triggered the tooltip display event and store it in a bean property
          Files Changed
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipDelegateRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/Tooltip.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipDelegateMeta.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipDelegate.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30594 Thu Aug 23 12:41:40 MDT 2012 art.zambrano ICE-8366 ace:tooltip, fixed styling and speech-bubble feature; added readme.txt to keep track of changes
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.css
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/readme.txt
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #30591 Thu Aug 23 10:42:16 MDT 2012 art.zambrano ICE-8366 ace:tooltip, upgraded to qtip2
          Files Changed
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip.debug-1.0.0-rc3.js
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-1.0.0-rc3.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tooltip/TooltipRenderer.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/jquery.qtip-2.0.0.css
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/readme.txt
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Arran Mccullough
            • Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: