Klasse LayerStack
java.lang.Object
ch.nolix.system.webgui.main.LayerStack
- Alle implementierten Schnittstellen:
Clearable, EmptinessRequestable, ILayerStack
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidclear()Removes the elements of the currentClearable.booleancontainsControl(IControl<?, ?> control) static LayerStackintgetOptionalStoredControlByInternalId(String internalId) IContainer<IControl<?, ?>> IContainer<ILayer<?>> ILayer<?> booleanbooleanisEmpty()pushLayerWithRootControl(IControl<?, ?> rootControl) voidremoveLayer(ILayer<?> layer) setRemoveLayerAction(Runnable removeLayerAction) Von Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden EmptinessRequestable
containsAny
-
Methodendetails
-
forWebGui
-
containsControl
- Angegeben von:
containsControlin SchnittstelleILayerStack
-
clear
-
getLayerCount
public int getLayerCount()- Angegeben von:
getLayerCountin SchnittstelleILayerStack
-
getOptionalStoredControlByInternalId
- Angegeben von:
getOptionalStoredControlByInternalIdin SchnittstelleILayerStack
-
getStoredControls
- Angegeben von:
getStoredControlsin SchnittstelleILayerStack
-
getStoredLayers
- Angegeben von:
getStoredLayersin SchnittstelleILayerStack
-
getStoredTopLayer
- Angegeben von:
getStoredTopLayerin SchnittstelleILayerStack
-
hasRemoveLayerAction
public boolean hasRemoveLayerAction()- Angegeben von:
hasRemoveLayerActionin SchnittstelleILayerStack
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmptyin SchnittstelleEmptinessRequestable- Gibt zurück:
- true if
EmptinessRequestabledoes not contain an element, false otherwise.
-
pushLayer
- Angegeben von:
pushLayerin SchnittstelleILayerStack
-
pushLayerWithRootControl
- Angegeben von:
pushLayerWithRootControlin SchnittstelleILayerStack
-
removeLayer
- Angegeben von:
removeLayerin SchnittstelleILayerStack
-
setRemoveLayerAction
- Angegeben von:
setRemoveLayerActionin SchnittstelleILayerStack
-