Interface IdGeneratorEditionDialog.View
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
IdGeneratorEditionDialogViewImpl
- Enclosing class:
- IdGeneratorEditionDialog
public static interface IdGeneratorEditionDialog.View extends com.google.gwt.user.client.ui.IsWidget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGeneratorName()StringgetGeneratorType()voidhide()voidinit(IdGeneratorEditionDialog presenter)voidsetEnabled(boolean enabled)voidsetGeneratorName(String generatorName)voidsetGeneratorType(String generatorType)voidshow()
-
-
-
Method Detail
-
init
void init(IdGeneratorEditionDialog presenter)
-
setGeneratorType
void setGeneratorType(String generatorType)
-
getGeneratorType
String getGeneratorType()
-
setGeneratorName
void setGeneratorName(String generatorName)
-
getGeneratorName
String getGeneratorName()
-
setEnabled
void setEnabled(boolean enabled)
-
show
void show()
-
hide
void hide()
-
-