ICEfaces
  1. ICEfaces
  2. ICE-8246

Add new Showcase demos for the ace:autoCompleteEntry component

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.0.BETA2
    • Fix Version/s: 3.1
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      ICEfaces 3.1
    • Assignee Priority:
      P2
    • Affects:
      Sample App./Tutorial

      Description

      To clearly demonstrate the features of the new ace:autoCompleteEntry component, we should create new Showcase app. demos for it as follows:

      Overview:

      - Basic autoComplete demo

      Select Items:

      - Existing "Overview" demo, sharpened up.

      Facet:

      - Existing "Complex" demo with more interesting layout/styling in the list facet

      Match Criteria:

      - Allows user to config.: filterMatchMode, caseSensitive settings.

      Lazy-Loading:

      - Existing "Lazy Example" sharpened up.
       
      Self-Labelling,
      Required Indicator,
      Required Styling:

      - All based on the corresponding ace:textEntry demos, but using ace:autoCompleteEntry components.



        Activity

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Salesforce Case []
        Description To clearly demonstrate the features of the new ace:textEntry component, we should create new Showcase app. demos for it as follows:

        Overview:

        - Based on the existing "http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=textEntryBean" demo.
        - Keep it as-is.

        Self-Labelling:

        - Based on the existing "http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=textEntryBean" demo.
        - Only shows label rendering and positioning, not combined with Req./Opt. rendering. (Remove the Required Indicator list box)
         
        Required Indicator:

        - Based on the existing "http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=textEntryBean" demo.
        - Shows label rendering and positioning, as well as Req./Opt. rendering.
        - Add Entry fields to specify/edit the Required and Optional indicator strings.

        Required Styling:

        - Uses app. level styling of the .ui-inputfield.ui-state-required and .ui-inputfield.ui-state-optional style classes to demo custom styling or Req. or Optional fields.


        AutoTab:

        - Config. region to specify the maxLength of the textEntry fields and whether autoTab is enabled (checkbox).
        - Small form with 3 or 4 textEntry components that user can type into to see the autoTab behaviour in action.



        To clearly demonstrate the features of the new ace:autoCompleteEntry component, we should create new Showcase app. demos for it as follows:

        Overview:

        - Basic autoComplete demo

        Select Items:

        - Existing "Overview" demo, sharpened up.

        Facet:

        - Existing "Complex" demo with more interesting layout/styling in the list facet

        Match Criteria:

        - Allows user to config.: filterMatchMode, caseSensitive settings.

        Lazy-Loading:

        - Existing "Lazy Example" sharpened up.
         
        Self-Labelling,
        Required Indicator,
        Required Styling:

        - All based on the corresponding ace:textEntry demos, but using ace:autoCompleteEntry components.



        Ken Fyten made changes -
        Fix Version/s 3.1.0.RC1 [ 10337 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #29931 Wed Jul 11 15:07:04 MDT 2012 carlo.guglielmin ICE-8246 - Added position label, indicator, req style demos for autoCompleteEntry component
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryReqStyleBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryIndicatorBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryIndicator.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryLabelBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryLabel.xhtml
        Commit graph ADD /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/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/AutoCompleteEntryBean.java
        Hide
        Carlo Guglielmin added a comment -

        r29931 - Added "self-labelling", required indicator, and required styling demos similar to ace:dateTimeEntry and eventually ace:textEntry.

        Show
        Carlo Guglielmin added a comment - r29931 - Added "self-labelling", required indicator, and required styling demos similar to ace:dateTimeEntry and eventually ace:textEntry.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #29950 Thu Jul 12 11:52:08 MDT 2012 carlo.guglielmin ICE-8246 - Added some new autoCompleteEntry demos: Match Criteria, Select Items, Displayed Rows. Renamed Complex to Facet. General cleanup as well alo the lines of the issues outlined in the bug.
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntrySelect.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryRows.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/showcase_styles.css
        Commit graph DEL /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryComplex.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryFacet.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/css/images/house.png
        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/AutoCompleteEntryBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryMatch.xhtml
        Commit graph DEL /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/AutoCompleteEntryFacetBean.java
        Commit graph ADD /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/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryLazy.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryRowsBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntrySelectBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #29952 Thu Jul 12 11:55:31 MDT 2012 carlo.guglielmin ICE-8246 - Added case sensitive flag for Match Criteria.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/autocompleteentry/autoCompleteEntryMatch.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/autocompleteentry/AutoCompleteEntryMatchBean.java
        Hide
        Carlo Guglielmin added a comment -

        r29950 - Added and revised all the demos outlined in the bug.

        Show
        Carlo Guglielmin added a comment - r29950 - Added and revised all the demos outlined in the bug.
        Carlo Guglielmin made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Carlo Guglielmin
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: