Package ch.nolix.system.webgui.main
Klasse LayerStack
java.lang.Object
ch.nolix.system.webgui.main.LayerStack
- Alle implementierten Schnittstellen:
Clearable,EmptinessRequestable,ILayerStack
-
Methodenübersicht
Modifizierer 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAny
-
Methodendetails
-
forWebGui
-
containsControl
- Angegeben von:
containsControlin SchnittstelleILayerStack
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:ClearableRemoves the elements of the currentClearable. -
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.
-
pushLayer
- Angegeben von:
pushLayerin SchnittstelleILayerStack
-
pushLayerWithRootControl
- Angegeben von:
pushLayerWithRootControlin SchnittstelleILayerStack
-
removeLayer
- Angegeben von:
removeLayerin SchnittstelleILayerStack
-
setRemoveLayerAction
- Angegeben von:
setRemoveLayerActionin SchnittstelleILayerStack
-