Interface ILayer
- All Superinterfaces:
AttributesRepresentable, Clearable, EmptinessRequestable, FluentMutableMultiTokenHolder<ILayer>, FluentMutableOptionalIdHolder<ILayer>, GuiComponent<IWebGui<?>>, HtmlGetter, IBackgroundHolder<ILayer>, IElement, IMutableElement, IRootControlOwner<ILayer>, IStylableElement<ILayer>, MultiTokenHolder, OptionalIdHolder, Resettable, SpecificationRepresentable, TypeRequestable
- All Known Implementing Classes:
Layer
public interface ILayer
extends IBackgroundHolder<ILayer>, GuiComponent<IWebGui<?>>, HtmlGetter, IRootControlOwner<ILayer>, IStylableElement<ILayer>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsControl(Control<?, ?> control) doublegetRole()ExtendedIterable<Control<?, ?>> booleanhasInternalId(String internalId) booleanhasRole()voidinternalSetParentGui(IWebGui<?> parentGui) voidsetContentAlignment(ContentAlignment contentAlignment) setOpacity(double opacity) Methods inherited from interface AttributesRepresentable
getAttributesMethods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface FluentMutableMultiTokenHolder
addToken, removeToken, removeTokensMethods inherited from interface FluentMutableOptionalIdHolder
removeId, setIdMethods inherited from interface GuiComponent
belongsToGui, getStoredParentGuiMethods inherited from interface HtmlGetter
getHtmlMethods inherited from interface IBackgroundHolder
getBackground, getBackgroundColor, getBackgroundColorGradient, getBackgroundImage, getBackgroundImageApplication, getBackgroundType, hasBackground, removeBackground, setBackgroundColor, setBackgroundColorGradient, setBackgroundImage, setBackgroundImageMethods inherited from interface IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface IRootControlOwner
getOptionalStoredControlByInternalId, getStoredControls, getStoredRootControl, setRootControlMethods inherited from interface IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursivelyMethods inherited from interface MultiTokenHolder
getTokensMethods inherited from interface OptionalIdHolder
getId, getIdInSingleQuotes, hasId, hasIdMethods inherited from interface Resettable
resetMethods inherited from interface SpecificationRepresentable
getSpecification, hasEqualSpecificationAsElement, toFormatedStringMethods inherited from interface TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Method Details
-
containsControl
-
getContentAlignment
ContentAlignment getContentAlignment() -
getCssRule
ICssRule getCssRule() -
getInternalId
String getInternalId() -
getOpacity
double getOpacity() -
getRole
LayerRole getRole() -
getStoredStructureControls
ExtendedIterable<Control<?,?>> getStoredStructureControls() -
hasInternalId
-
hasRole
boolean hasRole() -
internalSetParentGui
-
removeSelfFromGui
void removeSelfFromGui() -
setContentAlignment
-
setRole
-
setOpacity
-