Interface ILayer<L extends ILayer<L>>
- Type Parameters:
L- is the type of aILayer.
- All Superinterfaces:
Clearable, EmptinessRequestable, IBackgroundHolder<L>, IElement, IFluentMutableMultiTokenHolder<L>, IFluentMutableOptionalIdHolder<L>, IGuiComponent<IWebGui<?>>, IHtmlGetter, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, IRootControlOwner<L>, IStructureElement, IStylableElement<L>, Resettable, TypeRequestable
- All Known Implementing Classes:
Layer
public interface ILayer<L extends ILayer<L>>
extends IBackgroundHolder<L>, IGuiComponent<IWebGui<?>>, IHtmlGetter, IRootControlOwner<L>, IStylableElement<L>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsControl(IControl<?, ?> control) doublegetRole()booleanhasInternalId(String internalId) booleanhasRole()voidinternalSetParentGui(IWebGui<?> parentGui) voidsetContentAlignment(ContentAlignment contentAlignment) setOpacity(double opacity) Methods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface IBackgroundHolder
getBackground, getBackgroundColor, getBackgroundColorGradient, getBackgroundImage, getBackgroundImageApplication, getBackgroundType, hasBackground, removeBackground, setBackgroundColor, setBackgroundColorGradient, setBackgroundImage, setBackgroundImageMethods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXmlMethods inherited from interface IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokensMethods inherited from interface IFluentMutableOptionalIdHolder
removeId, setIdMethods inherited from interface IGuiComponent
belongsToGui, getStoredParentGuiMethods 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 IRootControlOwner
getOptionalStoredControlByInternalId, getStoredControls, getStoredRootControl, setRootControlMethods inherited from interface IStructureElement
getChildStructureElementsMethods inherited from interface IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursivelyMethods inherited from interface Resettable
resetMethods 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() -
hasInternalId
-
hasRole
boolean hasRole() -
internalSetParentGui
-
removeSelfFromGui
void removeSelfFromGui() -
setContentAlignment
-
setRole
-
setOpacity
-