ICEfaces
  1. ICEfaces
  2. ICE-2048

panelCollapsible should be using primitive boolean type for expanded attribute instead of Boolean object type

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6
    • Fix Version/s: 1.6.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      panelCollapsible + expanded

      Description

      The panelCollapsible is using the Boolean object type for the expanded attribute, which does not align with the API of other components. In addition to that it is not convenient to use in the bean. To make a decision based on expanded state the following call needs to be made:

      if (component.isExpanded().booleanValue()) {
           ....
      }

      instead of

      if (component.isExpanded()) {
       ....
      }

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Unassigned
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: