ICEfaces
  1. ICEfaces
  2. ICE-7818

New ace:autoCompleteEntry component

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.1.0.BETA2, 3.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 3, ACE Components
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Add a new ace:autoCompleteEntry component.

      Key Features include:

      - Ability to display simple and compound content in the popup list (simple value string list or JSF facet content for each row)
      - Support an internal data model for select options
      - Configurable options include: millisTypingDelay before submit, min chars before submit, case insensitivity, match criteria (startsWith (default) or match anywhere)
      - Optionally display button to use a combo-box. Clicking button will display list of possible matches, even without any chars entered.
      - Popup list direction attribute to force popup direction, otherwise uses auto positioning logic (like ace:subMenu).
      - Ability to set the popup list height value which will provide a vertical scrollbar in the pop-list if necessary to display the number of rows being displayed.

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #31751 Wed Oct 24 18:08:32 MDT 2012 art.zambrano ICE-7818 removed actionListener from ace:autoCompleteEntry demos
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryIndicator.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryMatchBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryLazyBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryReqStyle.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryLazy.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryRowsBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntry.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntrySelectBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryData.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29754 Thu Jun 28 14:14:55 MDT 2012 art.zambrano ICE-7818 removed borders from individual results in the list
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29342 Wed Jun 06 12:20:27 MDT 2012 art.zambrano ICE-7818 updated tlddoc for new attributes
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29274 Thu May 31 18:57:44 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added minChars, delay, direction, height, and caseSensitive attributes; added more Themeroller styling
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29113 Thu May 17 19:01:14 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added some more functionality to demos
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryComplexBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/City.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryLazyBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryLazy.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryComplex.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryData.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29100 Thu May 17 14:55:00 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, adjusted vertical position of list to avoid overlapping; added themeroller styling to text field
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29098 Thu May 17 14:17:10 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, fixed list alignments in 'complex' and 'lazy' demos
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryLazy.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryComplex.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29096 Thu May 17 14:02:05 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, IE fix for cursor moving to beginning of text field when list appears
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29094 Thu May 17 12:27:56 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, fix for cursor moving to beginning of text field when list appears
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29090 Thu May 17 10:40:14 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added lazy loading demo, committing messages.properties changes
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29085 Thu May 17 01:16:55 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added lazy loading demo
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryComplexBean.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/City.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryLazyBean.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryLazy.xhtml
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryBean.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryData.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29084 Wed May 16 17:53:16 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added Themeroller support
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29076 Wed May 16 16:45:52 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added ace:ajax support
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29069 Wed May 16 13:58:51 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, removed TextChangeEvent in favour of the standard ValueChangeEvent
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Commit graph DEL /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/TextChangeEvent.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29051 Tue May 15 15:49:16 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, fixed usability issue in IE with displaying the list over the text input element
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29049 Tue May 15 15:06:29 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, fixed selection issue when using facet-rendering mode
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29047 Tue May 15 12:21:13 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, made fix to handle SelectItem's and POJOs properly
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29046 Tue May 15 12:18:24 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added an initial version demo to ICEfaces showcase
          Files Changed
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/autocompleteentry/World_Cities_Location_table.txt
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryComplexBean.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/navigation/AceMenu.java
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryComplex.xhtml
          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/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntry.xhtml
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/autocompleteentry
          Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryBean.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29042 Tue May 15 10:46:37 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added auto-filtering capabilities
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28998 Thu May 10 15:56:55 MDT 2012 art.zambrano ICE-7818 ace:autoCompleteEntry, added support for using a facet to render rows with arbitrary markup
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28993 Thu May 10 14:25:39 MDT 2012 art.zambrano ICE-7818 New ace:autoCompleteEntry component; initial check-in
          Files Changed
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/KeyEvent.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/TextChangeEvent.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
          Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Ken Fyten
            • Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: