Interface IImageControl
- All Superinterfaces:
Clearable, EmptinessRequestable, IControl<IImageControl, IImageControlStyle>, IElement, IFluentMutableMultiTokenHolder<IImageControl>, IFluentMutableOptionalIdHolder<IImageControl>, IHtmlGetter, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, ISizeAdjustableBox<IImageControl>, IStructureElement, IStylableElement<IImageControl>, IUserInputCell<IImageControl>, Linkable, LinkedRequestable, PresenceRequestable, PresenceSettable<IImageControl>, Resettable, TypeRequestable
- All Known Implementing Classes:
ImageControl
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidvoidsetAlternateText(String alternateText) setLeftMouseButtonPressAction(Runnable leftMouseButtonPressAction) setLeftMouseButtonPressAction(Consumer<IImageControl> leftMouseButtonPressAction) setLeftMouseButtonRelaseAction(Runnable leftMouseButtonReleaseAction) setLeftMouseButtonRelaseAction(Consumer<IImageControl> leftMouseButtonReleaseAction) Methods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface IControl
belongsToControl, belongsToGui, belongsToLayer, editStyle, getCssRules, getCursorIcon, getInternalId, getOptionalJavaScriptUserInputFunction, getOptionalStoredChildControlByInternalId, getStoredChildControls, getStoredParentControl, getStoredParentGui, getStoredParentLayer, getStoredStyle, hasInternalId, internalSetParentControl, internalSetParentLayer, registerHtmlElementEventsAt, runHtmlEvent, setCursorIconMethods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXmlMethods inherited from interface IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokensMethods inherited from interface IFluentMutableOptionalIdHolder
removeId, setIdMethods inherited from interface IHtmlGetter
getHtmlMethods inherited from interface IMultiTokenHolder
getTokensMethods inherited from interface IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, addOrChangeAttributes, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface IOptionalIdHolder
getId, getIdInQuotes, hasId, hasIdMethods inherited from interface ISizeAdjustableBox
getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, hasMaxHeight, hasMaxWidth, hasMinHeight, hasMinWidth, removeMaxHeight, removeMaxWidth, removeMinHeight, removeMinWidth, setMaxHeight, setMaxHeightInPercentOfViewAreaHeight, setMaxWidth, setMaxWidthInPercentOfViewAreaWidth, setMinHeight, setMinHeightInPercentOfViewAreaHeight, setMinWidth, setMinWidthInPercentOfViewAreaWidthMethods inherited from interface IStructureElement
getChildStructureElementsMethods inherited from interface IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursivelyMethods inherited from interface IUserInputCell
getUserInput, setUserInputMethods inherited from interface LinkedRequestable
getStoredLinkedObjects, isLinkedTo, isLinkedToAnObjectMethods inherited from interface PresenceRequestable
getPresence, isCollapsed, isInvisible, isVisibleMethods inherited from interface PresenceSettable
setCollapsed, setInvisible, setVisibility, setVisibleMethods inherited from interface Resettable
resetMethods inherited from interface TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Method Details
-
getAlternateText
String getAlternateText() -
getStoredImage
IMutableImage<?> getStoredImage() -
hasLeftMouseButtonPressAction
boolean hasLeftMouseButtonPressAction() -
hasLeftMouseButtonReleaseAction
boolean hasLeftMouseButtonReleaseAction() -
removeLeftMouseButtonPressAction
void removeLeftMouseButtonPressAction() -
removeLeftMouseButtonReleaseAction
void removeLeftMouseButtonReleaseAction() -
setAlternateText
-
setImage
-
setLeftMouseButtonPressAction
-
setLeftMouseButtonPressAction
-
setLeftMouseButtonRelaseAction
-
setLeftMouseButtonRelaseAction
-