Interface TabbedPane

    • Method Detail

      • addTab

        Tab addTab​(String label,
                   String action,
                   boolean selected)
        Add a new tab to our TabPane.
        Parameters:
        label - The label of the tab.
        action - The action associated with this pane. Exemple : "javascript:onClick=viewByDay()"
        selected - Specify if the tab is selected.
      • addTab

        Tab addTab​(String label,
                   String action,
                   boolean selected,
                   boolean enabled)
        Add a new tab to our TabPane.
        Parameters:
        label - The label of the tab.
        action - The action associated with this pane. Exemple : "javascript:onClick=viewByDay()"
        selected - Specify if the tab is selected.
        enabled - Specify if the tab is enabled. If enabled is false, the action won't be possible.
      • print

        String print()
        Print the TabbedPane in an html format
        Specified by:
        print in interface SimpleGraphicElement
        Returns:
        The TabbedPane representation