SudokuFX
Loading...
Searching...
No Matches
fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel Class Reference

MenuHiddenViewModel (not final) handles the business logic for the "Show Menu" button's accessibility text when the menu is hidden. More...

+ Collaboration diagram for fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel:

Public Member Functions

 MenuHiddenViewModel ()
 
StringBinding menuHiddenButtonShowAccessibilityTextProperty ()
 Returns the reactive StringBinding for the accessibility text of the "Show Menu" button when the menu is hidden.
 

Private Attributes

final StringBinding menuHiddenButtonShowAccessibilityText
 Reactive binding for the accessibility text of the "Show Menu" button when hidden.
 

Detailed Description

MenuHiddenViewModel (not final) handles the business logic for the "Show Menu" button's accessibility text when the menu is hidden.

The accessibility text is updated automatically based on the current language using the I18n utility. The property can be bound to UI elements to reflect changes reactively.

See also
I18n

Constructor & Destructor Documentation

◆ MenuHiddenViewModel()

fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel.MenuHiddenViewModel ( )

Member Function Documentation

◆ menuHiddenButtonShowAccessibilityTextProperty()

StringBinding fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel.menuHiddenButtonShowAccessibilityTextProperty ( )

Returns the reactive StringBinding for the accessibility text of the "Show Menu" button when the menu is hidden.

Returns
the StringBinding for the button's accessibility text.

Member Data Documentation

◆ menuHiddenButtonShowAccessibilityText

final StringBinding fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel.menuHiddenButtonShowAccessibilityText
private

Reactive binding for the accessibility text of the "Show Menu" button when hidden.


The documentation for this class was generated from the following file: