-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Table View
TurekBot edited this page Feb 20, 2018
·
4 revisions
For now, there is no equivalent of the JavaFX TableView
. Most JFoenix Components use internal stylesheets to look the way they do.
Your alternative approaches, for now, include:
Using CSS to style a TableView
If you want a TableView
that matches the JFoenix look, adding the following stylesheet to a normal JavaFX TableView
will do the trick.
- Introduction
-
Basic Components
- Button
- Check Box
- Combo Box
- Hamburger
- Input Fields
- Progress Bar
- Radio Button
- Rippler
- Scroll Pane
- Slider
- Spinner
- Tab Pane
- Toggle Button
-
Advanced Components
- Badge
- Decorator
- Dialog
- Drawer
- List View
- Masonry
- Pickers
- Popup
- Snack Bar
- Tree Table View