Home | History | Annotate | Download | only in api

Lines Matching defs:Toggle

138      * Creates a new immutable toggle action.
149 * @return the new {@link Toggle}
152 public static Toggle createToggle(
160 Toggle toggle = new Toggle(id, title, isChecked, callback, sortPriority,
162 toggle.setIconUrl(iconUrl);
163 return toggle;
477 * A toggle is a simple on/off action, displayed as an item in a context menu
483 public static class Toggle extends RuleAction {
490 * Creates a new immutable toggle action.
498 private Toggle(