Uses of Class
org.bidib.wizard.mvc.common.view.text.HistoryModel
-
Packages that use HistoryModel Package Description org.bidib.wizard.mvc.common.view.text -
-
Uses of HistoryModel in org.bidib.wizard.mvc.common.view.text
Methods in org.bidib.wizard.mvc.common.view.text that return HistoryModel Modifier and Type Method Description static HistoryModelHistoryModel. getModel(String name)Returns a named model.HistoryModelHistoryText. getModel()Returns the underlying history controller.HistoryModelHistoryTextField. getModel()Returns the underlying history model.Methods in org.bidib.wizard.mvc.common.view.text that return types with arguments of type HistoryModel Modifier and Type Method Description Map<String,HistoryModel>HistoryModelSaver. load(Map<String,HistoryModel> models)Method parameters in org.bidib.wizard.mvc.common.view.text with type arguments of type HistoryModel Modifier and Type Method Description Map<String,HistoryModel>HistoryModelSaver. load(Map<String,HistoryModel> models)booleanHistoryModelSaver. save(Map<String,HistoryModel> models)
-