Class InternalDragComponent
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.api.InternalDragComponent
-
- All Implemented Interfaces:
LayoutDragComponent
public abstract class InternalDragComponent extends Object implements LayoutDragComponent
Super class of the layout editor's internal components
-
-
Field Summary
Fields Modifier and Type Field Description static StringINTERNAL_DRAG_COMPONENT-
Fields inherited from interface org.uberfire.ext.layout.editor.client.api.LayoutDragComponent
converter, FORMAT
-
-
Constructor Summary
Constructors Constructor Description InternalDragComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.IsWidgetgetPreviewWidget(RenderingContext container)Widget shown during the layout edition.com.google.gwt.user.client.ui.IsWidgetgetShowWidget(RenderingContext container)The widget that display and provides all the component features.-
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, getDragComponentTitle, getPropertyCategories, removeCurrentWidget
-
-
-
-
Field Detail
-
INTERNAL_DRAG_COMPONENT
public static final String INTERNAL_DRAG_COMPONENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPreviewWidget
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext container)
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:
container- The context for the component being rendered
-
getShowWidget
public com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext container)
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:
container- The context for the component being rendered
-
-