Package org.uberfire.workbench.model
Interface ContextDefinition
-
- All Known Implementing Classes:
ContextDefinitionImpl
@JsType public interface ContextDefinitionA Part in the Workbench. Parts are added to Panels.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getPlace
PlaceRequest getPlace()
Get the PlaceRequest that this Part will contain.- Returns:
- the place
-
setPlace
void setPlace(PlaceRequest place)
Set the PlaceRequest that this Part will contain.- Parameters:
place- the place to set
-
-