Kie Workbench - Common - UI 6.2.0.Final

org.kie.workbench.common.widgets.client.popups.text
Interface FormPopupView

All Known Subinterfaces:
TextBoxFormPopupView
All Known Implementing Classes:
TextBoxFormPopupViewImpl

public interface FormPopupView


Nested Class Summary
static interface FormPopupView.Presenter
           
 
Method Summary
 String getName()
           
 void hide()
           
 void setName(String name)
           
 void setPresenter(FormPopupView.Presenter presenter)
           
 void show()
           
 void showFieldEmptyWarning()
           
 

Method Detail

setPresenter

void setPresenter(FormPopupView.Presenter presenter)

show

void show()

hide

void hide()

getName

String getName()

setName

void setName(String name)

showFieldEmptyWarning

void showFieldEmptyWarning()

Kie Workbench - Common - UI 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.