Package ch.nolix.system.webgui.itemmenu
Klasse DropdownMenu
java.lang.Object
ch.nolix.system.element.mutableelement.MutableElement
ch.nolix.system.element.style.StylableElement<IDropdownMenu>
ch.nolix.system.webgui.main.Control<IDropdownMenu,IDropdownMenuStyle>
ch.nolix.system.webgui.itemmenu.ItemMenu<IDropdownMenu,IDropdownMenuStyle>
ch.nolix.system.webgui.itemmenu.DropdownMenu
- Alle implementierten Schnittstellen:
IFluentMutableMultiTokenHolder<IDropdownMenu>
,IFluentMutableOptionalIdHolder<IDropdownMenu>
,IMultiTokenHolder
,IOptionalIdHolder
,Linkable
,LinkedRequestable
,TypeRequestable
,Clearable
,Resettable
,EmptinessRequestable
,IHtmlGetter
,IElement
,IStructureElement
,IMutableElement
,IStylableElement<IDropdownMenu>
,Dimensionable<IDropdownMenu>
,PresenceRequestable
,PresenceSettable<IDropdownMenu>
,IDropdownMenu
,IItemMenu<IDropdownMenu,
,IDropdownMenuStyle> IControl<IDropdownMenu,
,IDropdownMenuStyle> IUserInputCell<IDropdownMenu>
public final class DropdownMenu
extends ItemMenu<IDropdownMenu,IDropdownMenuStyle>
implements IDropdownMenu
-
Feldübersicht
Von Klasse geerbte Felder ch.nolix.system.webgui.main.Control
DEFAULT_CURSOR_ICON, DEFAULT_PRESENCE
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected IDropdownMenuStyle
protected IControlCssBuilder
<IDropdownMenu, IDropdownMenuStyle> protected IControlHtmlBuilder
<IDropdownMenu> void
Von Klasse geerbte Methoden ch.nolix.system.webgui.itemmenu.ItemMenu
addBlankItem, addItem, addItemWithIdAndText, addItemWithIdAndTextAndSelectAction, addItemWithIdAndTextAndSelectAction, addItemWithText, addItemWithTextAndSelectAction, addItemWithTextAndSelectAction, blankItemIsSelected, clear, containsBlankItem, containsItemWithId, containsItemWithText, containsSelectedItem, getIdByItemText, getStoredChildControls, getStoredItems, getStoredSelectedItem, getTextByItemId, getUserInput, hasRole, internalRunOptionalSelectActionForItem, isEmpty, removeSelectAction, resetControl, runHtmlEvent, selectBlankItem, selectFirstItem, selectItemById, selectItemByText, setSelectAction, setSelectAction, setUserInput
Von Klasse geerbte Methoden ch.nolix.system.webgui.main.Control
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getHtml, getInternalId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOptionalStoredChildControlByInternalId, getPresence, getStoredChildStylableElements, getStoredLinkedObjects, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, internalSetParentControl, internalSetParentLayer, isCollapsed, isInvisible, isLinkedTo, isLinkedToAnObject, isVisible, linkTo, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, resetStylableElement, resetStyle, setCollapsed, setCursorIcon, setInvisible, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidth, setVisibility, setVisible
Von Klasse geerbte Methoden ch.nolix.system.element.style.StylableElement
addToken, asConcrete, getChildStructureElements, getId, getStructureSpecification, getTokens, hasId, removeId, removeToken, removeTokens, reset, resetStyleRecursively, setId
Von Klasse geerbte Methoden ch.nolix.system.element.mutableelement.MutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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, getOptionalStoredChildControlByInternalId, getStoredChildControls, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, 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.systemapi.webguiapi.itemmenuapi.IItemMenu
addBlankItem, addItem, addItemWithIdAndText, addItemWithIdAndTextAndSelectAction, addItemWithIdAndTextAndSelectAction, addItemWithText, addItemWithTextAndSelectAction, addItemWithTextAndSelectAction, blankItemIsSelected, containsBlankItem, containsItemWithId, containsItemWithText, containsSelectedItem, getIdByItemText, getStoredItems, getStoredSelectedItem, getTextByItemId, internalRunOptionalSelectActionForItem, removeSelectAction, selectBlankItem, selectFirstItem, selectItemById, selectItemByText, setSelectAction, setSelectAction
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
-
Konstruktordetails
-
DropdownMenu
public DropdownMenu()
-
-
Methodendetails
-
getOptionalJavaScriptUserInputFunction
- Angegeben von:
getOptionalJavaScriptUserInputFunction
in SchnittstelleIControl<IDropdownMenu,
IDropdownMenuStyle>
-
registerHtmlElementEventsAt
- Angegeben von:
registerHtmlElementEventsAt
in SchnittstelleIControl<IDropdownMenu,
IDropdownMenuStyle>
-
createStyle
- Angegeben von:
createStyle
in KlasseControl<IDropdownMenu,
IDropdownMenuStyle>
-
getHtmlBuilder
- Angegeben von:
getHtmlBuilder
in KlasseControl<IDropdownMenu,
IDropdownMenuStyle>
-
getCssBuilder
- Angegeben von:
getCssBuilder
in KlasseControl<IDropdownMenu,
IDropdownMenuStyle>
-