Class CKEditorConfig.ToolbarStyle.Builder
java.lang.Object
com.wontlost.ckeditor.CKEditorConfig.ToolbarStyle.Builder
- Enclosing class:
CKEditorConfig.ToolbarStyle
-
Method Summary
Modifier and TypeMethodDescriptionbackground(String background) borderColor(String borderColor) borderRadius(String borderRadius) build()buttonActiveBackground(String buttonActiveBackground) buttonBackground(String buttonBackground) buttonHoverBackground(String buttonHoverBackground) buttonOnBackground(String buttonOnBackground) buttonOnColor(String buttonOnColor) buttonStyle(String buttonName, CKEditorConfig.ButtonStyle style) buttonStyles(Map<String, CKEditorConfig.ButtonStyle> buttonStyles)
-
Method Details
-
background
-
borderColor
-
borderRadius
-
buttonBackground
-
buttonHoverBackground
-
buttonActiveBackground
-
buttonOnBackground
-
buttonOnColor
-
iconColor
-
buttonStyle
public CKEditorConfig.ToolbarStyle.Builder buttonStyle(String buttonName, CKEditorConfig.ButtonStyle style) -
buttonStyles
public CKEditorConfig.ToolbarStyle.Builder buttonStyles(Map<String, CKEditorConfig.ButtonStyle> buttonStyles) -
build
-