@Dependent public class GridLayoutDragComponent extends InternalDragComponent implements HasDragAndDropSettings
| Modifier and Type | Field and Description |
|---|---|
static String |
SPAN |
INTERNAL_DRAG_COMPONENTFORMAT| Constructor and Description |
|---|
GridLayoutDragComponent(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> ufNotification) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
getDragWidget()
Widget shown in the layout editor's component palette.
|
String[] |
getSettingsKeys() |
String |
getSettingValue(String key) |
String |
getSpan() |
void |
setSettingValue(String key,
String value) |
void |
setSpan(String span) |
getPreviewWidget, getShowWidgetpublic static final String SPAN
@Inject public GridLayoutDragComponent(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> ufNotification)
public void setSpan(String span)
public String getSpan()
public com.google.gwt.user.client.ui.IsWidget getDragWidget()
LayoutDragComponentgetDragWidget in interface LayoutDragComponentpublic String[] getSettingsKeys()
getSettingsKeys in interface HasDragAndDropSettingspublic String getSettingValue(String key)
getSettingValue in interface HasDragAndDropSettingspublic void setSettingValue(String key, String value)
setSettingValue in interface HasDragAndDropSettingsCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.