MenuHiddenViewModel (not final) handles the business logic for the "Show Menu" button's accessibility text when the menu is hidden. More...
Public Member Functions | |
| MenuHiddenViewModel () | |
Constructs a new MenuHiddenViewModel and initializes the reactive accessibility text binding. | |
| 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. | |
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.
| fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel.MenuHiddenViewModel | ( | ) |
Constructs a new MenuHiddenViewModel and initializes the reactive accessibility text binding.
| 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.
|
private |
Reactive binding for the accessibility text of the "Show Menu" button when hidden.