Class ContextDefinitionImpl
- java.lang.Object
-
- org.uberfire.workbench.model.impl.ContextDefinitionImpl
-
- All Implemented Interfaces:
ContextDefinition
@Portable public class ContextDefinitionImpl extends Object implements ContextDefinition
-
-
Constructor Summary
Constructors Constructor Description ContextDefinitionImpl(PlaceRequest place)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaceRequestgetPlace()Get the PlaceRequest that this Part will contain.voidsetPlace(PlaceRequest place)Set the PlaceRequest that this Part will contain.
-
-
-
Constructor Detail
-
ContextDefinitionImpl
public ContextDefinitionImpl(PlaceRequest place)
-
-
Method Detail
-
getPlace
public PlaceRequest getPlace()
Description copied from interface:ContextDefinitionGet the PlaceRequest that this Part will contain.- Specified by:
getPlacein interfaceContextDefinition- Returns:
- the place
-
setPlace
public void setPlace(PlaceRequest place)
Description copied from interface:ContextDefinitionSet the PlaceRequest that this Part will contain.- Specified by:
setPlacein interfaceContextDefinition- Parameters:
place- the place to set
-
-