Class TabbedPanelContentPanelProperties

    • Constructor Detail

      • TabbedPanelContentPanelProperties

        public TabbedPanelContentPanelProperties()
        Constructs an empty TabbedPanelContentPanelProperties object
      • TabbedPanelContentPanelProperties

        public TabbedPanelContentPanelProperties​(PropertyMap map)
        Constructs a TabbedPanelContentPanelProperties map with the given map as property storage
        Parameters:
        map - map to store properties in
      • TabbedPanelContentPanelProperties

        public TabbedPanelContentPanelProperties​(TabbedPanelContentPanelProperties inheritFrom)
        Constructs a TabbedPanelContentPanelProperties object that inherits its properties from the given TabbedPanelContentPanelProperties object
        Parameters:
        inheritFrom - TabbedPanelContentPanelProperties object to inherit properties from
    • Method Detail

      • getComponentProperties

        public ComponentProperties getComponentProperties()
        Gets the component properties
        Returns:
        component properties
      • getShapedPanelProperties

        public ShapedPanelProperties getShapedPanelProperties()
        Gets the shaped panel properties
        Returns:
        shaped panel properties
        Since:
        ITP 1.2.0
      • setHoverListener

        public TabbedPanelContentPanelProperties setHoverListener​(HoverListener listener)

        Sets the hover listener that will be triggered when the content area is hoverd by the mouse.

        The tabbed panel that the hovered content area is part of will be the source of the hover event sent to the hover listener.

        Parameters:
        listener - the hover listener
        Returns:
        this TabbedPanelContentPanelProperties
        Since:
        ITP 1.3.0
      • getHoverListener

        public HoverListener getHoverListener()

        Gets the hover listener that will be triggered when the content area is hovered by the mouse.

        The tabbed panel that the hovered content area is part of will be the source of the hover event sent to the hover listener.

        Returns:
        the hover listener
        Since:
        ITP 1.3.0