Package org.dashbuilder.client.screens
Class NotFoundScreen
- java.lang.Object
-
- org.dashbuilder.client.screens.NotFoundScreen
-
@ApplicationScoped public class NotFoundScreen extends Object
Screen displayed when a perspective is not found.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotFoundScreen.View
-
Constructor Summary
Constructors Constructor Description NotFoundScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScreenTitle()voidonOpen()NotFoundScreen.ViewworkbenchPart()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
onOpen
public void onOpen()
-
getScreenTitle
public String getScreenTitle()
-
workbenchPart
public NotFoundScreen.View workbenchPart()
-
-