Uses of Interface
org.uberfire.mvp.PlaceRequest
-
-
Uses of PlaceRequest in org.uberfire.mvp
Fields in org.uberfire.mvp declared as PlaceRequest Modifier and Type Field Description static PlaceRequestPlaceRequest. NOWHEREMethods in org.uberfire.mvp that return PlaceRequest Modifier and Type Method Description PlaceRequestPlaceRequest. addParameter(String name, String value)PlaceRequestPlaceRequest. clone() -
Uses of PlaceRequest in org.uberfire.mvp.impl
Classes in org.uberfire.mvp.impl that implement PlaceRequest Modifier and Type Class Description classConditionalPlaceRequestclassDefaultPlaceRequestclassExternalPathPlaceRequestAPathPlaceRequestoriginating from an external script.classForcedPlaceRequestclassPathPlaceRequestMethods in org.uberfire.mvp.impl that return PlaceRequest Modifier and Type Method Description PlaceRequestDefaultPlaceRequest. addParameter(String name, String value)PlaceRequestConditionalPlaceRequest. clone()PlaceRequestDefaultPlaceRequest. clone()PlaceRequestPathPlaceRequest. clone()PlaceRequestConditionalPlaceRequest. orElse(PlaceRequest orElsePlaceRequest)Creates a place request for the given place ID with the given state parameters for that place.static PlaceRequestDefaultPlaceRequest. parse(CharSequence partNameAndParams)Creates a new place request from a string that encodes a place ID and optional parameters in standard URL query syntax.protected PlaceRequestConditionalPlaceRequest. resolve()PlaceRequestConditionalPlaceRequest. resolveConditionalPlaceRequest()Return the place request of this conditional PlaceRequest.Methods in org.uberfire.mvp.impl with parameters of type PlaceRequest Modifier and Type Method Description PlaceRequestConditionalPlaceRequest. orElse(PlaceRequest orElsePlaceRequest)Creates a place request for the given place ID with the given state parameters for that place.Method parameters in org.uberfire.mvp.impl with type arguments of type PlaceRequest Modifier and Type Method Description ConditionalPlaceRequestConditionalPlaceRequest. when(Predicate<PlaceRequest> predicate)Creates a place request for the given place ID with the given state parameters for that place. -
Uses of PlaceRequest in org.uberfire.workbench.events
Methods in org.uberfire.workbench.events that return PlaceRequest Modifier and Type Method Description PlaceRequestNotificationEvent. getNavigationPlace()PlaceRequestNotificationEvent. getPlaceRequest()Methods in org.uberfire.workbench.events with parameters of type PlaceRequest Modifier and Type Method Description NotificationEventNotificationEvent. setNavigation(String text, PlaceRequest place)Constructors in org.uberfire.workbench.events with parameters of type PlaceRequest Constructor Description NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest)NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest, Integer initialTopOffset) -
Uses of PlaceRequest in org.uberfire.workbench.model
Methods in org.uberfire.workbench.model that return PlaceRequest Modifier and Type Method Description PlaceRequestContextDefinition. getPlace()Get the PlaceRequest that this Part will contain.PlaceRequestPartDefinition. getPlace()Methods in org.uberfire.workbench.model with parameters of type PlaceRequest Modifier and Type Method Description voidContextDefinition. setPlace(PlaceRequest place)Set the PlaceRequest that this Part will contain.voidPartDefinition. setPlace(PlaceRequest place) -
Uses of PlaceRequest in org.uberfire.workbench.model.impl
Methods in org.uberfire.workbench.model.impl that return PlaceRequest Modifier and Type Method Description PlaceRequestContextDefinitionImpl. getPlace()PlaceRequestPartDefinitionImpl. getPlace()Methods in org.uberfire.workbench.model.impl with parameters of type PlaceRequest Modifier and Type Method Description voidContextDefinitionImpl. setPlace(PlaceRequest place)voidPartDefinitionImpl. setPlace(PlaceRequest place)Constructors in org.uberfire.workbench.model.impl with parameters of type PlaceRequest Constructor Description ContextDefinitionImpl(PlaceRequest place)PartDefinitionImpl(PlaceRequest place) -
Uses of PlaceRequest in org.uberfire.workbench.model.menu
Methods in org.uberfire.workbench.model.menu that return PlaceRequest Modifier and Type Method Description PlaceRequestMenuItemPerspective. getPlaceRequest()Methods in org.uberfire.workbench.model.menu with parameters of type PlaceRequest Modifier and Type Method Description TMenuFactory.PerspectiveMenu. place(PlaceRequest placeRequest) -
Uses of PlaceRequest in org.uberfire.workbench.model.menu.impl
Methods in org.uberfire.workbench.model.menu.impl with parameters of type PlaceRequest Modifier and Type Method Description MenuBuilderImplMenuBuilderImpl. place(PlaceRequest place)
-