MenuHiddenViewModel (not final) handles the business logic for the "Show Menu" button's accessibility text when the menu is hidden.
More...
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
◆ MenuHiddenViewModel()
| fr.softsf.sudokufx.viewmodel.MenuHiddenViewModel.MenuHiddenViewModel |
( |
| ) |
|
◆ 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.
◆ 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: