Schnittstelle IStylableElement<E extends IStylableElement<E>>
- Typparameter:
E- is the type of aIStylableElement.
- Alle Superschnittstellen:
IElement, IFluentMutableMultiTokenHolder<E>, IFluentMutableOptionalIdHolder<E>, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, IStructureElement, Resettable, TypeRequestable
- Alle bekannten Unterschnittstellen:
IAccordion, IButton, ICheckbox, IComponent, IContainer<C,S>, IControl<C, S>, IDropdownMenu, IGrid, IHorizontalStack, IImageControl, IItemMenu<M, S>, ILabel, ILayer<L>, ILinearContainer<C, S>, ILink, ISingleContainer, IStyleElement<E>, ITabContainer, ITextbox, IUploader, IValidationLabel, IVerticalStack, IWebGui<G>
- Alle bekannten Implementierungsklassen:
AbstractContainer, AbstractItemMenu, AbstractLinearContainer, AbstractStylableElement, AbstractStyleElement, Button, Component, ComponentWithAdapterFactory, Control, DropdownMenu, FloatContainer, Grid, HorizontalStack, ImageControl, Label, Layer, Link, SingleContainer, Textbox, Uploader, ValidationLabel, VerticalStack, WebGui
public interface IStylableElement<E extends IStylableElement<E>>
extends IFluentMutableMultiTokenHolder<E>, IFluentMutableOptionalIdHolder<E>, IMutableElement, IStructureElement, TypeRequestable
A
IStylableElement is configurable and can contain other
IStylableElements.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungIContainer<? extends IStylableElement<?>> booleanvoidResets the style of the currentIStylableElementand the style of the childIStylableElements of the currentIStylableElement.Von Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokensVon Schnittstelle geerbte Methoden IFluentMutableOptionalIdHolder
removeId, setIdVon Schnittstelle geerbte Methoden IMultiTokenHolder
getTokensVon Schnittstelle geerbte Methoden IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden IOptionalIdHolder
getId, getIdInQuotes, hasId, hasIdVon Schnittstelle geerbte Methoden IStructureElement
getChildStructureElements, getStructureSpecificationVon Schnittstelle geerbte Methoden Resettable
resetVon Schnittstelle geerbte Methoden TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Methodendetails
-
getStoredChildStylableElements
IContainer<? extends IStylableElement<?>> getStoredChildStylableElements()- Gibt zurück:
- the child
IStylableElements of the currentIStylableElement.
-
hasRole
- Parameter:
role-- Gibt zurück:
- true if the current
IStylableElementhas the given role, false otherwise.
-
resetStyleRecursively
void resetStyleRecursively()Resets the style of the currentIStylableElementand the style of the childIStylableElements of the currentIStylableElement.
-