staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.presentation.component.button
Package-level
declarations
Types
Functions
Types
Button
Link copied to clipboard
android
enum
Button
:
Enum
<
Button
>
Menu
Type
Link copied to clipboard
android
sealed
class
MenuType
Functions
Menu
Button
Link copied to clipboard
android
@
Composable
fun
MenuButton
(
menuType
:
MenuType
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
)
More
Button
Link copied to clipboard
android
@
Composable
fun
MoreButton
(
text
:
String
,
onMore
:
(
)
->
Unit
)
Narrow
Down
Buttons
Link copied to clipboard
android
@
Composable
fun
NarrowDownButtons
(
items
:
List
<
NestItem
>
,
onClick
:
(
Item
)
->
Unit
)
Normal
Button
Link copied to clipboard
android
@
Composable
fun
NormalButton
(
button
:
Button
,
onClick
:
(
)
->
Unit
)
Preview
Menu
Button
Filter
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewMenuButtonFilter
(
)
Preview
Menu
Button
Sort
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewMenuButtonSort
(
)
Preview
Narrow
Down
Button
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewNarrowDownButton
(
)
Preview
Normal
Button
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewNormalButton
(
)
Preview
Sns
Button
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewSnsButton
(
)
Preview
Tag
Button
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewTagButton
(
)
Sns
Button
Link copied to clipboard
android
@
Composable
fun
SnsButton
(
snsItemTyped
:
SNSItemTyped
,
onClick
:
(
)
->
Unit
)
Tag
Button
Link copied to clipboard
android
@
Composable
fun
TagButton
(
tag
:
Tag
,
onClick
:
(
Tag
)
->
Unit
)