@Dependent @Templated public class LayoutDragComponentGroupView extends Object implements UberElement<LayoutDragComponentGroupPresenter>, LayoutDragComponentGroupPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
| Constructor and Description |
|---|
LayoutDragComponentGroupView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(String componentId,
LayoutDragComponent component) |
void |
addComponents(Map<String,LayoutDragComponent> dragComponents) |
void |
init(LayoutDragComponentGroupPresenter presenter) |
void |
removeComponent(String componentId) |
void |
setTitle(String name) |
public void init(LayoutDragComponentGroupPresenter presenter)
init in interface UberElement<LayoutDragComponentGroupPresenter>public void setTitle(String name)
setTitle in interface LayoutDragComponentGroupPresenter.Viewpublic void addComponents(Map<String,LayoutDragComponent> dragComponents)
addComponents in interface LayoutDragComponentGroupPresenter.Viewpublic void addComponent(String componentId, LayoutDragComponent component)
addComponent in interface LayoutDragComponentGroupPresenter.Viewpublic void removeComponent(String componentId)
removeComponent in interface LayoutDragComponentGroupPresenter.ViewCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.