Class DisabledExperimentalLayoutComponent
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.infra.experimental.DisabledExperimentalLayoutComponent
-
- All Implemented Interfaces:
LayoutDragComponent
@Dependent public class DisabledExperimentalLayoutComponent extends Object implements LayoutDragComponent
-
-
Field Summary
-
Fields inherited from interface org.uberfire.ext.layout.editor.client.api.LayoutDragComponent
converter, FORMAT
-
-
Constructor Summary
Constructors Constructor Description DisabledExperimentalLayoutComponent(org.uberfire.experimental.client.disabled.component.DisabledFeatureComponent component, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDragComponentTitle()The title displayed in the component drag palette.StringgetFeatureId()com.google.gwt.user.client.ui.IsWidgetgetPreviewWidget(RenderingContext ctx)Widget shown during the layout edition.com.google.gwt.user.client.ui.IsWidgetgetShowWidget(RenderingContext ctx)The widget that display and provides all the component features.voidsetFeatureId(String featureId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.layout.editor.client.api.LayoutDragComponent
getContentPart, getDragComponentIconClass, getPropertyCategories, removeCurrentWidget
-
-
-
-
Method Detail
-
getDragComponentTitle
public String getDragComponentTitle()
Description copied from interface:LayoutDragComponentThe title displayed in the component drag palette.- Specified by:
getDragComponentTitlein interfaceLayoutDragComponent
-
getPreviewWidget
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
Description copied from interface:LayoutDragComponentWidget shown during the layout edition.Notice this is just a widget preview, so not all the component features need to be available at preview time. Just a widget that gives the user an idea of how the final component might look like.
- Specified by:
getPreviewWidgetin interfaceLayoutDragComponent- Parameters:
ctx- The context for the component being rendered
-
getShowWidget
public com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext ctx)
Description copied from interface:LayoutDragComponentThe widget that display and provides all the component features. This is the widget during the layout rendering process.- Specified by:
getShowWidgetin interfaceLayoutDragComponent- Parameters:
ctx- The context for the component being rendered
-
getFeatureId
public String getFeatureId()
-
setFeatureId
public void setFeatureId(String featureId)
-
-