Class EmptyDropRow
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.components.rows.EmptyDropRow
-
@Dependent public class EmptyDropRow extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmptyDropRow.View
-
Constructor Summary
Constructors Constructor Description EmptyDropRow(EmptyDropRow.View view, LayoutDragComponentHelper layoutDragComponentHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrop(String dropData)StringgetId()org.uberfire.client.mvp.UberElement<EmptyDropRow>getView()voidinit(org.uberfire.mvp.ParameterizedCommand<RowDrop> dropCommand, String titleText, String subTitleText)voidpost()voidsetId(String id)
-
-
-
Constructor Detail
-
EmptyDropRow
@Inject public EmptyDropRow(EmptyDropRow.View view, LayoutDragComponentHelper layoutDragComponentHelper)
-
-
Method Detail
-
post
@PostConstruct public void post()
-
init
public void init(org.uberfire.mvp.ParameterizedCommand<RowDrop> dropCommand, String titleText, String subTitleText)
-
drop
public void drop(String dropData)
-
getView
public org.uberfire.client.mvp.UberElement<EmptyDropRow> getView()
-
getId
public String getId()
-
setId
public void setId(String id)
-
-