Package ch.nolix.systemapi.webgui.main
Schnittstelle ILayer<L extends ILayer<L>>
- Alle Superschnittstellen:
Clearable,EmptinessRequestable,ICanvas<L>,IElement,IFluentMutableMultiTokenHolder<L>,IFluentMutableOptionalIdHolder<L>,IGuiComponent<IWebGui<?>>,IHtmlGetter,IMultiTokenHolder,IMutableElement,IOptionalIdHolder,IRootControlOwner<L>,IStructureElement,IStylableElement<L>,Resettable,TypeRequestable
- Alle bekannten Implementierungsklassen:
Layer
public interface ILayer<L extends ILayer<L>>
extends ICanvas<L>, IGuiComponent<IWebGui<?>>, IHtmlGetter, IRootControlOwner<L>, IStylableElement<L>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontainsControl(IControl<?, ?> control) doublegetRole()booleanhasInternalId(String internalId) booleanhasRole()voidinternalSetParentGui(IWebGui<?> parentGui) voidsetContentAlignment(ContentAlignment contentAlignment) setOpacity(double opacity) Von Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAny, isEmptyVon Schnittstelle geerbte Methoden ch.nolix.systemapi.gui.canvas.ICanvas
getBackground, getBackgroundColor, getBackgroundColorGradient, getBackgroundImage, getBackgroundImageApplication, getBackgroundType, hasBackground, removeBackground, setBackgroundColor, setBackgroundColorGradient, setBackgroundImage, setBackgroundImageVon 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.component.guicomponent.IGuiComponent
belongsToGui, getStoredParentGuiVon 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.webgui.main.IRootControlOwner
getOptionalStoredControlByInternalId, getStoredControls, getStoredRootControl, setRootControlVon 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.state.statemutation.Resettable
resetVon Schnittstelle geerbte Methoden ch.nolix.coreapi.objectstructure.typerequest.TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Methodendetails
-
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
-