Class LayoutEditorPropertiesScreen
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.LayoutEditorPropertiesScreen
-
@ApplicationScoped public class LayoutEditorPropertiesScreen extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutEditorPropertiesScreen()LayoutEditorPropertiesScreen(LayoutEditorPropertiesPresenter propertiesPresenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()org.jboss.errai.common.client.api.IsElementgetView()
-
-
-
Field Detail
-
SCREEN_ID
public static final String SCREEN_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LayoutEditorPropertiesScreen
public LayoutEditorPropertiesScreen()
-
LayoutEditorPropertiesScreen
@Inject public LayoutEditorPropertiesScreen(LayoutEditorPropertiesPresenter propertiesPresenter)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getView
public org.jboss.errai.common.client.api.IsElement getView()
-
-