public class ButtonStyles extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BTN_GROUP
the mani css class for buttons group
|
static String |
BTN_GROUP_BORDERED
a css class to make a button bordered
|
static String |
BTN_GROUP_VERTICAL
the css class for a vertical buttons group
|
static String |
BUTTON
The main css class for a button
|
static String |
BUTTON_BLOCK
a css class to change the button display to block
|
static String |
BUTTON_BORDERED
the main css class for bordered buttons
|
static String |
BUTTON_CIRCLE
a css class to change the button to a circle button
|
static String |
BUTTON_DROPDOWN
the main css class for a dropdown button
|
static String |
BUTTON_LINK
a css class to make the button looks like a link
|
static String |
BUTTON_TOOLBAR
the main css class for buttons toolbar
|
static String |
CARET
a css class to style the arrow in a dropdown button
|
static String |
DROPDOWN_TOGGLE
the css class for a toggled dropdown button
|
static String |
JUSTIFIED
a css class to justify a button
|
static String |
LINK
a css class to linkify a button
|
| Constructor and Description |
|---|
ButtonStyles() |
public static final String BUTTON
public static final String BUTTON_BLOCK
public static final String BUTTON_LINK
public static final String BUTTON_TOOLBAR
public static final String BUTTON_CIRCLE
public static final String CARET
public static final String BUTTON_DROPDOWN
public static final String DROPDOWN_TOGGLE
public static final String LINK
public static final String BTN_GROUP
public static final String BTN_GROUP_VERTICAL
public static final String JUSTIFIED
public static final String BUTTON_BORDERED
public static final String BTN_GROUP_BORDERED
Copyright © 2019–2022 Dominokit. All rights reserved.