Class LayoutComponentPaletteScreen
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.LayoutComponentPaletteScreen
-
@ApplicationScoped public class LayoutComponentPaletteScreen extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutComponentPaletteScreen()LayoutComponentPaletteScreen(LayoutComponentPalettePresenter componentPalette)
-
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
-
LayoutComponentPaletteScreen
public LayoutComponentPaletteScreen()
-
LayoutComponentPaletteScreen
@Inject public LayoutComponentPaletteScreen(LayoutComponentPalettePresenter componentPalette)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getView
public org.jboss.errai.common.client.api.IsElement getView()
-
-