@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 |
addComponent(String componentId,
LayoutDragComponent component) |
LayoutDragComponentGroupPresenter.View |
getView() |
boolean |
hasComponent(String componentId) |
void |
init(LayoutDragComponentGroup group) |
void |
removeComponent(String componentId) |
void |
setExpanded(boolean expanded) |
@Inject public LayoutDragComponentGroupPresenter(LayoutDragComponentGroupPresenter.View view)
public void init(LayoutDragComponentGroup group)
public void setExpanded(boolean expanded)
public void addComponent(String componentId, LayoutDragComponent component)
public void removeComponent(String componentId)
public boolean hasComponent(String componentId)
public LayoutDragComponentGroupPresenter.View getView()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.