public class MenuItemCheckbox extends MenuItem
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEFAULT_ICON_CHECKED |
protected static java.lang.String |
DEFAULT_ICON_UNCHECKED |
DEFAULT_ICONDEFAULT_CSS_IMAGE_DIR| Constructor and Description |
|---|
MenuItemCheckbox() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily()
Return the value of the
COMPONENT_FAMILY of this
component. |
java.lang.String |
getSelectedIcon()
Return the value of the
selectedIcon property. |
java.lang.String |
getUnselectedIcon()
Return the value of the
unselectedIcon property. |
boolean |
isSelected()
Return the value of the
selected property. |
void |
setSelected(boolean selected)
Set the value of the
selected property. |
getAction, getActionListener, getAlt, getComponentType, getDisabled, getEnabledOnUserRole, getIcon, getImageStyleClass, getLabelStyleClass, getLink, getOnclick, getRenderedOnUserRole, getRendererType, getSpecifiedIcon, getStyle, getStyleClass, getTarget, getTitle, getValue, hasActionOrActionListener, isDisabled, isLinkSpecified, isRendered, queueEvent, restoreState, saveState, setAction, setActionListener, setAlt, setDisabled, setEnabledOnUserRole, setIcon, setLink, setOnclick, setRenderedOnUserRole, setStyle, setStyleClass, setTarget, setTitle, setValuebroadcast, invokeOnComponent, processDecodesaddActionListener, getActionExpression, getActionListeners, isImmediate, removeActionListener, setActionExpression, setImmediateaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendersChildren, getValueBinding, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeprotected static java.lang.String DEFAULT_ICON_CHECKED
protected static java.lang.String DEFAULT_ICON_UNCHECKED
public java.lang.String getFamily()
Return the value of the COMPONENT_FAMILY of this
component.
public boolean isSelected()
Return the value of the selected property.
public void setSelected(boolean selected)
Set the value of the selected property.
public java.lang.String getUnselectedIcon()
Return the value of the unselectedIcon property.
public java.lang.String getSelectedIcon()
Return the value of the selectedIcon property.
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.