Schnittstelle IButton
- Alle Superschnittstellen:
Dimensionable<IButton>,IControl<IButton,,IButtonStyle> IElement,IFluentMutableMultiTokenHolder<IButton>,IFluentMutableOptionalIdHolder<IButton>,IFluentMutableTextHolder<IButton>,IHtmlGetter,IMultiTokenHolder,IMutableElement,IOptionalIdHolder,IStructureElement,IStylableElement<IButton>,ITextHolder,IUserInputCell<IButton>,Linkable,LinkedRequestable,PresenceRequestable,PresenceSettable<IButton>,Resettable,TypeRequestable
- Alle bekannten Implementierungsklassen:
Button
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetRole()booleanhasRole()voidvoidvoidvoidvoidsetLeftMouseButtonPressAction(Runnable leftMouseButtonPressAction) setLeftMouseButtonPressAction(Consumer<IButton> leftMouseButtonPressAction) setLeftMouseButtonRelaseAction(Runnable leftMouseButtonReleaseAction) setLeftMouseButtonRelaseAction(Consumer<IButton> leftMouseButtonReleaseAction) setRole(ButtonRole role) Von Schnittstelle geerbte Methoden ch.nolix.systemapi.gui.canvas.Dimensionable
getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidthVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.main.IControl
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getInternalId, getOptionalJavaScriptUserInputFunction, getOptionalStoredChildControlByInternalId, getStoredChildControls, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, registerHtmlElementEventsAt, runHtmlEvent, setCursorIconVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutablemultiattribute.IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokensVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutableoptionalattribute.IFluentMutableOptionalIdHolder
removeId, setIdVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutablemandatoryattribute.IFluentMutableTextHolder
setTextVon Schnittstelle geerbte Methoden ch.nolix.coreapi.web.html.IHtmlGetter
getHtmlVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.multiattribute.IMultiTokenHolder
getTokensVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.mutableelement.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalIdHolder
getId, getIdInQuotes, hasId, hasIdVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IStructureElement
getChildStructureElements, getStructureSpecificationVon Schnittstelle geerbte Methoden ch.nolix.systemapi.style.stylable.IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursivelyVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.ITextHolder
getTextVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.main.IUserInputCell
getUserInput, setUserInputVon Schnittstelle geerbte Methoden ch.nolix.coreapi.objectstructure.linking.LinkedRequestable
getStoredLinkedObjects, isLinkedTo, isLinkedToAnObjectVon Schnittstelle geerbte Methoden ch.nolix.systemapi.gui.presence.PresenceRequestable
getPresence, isCollapsed, isInvisible, isVisibleVon Schnittstelle geerbte Methoden ch.nolix.systemapi.gui.presence.PresenceSettable
setCollapsed, setInvisible, setVisibility, setVisibleVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.statemutation.Resettable
resetVon Schnittstelle geerbte Methoden ch.nolix.coreapi.objectstructure.typerequest.TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Methodendetails
-
getRole
ButtonRole getRole() -
hasRole
boolean hasRole() -
pressLeftMouseButton
void pressLeftMouseButton() -
releaseLeftMouseButton
void releaseLeftMouseButton() -
removeLeftMouseButtonPressAction
void removeLeftMouseButtonPressAction() -
removeLeftMouseButtonReleaseAction
void removeLeftMouseButtonReleaseAction() -
removeRole
void removeRole() -
setLeftMouseButtonPressAction
-
setLeftMouseButtonPressAction
-
setLeftMouseButtonRelaseAction
-
setLeftMouseButtonRelaseAction
-
setRole
-