public FarmationGoodsWithIncreasingTrendPresenter( GeneralFunction function, FarmationGoodsWithIncreasingTrendViewImpl view, FarmationGoodsWithIncreasingTrendModel model) { this.model = model; this.function = function; this.view = view; this.dateMan = function.getDate(); view.init(model.getCurrentMonth()); view.setListener(this); buttonSubmit(); }
public InputDeletionViewImpl(GeneralFunction function) { this.function = function; this.text = function.getTextManipulator(); }
public NewEditUserViewImpl(GeneralFunction function) { this.function = function; this.setting = function.getSetting(); this.text = function.getTextManipulator(); }