reversi
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
reversi
reversi-app
/
pt.isel.reversi.app.pages.lobby.lobbyViews.lobbyCarousel.utils
Package-level
declarations
Functions
Functions
Nav
Button
Link copied to clipboard
@
Composable
fun
BoxScope
.
NavButton
(
modifier
:
Modifier
=
Modifier
,
icon
:
ImageVector
,
alignment
:
Alignment
,
onClick
:
(
)
->
Unit
)
A composable function that creates a navigation button with an icon.
Page
Indicators
Link copied to clipboard
@
Composable
fun
ReversiScope
.
PageIndicators
(
total
:
Int
,
current
:
Int
)
Search
Link copied to clipboard
@
Composable
fun
ReversiScope
.
Search
(
search
:
String
,
onValueChange
:
(
String
)
->
Unit
)
test
Tag
Nav
Button
Link copied to clipboard
fun
testTagNavButton
(
direction
:
String
)
:
String
test
Tag
Page
Indicators
Link copied to clipboard
fun
testTagPageIndicators
(
)
:
String
test
Tag
Page
Indicator
Text
Link copied to clipboard
fun
testTagPageIndicatorText
(
)
:
String
test
Tag
Search
Link copied to clipboard
fun
testTagSearch
(
)
:
String
text
Page
Indicator
Link copied to clipboard
fun
textPageIndicator
(
current
:
Int
,
total
:
Int
)
:
String