protected void manageView() { this.linkViews(); this.clean(); this.fillViews(); if (content != null) { if (content.getDataSource() != null) this.setDataSource(); this.setDefaultValue(); } this.saveValue(); }
protected void save() { content.setValueAndNotify(value); }