Class ExpandAdapter

    • Constructor Detail

      • ExpandAdapter

        public ExpandAdapter()
    • Method Detail

      • itemCollapsed

        public void itemCollapsed​(ExpandEvent e)
        Sent when an item is collapsed. The default behavior is to do nothing.
        Specified by:
        itemCollapsed in interface ExpandListener
        Parameters:
        e - an event containing information about the operation
      • itemExpanded

        public void itemExpanded​(ExpandEvent e)
        Sent when an item is expanded. The default behavior is to do nothing.
        Specified by:
        itemExpanded in interface ExpandListener
        Parameters:
        e - an event containing information about the operation