Protected_This event is fired before a tab is selected. If you set cancel to true, the tab will not be selected.
This event is raised whenever the TabStrip component determines it would be advisable to conduct any necessary resizing action in the parent container. Implement an event handler to handle this, if desired, for your application.
This property determines how many pixels to scroll when the scrollLeft or scrollRight methods are called.
This event is fired after a tab is closed.
This event is fired when a tab is right-clicked and the context menu event from the tab header fires.
This event is fired whenever the tab control is scrolled left or right. This event can be invoked either due to a user clicking on the left/right buttons or by calling the scrollLeft/scrollRight methods, or by the ScrollIntoView method being called.
This event is fired when a tab is selected.
StaticOutputThe index of the selected tab. You can get/set this value and it will change the displayed tab.
Returns a read-only (copy) of the tab bodies in this tab strip.
Returns a read-only (copy) of the tabs in this tab strip.
ProtectedcheckMethod will close the specified tab number. It is automatically called by a tab that has TabCloseable set to true, if the user clicks the close button, and can be called programatically as well.
ProtectedinnerA callback method that is invoked immediately after the default change detector has completed checking all of the directive's content.
A callback method that is invoked immediately after Angular has completed initialization of all of the directive's content. It is invoked only once when the directive is instantiated.
A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
This method will scroll the specified tab index into view if it is not currently visible in the tab strip.
ProtectedscrollThis method will attempt to set the current tab by name. If the tab is found, it will be selected and the method will return the tab object. If the tab is not found, the method will return undefined.
ProtectedsyncProtected StaticOutput
This event is fired before a tab is closed. If you set cancel to true, the tab will not be closed.