Class SettingsUiExtensionsKt
-
- All Implemented Interfaces:
public final class SettingsUiExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static Integer
getLabel(SettingsState $self, SettingsMenuItemType type)
extension to get the label for the settings menu item type final static Integer
getTitle(SettingsMenuItemType $self)
extension to get the title for the selected SettingsMenuItemType final static Integer
getDirectionIcon(SettingsState $self, PageScrollMode it)
extension to get the direction icon for the selected PageScrollMode final static Integer
getIcon(PageLayoutMode $self)
extension to get the icon for the selected PageLayoutMode final static Integer
getIcon(PageScrollDirection $self)
extension to get the icon for the selected PageScrollDirection -
-
Method Detail
-
getLabel
final static Integer getLabel(SettingsState $self, SettingsMenuItemType type)
extension to get the label for the settings menu item type
- Parameters:
type
- : SettingsMenuItemType
-
getTitle
final static Integer getTitle(SettingsMenuItemType $self)
extension to get the title for the selected SettingsMenuItemType
-
getDirectionIcon
final static Integer getDirectionIcon(SettingsState $self, PageScrollMode it)
extension to get the direction icon for the selected PageScrollMode
- Parameters:
it
- : PageScrollMode
-
getIcon
final static Integer getIcon(PageLayoutMode $self)
extension to get the icon for the selected PageLayoutMode
-
getIcon
final static Integer getIcon(PageScrollDirection $self)
extension to get the icon for the selected PageScrollDirection
-
-
-
-