Package ch.tocco.nice2.netui.api.actions
Interface Situation
- All Known Subinterfaces:
SituationWithEntity
,SituationWithEntityName
,SituationWithFormName
- All Known Implementing Classes:
EntityNameSituation
,EntitySituation
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.Tells the kind of situation it is, probably the class name.getPlace()
Deprecated.Returns the place for the situation.@Nullable String
getScope()
Deprecated.Tells the scope for which this situation is.Deprecated.@Nullable String
Deprecated.Tells the screen for which this situation is.
-
Method Details
-
getName
String getName()Deprecated.Tells the kind of situation it is, probably the class name. -
getScreen
Deprecated.Tells the screen for which this situation is. Examples: 'explorer-main', 'explorer-relations', 'explorer-search', 'explorer-modal', 'home'. -
getScope
Deprecated.Tells the scope for which this situation is. Example: 'update'.- Returns:
- The scope in lower case, or
null
.
-
getScope
Deprecated. -
getPlace
String getPlace()Deprecated.Returns the place for the situation. Example: 'topToolbar'.
-