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 TypMethodeBeschreibungvoid
clear()
Removes the elements of the currentClearable
.boolean
containsControl
(IControl<?, ?> control) static LayerStack
int
getOptionalStoredControlByInternalId
(String internalId) IContainer
<IControl<?, ?>> IContainer
<ILayer<?>> ILayer
<?> boolean
boolean
isEmpty()
pushLayerWithRootControl
(IControl<?, ?> rootControl) void
removeLayer
(ILayer<?> layer) setRemoveLayerAction
(Runnable removeLayerAction) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
-
Methodendetails
-
forWebGui
-
containsControl
- Angegeben von:
containsControl
in SchnittstelleILayerStack
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:Clearable
Removes the elements of the currentClearable
. -
getLayerCount
public int getLayerCount()- Angegeben von:
getLayerCount
in SchnittstelleILayerStack
-
getOptionalStoredControlByInternalId
- Angegeben von:
getOptionalStoredControlByInternalId
in SchnittstelleILayerStack
-
getStoredControls
- Angegeben von:
getStoredControls
in SchnittstelleILayerStack
-
getStoredLayers
- Angegeben von:
getStoredLayers
in SchnittstelleILayerStack
-
getStoredTopLayer
- Angegeben von:
getStoredTopLayer
in SchnittstelleILayerStack
-
hasRemoveLayerAction
public boolean hasRemoveLayerAction()- Angegeben von:
hasRemoveLayerAction
in SchnittstelleILayerStack
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleEmptinessRequestable
- Gibt zurück:
- true if
EmptinessRequestable
does not contain an element.
-
pushLayer
- Angegeben von:
pushLayer
in SchnittstelleILayerStack
-
pushLayerWithRootControl
- Angegeben von:
pushLayerWithRootControl
in SchnittstelleILayerStack
-
removeLayer
- Angegeben von:
removeLayer
in SchnittstelleILayerStack
-
setRemoveLayerAction
- Angegeben von:
setRemoveLayerAction
in SchnittstelleILayerStack
-