public abstract class InternalDragComponent extends Object implements LayoutDragComponent
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_DRAG_COMPONENT |
converter, FORMAT
Constructor and Description |
---|
InternalDragComponent() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.IsWidget |
getPreviewWidget(RenderingContext container)
Widget shown during the layout edition.
|
com.google.gwt.user.client.ui.IsWidget |
getShowWidget(RenderingContext container)
The widget that display and provides all the component features.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentPart, getDragComponentIconClass, getDragComponentTitle, getPropertyCategories, removeCurrentWidget
public static final String INTERNAL_DRAG_COMPONENT
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext container)
LayoutDragComponent
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.
getPreviewWidget
in interface LayoutDragComponent
container
- The context for the component being renderedpublic com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext container)
LayoutDragComponent
getShowWidget
in interface LayoutDragComponent
container
- The context for the component being renderedCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.