Schnittstelle IWebGui<WG extends IWebGui<WG>>
- Alle Superschnittstellen:
Clearable
,EmptinessRequestable
,ICanvas<WG>
,IElement
,IFluentMutableMultiTokenHolder<WG>
,IFluentMutableOptionalIdHolder<WG>
,IFluentMutableTitleHolder<WG>
,IGui<WG>
,IMultiTokenHolder
,IMutableElement
,IOptionalIdHolder
,IStructureElement
,IStylableElement<WG>
,IStyleElement<WG>
,ITitleHolder
,Resettable
,TypeRequestable
- Alle bekannten Implementierungsklassen:
WebGui
public interface IWebGui<WG extends IWebGui<WG>>
extends Clearable, ICanvas<WG>, IGui<WG>, IStyleElement<WG>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
containsControl
(IControl<?, ?> control) getCss()
getHtml()
int
getOptionalStoredControlByInternalId
(String internalId) IContainer
<IControl<?, ?>> IContainer
<ILayer<?>> ILayer
<?> boolean
pushLayerWithRootControl
(IControl<?, ?> rootControl) void
removeLayer
(ILayer<?> layer) setFrontEndReaderAndFrontEndWriter
(IFrontEndReader frontEndReader, IFrontEndWriter frontEndWriter) setRemoveLayerAction
(Runnable removeLayerAction) Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny, isEmpty
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.guiapi.canvasapi.ICanvas
getBackground, getBackgroundColor, getBackgroundColorGradient, getBackgroundImage, getBackgroundImageApplication, getBackgroundType, hasBackground, removeBackground, setBackgroundColor, setBackgroundColorGradient, setBackgroundImage, setBackgroundImage
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getAttributes, getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutablemultiattributeapi.IFluentMutableMultiTokenHolder
addToken, removeToken, removeTokens
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutableoptionalattributeapi.IFluentMutableOptionalIdHolder
removeId, setId
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutablemandatoryattributeapi.IFluentMutableTitleHolder
setTitle
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.guiapi.mainapi.IGui
fromFrontEnd, getIcon, isRootGui, onFrontEnd, setIcon
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.multiattributeapi.IMultiTokenHolder
getTokens
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalIdHolder
getId, getIdInQuotes, hasId, hasId
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IStructureElement
getChildStructureElements, getStructureSpecification
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.IStylableElement
getStoredChildStylableElements, hasRole, resetStyleRecursively
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.IStyleElement
applyStyleIfHasStyle, hasStyle, removeStyle, setStyle
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ITitleHolder
getTitle, getTitleInQuotes
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Resettable
reset
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.programstructureapi.typerequestapi.TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Methodendetails
-
containsControl
-
getCss
ICss getCss() -
getHtml
IHtmlElement getHtml() -
getHtmlElementEventRegistrations
IContainer<IHtmlElementEvent> getHtmlElementEventRegistrations() -
getLayerCount
int getLayerCount() -
getOptionalStoredControlByInternalId
-
getStoredControls
IContainer<IControl<?,?>> getStoredControls() -
getStoredLayers
IContainer<ILayer<?>> getStoredLayers() -
getStoredTopLayer
ILayer<?> getStoredTopLayer() -
hasRemoveLayerAction
boolean hasRemoveLayerAction() -
pushLayer
-
pushLayerWithRootControl
-
removeLayer
-
setFrontEndReaderAndFrontEndWriter
WG setFrontEndReaderAndFrontEndWriter(IFrontEndReader frontEndReader, IFrontEndWriter frontEndWriter) -
setRemoveLayerAction
-