| Package | Description |
|---|---|
| com.helger.tinymce4.type |
| Modifier and Type | Method and Description |
|---|---|
static ETinyMCE4MenuItem |
ETinyMCE4MenuItem.getFromValueOrDefault(String sValue,
ETinyMCE4MenuItem eDefault) |
static ETinyMCE4MenuItem |
ETinyMCE4MenuItem.getFromValueOrNull(String sValue) |
static ETinyMCE4MenuItem |
ETinyMCE4MenuItem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETinyMCE4MenuItem[] |
ETinyMCE4MenuItem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ETinyMCE4MenuItem> |
TinyMCE4MenubarItemList.getAllMenuItems() |
| Modifier and Type | Method and Description |
|---|---|
TinyMCE4MenubarItemList |
TinyMCE4MenubarItemList.addMenuItem(ETinyMCE4MenuItem eMenuItem) |
TinyMCE4MenubarItemList |
TinyMCE4MenubarItemList.addMenuItem(int nIndex,
ETinyMCE4MenuItem eMenuItem) |
static ETinyMCE4MenuItem |
ETinyMCE4MenuItem.getFromValueOrDefault(String sValue,
ETinyMCE4MenuItem eDefault) |
int |
TinyMCE4MenubarItemList.getMenuItemIndex(ETinyMCE4MenuItem eMenuItem) |
com.helger.commons.state.EChange |
TinyMCE4MenubarItemList.removeMenuItem(ETinyMCE4MenuItem eMenuItem) |
| Constructor and Description |
|---|
TinyMCE4MenubarItemList(ETinyMCE4MenuItem... aList)
Constructor
|
| Constructor and Description |
|---|
TinyMCE4MenubarItemList(List<ETinyMCE4MenuItem> aList)
Constructor
|
Copyright © 2014–2015 Philip Helger. All rights reserved.