Class EmptyDropRowView
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.components.rows.EmptyDropRowView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<EmptyDropRow>,org.uberfire.client.mvp.UberElement<EmptyDropRow>,EmptyDropRow.View
@Dependent @Templated public class EmptyDropRowView extends Object implements org.uberfire.client.mvp.UberElement<EmptyDropRow>, EmptyDropRow.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description EmptyDropRowView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(EmptyDropRow presenter)voidsetupText(String titleText, String subTitleText)
-
-
-
Method Detail
-
init
public void init(EmptyDropRow presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<EmptyDropRow>
-
setupText
public void setupText(String titleText, String subTitleText)
- Specified by:
setupTextin interfaceEmptyDropRow.View
-
-