Added ButtonType.borderLess for buttons that look like toolbar buttons but have a focus indicator.

This behavior can be achieved with JideButton, but it would be preferable to use FlatButton instead.
This commit is contained in:
Ingo Kegel
2021-03-22 16:45:37 +01:00
parent 9612a81f2e
commit ae8323e2f8
6 changed files with 49 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ public class FlatButton
implements FlatComponentExtension
{
// NOTE: enum names must be equal to allowed strings
public enum ButtonType { none, square, roundRect, tab, help, toolBarButton };
public enum ButtonType { none, square, roundRect, tab, help, toolBarButton, borderLess }
/**
* Returns type of a button.