toggle menu
Mobile UI
0.4.0
common
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.state
/
AdditionalInfoColumnState
Additional
Info
Column
State
@
Stable
interface
AdditionalInfoColumnState
Members
Properties
additional
Info
List
Link copied to clipboard
abstract
val
additionalInfoList
:
List
<
AdditionalInfoItem
>
expand
Label
Text
Link copied to clipboard
abstract
val
expandLabelText
:
String
min
Items
To
Show
Link copied to clipboard
abstract
val
minItemsToShow
:
Int
scrollable
Content
Link copied to clipboard
abstract
val
scrollableContent
:
Boolean
shrink
Label
Text
Link copied to clipboard
abstract
val
shrinkLabelText
:
String
sync
Progress
Item
Link copied to clipboard
abstract
val
syncProgressItem
:
AdditionalInfoItem
Functions
constant
Item
List
Link copied to clipboard
abstract
fun
constantItemList
(
)
:
List
<
AdditionalInfoItem
>
current
Section
State
Link copied to clipboard
abstract
fun
currentSectionState
(
)
:
SectionState
expandable
Item
List
Link copied to clipboard
abstract
fun
expandableItemList
(
)
:
List
<
AdditionalInfoItem
>
hidden
Expandable
Item
List
Link copied to clipboard
abstract
fun
hiddenExpandableItemList
(
)
:
List
<
AdditionalInfoItem
>
is
Expanded
Link copied to clipboard
abstract
fun
isExpanded
(
)
:
Boolean
show
Expandable
Content
Link copied to clipboard
abstract
fun
showExpandableContent
(
)
:
Boolean
update
Section
State
Link copied to clipboard
abstract
fun
updateSectionState
(
sectionState
:
SectionState
)
visible
Expandable
Item
List
Link copied to clipboard
abstract
fun
visibleExpandableItemList
(
)
:
List
<
AdditionalInfoItem
>