public interface I_CmsAppButtonProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUTTON_STYLE_BLUE
Button color style.
|
static java.lang.String |
BUTTON_STYLE_CLASSIC
Button color style.
|
static java.lang.String |
BUTTON_STYLE_CYAN
Button color style.
|
static java.lang.String |
BUTTON_STYLE_GRAY
Button color style.
|
static java.lang.String |
BUTTON_STYLE_ORANGE
Button color style.
|
static java.lang.String |
BUTTON_STYLE_RED
Button color style.
|
static java.lang.String |
BUTTON_STYLE_TRANSPARENT
Button color style.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Component |
createAppButton(I_CmsWorkplaceAppConfiguration appConfig)
Creates an app launcher button.
|
com.vaadin.ui.Component |
createAppFolderButton(CmsAppCategoryNode node)
Creates an app folder button.
|
static final java.lang.String BUTTON_STYLE_BLUE
static final java.lang.String BUTTON_STYLE_CYAN
static final java.lang.String BUTTON_STYLE_GRAY
static final java.lang.String BUTTON_STYLE_ORANGE
static final java.lang.String BUTTON_STYLE_RED
static final java.lang.String BUTTON_STYLE_TRANSPARENT
static final java.lang.String BUTTON_STYLE_CLASSIC
com.vaadin.ui.Component createAppButton(I_CmsWorkplaceAppConfiguration appConfig)
appConfig - the app configurationcom.vaadin.ui.Component createAppFolderButton(CmsAppCategoryNode node)
node - the folder configuration