@Dependent public class LayoutDragComponentGroupPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LayoutDragComponentGroupPresenter.View |
| Constructor and Description |
|---|
LayoutDragComponentGroupPresenter(LayoutDragComponentGroupPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String componentId,
LayoutDragComponent component) |
UberElement<LayoutDragComponentGroupPresenter> |
getView() |
boolean |
hasComponent(String componentId) |
void |
init(LayoutDragComponentGroup group) |
void |
removeDraggableComponentFromGroup(String componentId) |
@Inject public LayoutDragComponentGroupPresenter(LayoutDragComponentGroupPresenter.View view)
public void init(LayoutDragComponentGroup group)
public void add(String componentId, LayoutDragComponent component)
public void removeDraggableComponentFromGroup(String componentId)
public boolean hasComponent(String componentId)
public UberElement<LayoutDragComponentGroupPresenter> getView()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.