Interface MenuSelectContainer
-
- All Superinterfaces:
MenuContainer
,Serializable
,WComponent
,WebComponent
public interface MenuSelectContainer extends MenuContainer
Indicates a menu container can have its menu items selected.- Since:
- 1.0.2
- Author:
- Jonathan Austin
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MenuSelectContainer.SelectionMode
The available types of selection mode for the items in a menu.
-
Field Summary
-
Fields inherited from interface com.github.bordertech.wcomponents.WComponent
DEFAULT_APPLICATION_ID, DEFAULT_INTERNAL_ID, DEFAULT_NO_ID, ID_CONTEXT_SEPERATOR, ID_FRAMEWORK_ASSIGNED_SEPERATOR, ID_VALIDATION_PATTERN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MenuSelectContainer.SelectionMode
getSelectionMode()
void
setSelectionMode(MenuSelectContainer.SelectionMode selectionMode)
-
Methods inherited from interface com.github.bordertech.wcomponents.MenuContainer
addMenuItem, getMenuItems, removeAllMenuItems, removeMenuItem
-
Methods inherited from interface com.github.bordertech.wcomponents.WComponent
addHtmlClass, addHtmlClass, forward, getAccessibleText, getAttribute, getBaseUrl, getEnvironment, getHeaders, getHtmlClass, getHtmlClasses, getId, getIdName, getInternalId, getLabel, getName, getParent, getTabIndex, getTag, getToolTip, handleRequest, hasTabIndex, invokeLater, isDefaultState, isHidden, isInitialised, isLocked, isTracking, isTrackingEnabled, isValidate, isVisible, paint, preparePaint, removeAttribute, removeHtmlClass, removeHtmlClass, reset, serviceRequest, setAccessibleText, setAttribute, setEnvironment, setFocussed, setHtmlClass, setHtmlClass, setIdName, setInitialised, setLocked, setTag, setToolTip, setTrackingEnabled, setValidate, setVisible, showErrorIndicators, showWarningIndicators, tidyUpUIContextForTree, validate
-
-
-
-
Method Detail
-
getSelectionMode
MenuSelectContainer.SelectionMode getSelectionMode()
- Returns:
- the selection mode of the container
-
setSelectionMode
void setSelectionMode(MenuSelectContainer.SelectionMode selectionMode)
- Parameters:
selectionMode
- the selection mode for the items in this menu container.
-
-