Schnittstelle IItemMenu<IM extends IItemMenu<IM,IMS>,IMS extends IItemMenuStyle<IMS>>
- Alle Superschnittstellen:
Clearable
,Dimensionable<IM>
,EmptinessRequestable
,IControl<IM,
,IMS> IElement
,IFluentMutableMultiTokenHolder<IM>
,IFluentMutableOptionalIdHolder<IM>
,IHtmlGetter
,IMultiTokenHolder
,IMutableElement
,IOptionalIdHolder
,IStructureElement
,IStylableElement<IM>
,IUserInputCell<IM>
,Linkable
,LinkedRequestable
,PresenceRequestable
,PresenceSettable<IM>
,Resettable
,TypeRequestable
- Alle bekannten Unterschnittstellen:
IDropdownMenu
- Alle bekannten Implementierungsklassen:
DropdownMenu
,ItemMenu
public interface IItemMenu<IM extends IItemMenu<IM,IMS>,IMS extends IItemMenuStyle<IMS>>
extends Clearable, IControl<IM,IMS>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddItem
(IItemMenuItem<?> item, IItemMenuItem<?>... items) addItemWithIdAndText
(String id, String text) addItemWithIdAndTextAndSelectAction
(String id, String text, Runnable selectAction) addItemWithIdAndTextAndSelectAction
(String id, String text, Consumer<IItemMenuItem<?>> selectAction) addItemWithText
(String text, String... texts) addItemWithTextAndSelectAction
(String text, Runnable selectAction) addItemWithTextAndSelectAction
(String text, Consumer<IItemMenuItem<?>> selectAction) boolean
boolean
boolean
boolean
containsItemWithText
(String text) boolean
getIdByItemText
(String itemText) getTextByItemId
(String itemId) void
void
selectItemById
(String id) selectItemByText
(String text) setSelectAction
(Runnable selectAction) setSelectAction
(Consumer<IItemMenuItem<?>> selectAction) Von Schnittstelle geerbte Methoden ch.nolix.systemapi.guiapi.canvasapi.Dimensionable
getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidth
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny, isEmpty
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.webguiapi.mainapi.IControl
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getInternalId, getOptionalJavaScriptUserInputFunction, getOptionalStoredChildControlByInternalId, getStoredChildControls, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, registerHtmlElementEventsAt, runHtmlEvent, setCursorIcon
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getAttributes, getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutablemultiattributeapi.IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokens
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutableoptionalattributeapi.IFluentMutableOptionalIdHolder
removeId, setId
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.webapi.htmlapi.IHtmlGetter
getHtml
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.multiattributeapi.IMultiTokenHolder
getTokens
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalIdHolder
getId, getIdInQuotes, hasId, hasId
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IStructureElement
getChildStructureElements, getStructureSpecification
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursively
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.webguiapi.mainapi.IUserInputCell
getUserInput, setUserInput
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.programstructureapi.linkingapi.LinkedRequestable
getStoredLinkedObjects, isLinkedTo, isLinkedToAnObject
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.guiapi.presenceapi.PresenceRequestable
getPresence, isCollapsed, isInvisible, isVisible
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.guiapi.presenceapi.PresenceSettable
setCollapsed, setInvisible, setVisibility, setVisible
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Resettable
reset
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.programstructureapi.typerequestapi.TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Methodendetails
-
addBlankItem
IM addBlankItem() -
addItemWithIdAndText
-
addItemWithIdAndTextAndSelectAction
-
addItemWithIdAndTextAndSelectAction
IM addItemWithIdAndTextAndSelectAction(String id, String text, Consumer<IItemMenuItem<?>> selectAction) -
addItemWithText
-
addItemWithTextAndSelectAction
-
addItemWithTextAndSelectAction
-
blankItemIsSelected
boolean blankItemIsSelected() -
containsBlankItem
boolean containsBlankItem() -
containsItemWithId
-
containsItemWithText
-
containsSelectedItem
boolean containsSelectedItem() -
getIdByItemText
-
getStoredItems
IContainer<IItemMenuItem<?>> getStoredItems() -
getStoredSelectedItem
IItemMenuItem<?> getStoredSelectedItem() -
getTextByItemId
-
removeSelectAction
void removeSelectAction() -
selectBlankItem
IM selectBlankItem() -
selectFirstItem
IM selectFirstItem() -
selectItemById
-
selectItemByText
-
setSelectAction
-
setSelectAction