Kie Workbench - Common - UI 6.1.0.CR1

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.1.0.CR1

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