ICEfaces
  1. ICEfaces
  2. ICE-9123

Rationalise ClientEvent defaultExecute defaultRender values

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.3
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ACE components
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      @ClientEvent defaultExecute and defaultRender should follow specific policies for the various types of components: container, command, input, output, with some specific exceptions in certain situations.

      Changes for defaultExecute:

      ace:accordion : panechange : @all ==> @this
      ace:dialog : close : @all ==> @this
      ace:droppable : drop : @all ==> @this + other(draggable)
      ace:list : migrate : @all ==> @this (+ dynamic destination list id)
      ace:notificationPanel : display / close : @all ==> @this
      ace:resizable : resize : @all ==> @this
      ace:tabSet : serverSideTabChange : @all ==> @this + other(if tabSetProxy)
      ace:tooltip : display : @all ==> @this
      ace:autocompleteEntry : * : @all ==> @this
      ace:checkboxButton : activate : @all ==> @this
      ace:dateTimeEntry : dateSelect : @all ==> @this
      ace:list : migrate : @all ==> @this (+ dynamic destination list id)
      ace:maskedEntry : blur : @all ==> @this
      ace:tableConfigPanel : open/cancel : @all ==> @this
      ace:tableConfigPanel : submit : @all ==> @this (+ dynamic table id)
      ace:richTextEntry : save : @all ==> @this
      ace:simpleSelectOneMenu : * : @all ==> @this
      ace:sliderEntry : * : @all ==> @this
      ace:tableConfigPanel : * : @all ==> @this + other(dataTable)
      ace:dataExporter : activate : @all ==> @this + other(dataTable)

      Changes for defaultRender:

      ace:list : select/deselect/move : @this ==> @all
      ace:dataTable : editSubmit : @this ==> @all
      ace:progressBar : complete/cancel/change : @this ==> @all
      ace:textEntry, TextEntryArea : blur : @this ==> @all

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34251 Fri Apr 05 13:48:24 MDT 2013 nils.lundquist ICE-9123 - Adjusted ace:list & ace:tableConfigPanel to dynamically add execute targets to ace:ajax options as needed. Removed need for @all defaultExecute.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tableconfigpanel/TableConfigPanelMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34249 Fri Apr 05 12:43:14 MDT 2013 nils.lundquist ICE-9123 - Broaden defaultRender of container component features.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34241 Thu Apr 04 18:08:01 MDT 2013 art.zambrano ICE-9123 Rationalise ClientEvent defaultExecute defaultRender values
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/accordion/AccordionMeta.java
          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/multicolumnsubmenu/MultiColumnSubmenuMeta.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/notificationpanel/NotificationPanelMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/sliderentry/SliderEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/progressbar/ProgressBarMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/resizable/ResizableMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/DataExporterMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dnd/DraggableMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dnd/DroppableMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34224 Thu Apr 04 12:19:00 MDT 2013 nils.lundquist ICE-9123 - Update ace:checkbox defaultExecute
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbutton/CheckboxButtonMeta.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34222 Wed Apr 03 18:18:23 MDT 2013 yip.ng ICE-9123: Rationalise ClientEvent defaultExecute defaultRender values.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textareaentry/TextAreaEntryMeta.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/themeselect/ThemeSelectMeta.java

            People

            • Assignee:
              Unassigned
              Reporter:
              Mark Collette
            • Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: