com.github.mvysny.kaributesting.v23.Tabs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karibu-testing-v23 Show documentation
Show all versions of karibu-testing-v23 Show documentation
Karibu Testing, support for browserless Vaadin testing in Kotlin
The newest version!
package com.github.mvysny.kaributesting.v23
import com.github.mvysny.kaributesting.v10._expectEditableByUser
import com.github.mvysny.kaributools.v23.owner
import com.vaadin.flow.component.tabs.Tab
/**
* Selects this tab, but only if the tab can be selected by the user (it is visible and enabled).
*/
public fun Tab._select() {
_expectEditableByUser()
owner.selectedTab = this
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy