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 StringgetScope()Deprecated.Tells the scope for which this situation is.Deprecated.@Nullable StringDeprecated.Tells the screen for which this situation is.
-
Method Details
-
getName
-
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
-
getPlace
-