Interface SupportsChildrenSelection

All Superinterfaces:
Component
All Known Implementing Classes:
AccordionImpl, TabSheetImpl

public interface SupportsChildrenSelection extends Component
Utility interface for components that show only selected child.
See Also:
  • Method Details

    • setChildSelected

      void setChildSelected(Component childComponent)
    • isChildSelected

      boolean isChildSelected(Component component)