
public abstract class CheckMenuItemBaseAppearance extends MenuItemBaseAppearance implements CheckMenuItem.CheckMenuItemAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
CheckMenuItemBaseAppearance.CheckMenuItemResources |
static interface |
CheckMenuItemBaseAppearance.CheckMenuItemStyle |
MenuItemBaseAppearance.MenuItemResources, MenuItemBaseAppearance.MenuItemStyle, MenuItemBaseAppearance.MenuItemTemplateItemBaseAppearance.ItemResources, ItemBaseAppearance.ItemStyle| Constructor and Description |
|---|
CheckMenuItemBaseAppearance(CheckMenuItemBaseAppearance.CheckMenuItemResources resources,
MenuItemBaseAppearance.MenuItemTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChecked(XElement parent,
boolean state) |
ImageResource |
checked() |
ImageResource |
radio() |
ImageResource |
unchecked() |
getAnchor, onAddSubMenu, onRemoveSubMenu, render, setIcon, setText, setWidgetonActivate, onDeactivateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAddSubMenu, onRemoveSubMenu, render, setIcon, setText, setWidgetonActivate, onDeactivatepublic CheckMenuItemBaseAppearance(CheckMenuItemBaseAppearance.CheckMenuItemResources resources, MenuItemBaseAppearance.MenuItemTemplate template)
public void applyChecked(XElement parent, boolean state)
applyChecked in interface CheckMenuItem.CheckMenuItemAppearanceparent - The element representing the check menu itemstate - Whether to apply or remove the stylepublic ImageResource checked()
checked in interface CheckMenuItem.CheckMenuItemAppearancepublic ImageResource unchecked()
unchecked in interface CheckMenuItem.CheckMenuItemAppearancepublic ImageResource radio()
radio in interface CheckMenuItem.CheckMenuItemAppearanceCopyright © 2015. All rights reserved.