Interface EntryCreationEditor<TYPE>
-
- All Known Subinterfaces:
InlineCreationEditor<TYPE>,ModalCreationEditor<TYPE>
public interface EntryCreationEditor<TYPE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(org.uberfire.mvp.ParameterizedCommand<LiveSearchEntry<TYPE>> okCommand, org.uberfire.mvp.Command cancelCommand)
-
-
-
Method Detail
-
init
void init(org.uberfire.mvp.ParameterizedCommand<LiveSearchEntry<TYPE>> okCommand, org.uberfire.mvp.Command cancelCommand)
-
-