@Dependent public class EmptyDropRow extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
EmptyDropRow.View |
Constructor and Description |
---|
EmptyDropRow(EmptyDropRow.View view,
LayoutDragComponentHelper layoutDragComponentHelper) |
Modifier and Type | Method and Description |
---|---|
void |
drop(String dropData) |
String |
getId() |
UberElement<EmptyDropRow> |
getView() |
void |
init(ParameterizedCommand<RowDrop> dropCommand,
String titleText,
String subTitleText) |
void |
post() |
void |
setId(String id) |
@Inject public EmptyDropRow(EmptyDropRow.View view, LayoutDragComponentHelper layoutDragComponentHelper)
@PostConstruct public void post()
public void init(ParameterizedCommand<RowDrop> dropCommand, String titleText, String subTitleText)
public void drop(String dropData)
public UberElement<EmptyDropRow> getView()
public String getId()
public void setId(String id)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.