public abstract class InternalDragComponent extends Object implements LayoutDragComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERNAL_DRAG_COMPONENT |
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, waitgetDragWidgetpublic static final String INTERNAL_DRAG_COMPONENT
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext container)
LayoutDragComponentNotice 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 LayoutDragComponentcontainer - The context for the component being renderedpublic com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext container)
LayoutDragComponentgetShowWidget in interface LayoutDragComponentcontainer - The context for the component being renderedCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.