java.lang.Object
atlantafx.base.theme.Tweaks
Contains extra style class names introduced to tweak some controls view
if and where it makes sense. The reason of supporting tweaks is to allow
users to write less CSS code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringAlignment.static final Stringstatic final StringForces a control to use alternative icon, if available.static final StringRemoves external control borders.static final StringRemoves or hides dropdown arrow button.static final StringRemoves control header. -
Method Summary
-
Field Details
-
NO_ARROW
Removes or hides dropdown arrow button.- See Also:
-
EDGE_TO_EDGE
Removes external control borders.- See Also:
-
NO_HEADER
Removes control header.- See Also:
-
ALIGN_LEFT
Alignment.- See Also:
-
ALIGN_CENTER
- See Also:
-
ALIGN_RIGHT
- See Also:
-
ALT_ICON
Forces a control to use alternative icon, if available.- See Also:
-