Package dev. fritz2. styling
Types
Functions
adds some static css to your app's dynamic style sheet.
adds a static css-class to your app's dynamic style sheet.
creates a dynamic css class and add it to your app's dynamic style sheet. To make the name unique a hash is calculated from your content. This hash is also used to make sure that no two rules with identical content are created but the already existing class is used in this case.
creates a dynamic css-class and add it to your app's dynamic style sheet. To make the name unique a hash is calculated from your content. This hash is also used to make sure that no two rules with identical content are created but the already existing class is used in this case.
applies a given css class only when a condition is fulfilled.
Properties
use name on a Flow of StyleClass to get the css classname out of it. If the StyleClass is null it returns a empty String.