| Modifier and Type | Method and Description |
|---|---|
EditorStandaloneTheme |
EditorStandaloneTheme.addColor(java.lang.String key,
java.lang.String value) |
EditorStandaloneTheme |
EditorStandaloneTheme.addEncodedTokensColor(java.lang.String... items) |
EditorStandaloneTheme |
EditorStandaloneTheme.addRule(EditorTokenThemeRule... items) |
EditorStandaloneTheme |
EditorStandaloneTheme.setBase(ETheme base) |
EditorStandaloneTheme |
EditorStandaloneTheme.setBase(java.lang.String base) |
EditorStandaloneTheme |
EditorStandaloneTheme.setColors(org.primefaces.shaded.json.JSONObject colors) |
EditorStandaloneTheme |
EditorStandaloneTheme.setColors(java.util.Map<java.lang.String,java.lang.String> colors) |
EditorStandaloneTheme |
EditorStandaloneTheme.setEncodedTokensColors(org.primefaces.shaded.json.JSONArray encodedTokensColors) |
EditorStandaloneTheme |
EditorStandaloneTheme.setEncodedTokensColors(java.util.List<java.lang.String> encodedTokensColors) |
EditorStandaloneTheme |
EditorStandaloneTheme.setInherit(java.lang.Boolean inherit) |
EditorStandaloneTheme |
EditorStandaloneTheme.setRules(org.primefaces.shaded.json.JSONArray rules) |
EditorStandaloneTheme |
EditorStandaloneTheme.setRules(java.util.List<EditorTokenThemeRule> rules) |
Copyright © 2011–2021. All rights reserved.