Red Hat Web Application Framework 6.1 Manuel d'utilisateur Page 177

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 230
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 176
Chapter 12. Presentation (Bebop) Tutorial 163
Page applicationPage = new Page();
applicationPage.add(new MetaForm() {
public MetaForm() {
super("application_form_name");
}
public Form buildForm(PageState pageState) {
SimpleQuestionnaire questionnaire =
new SimpleQuesionnaire(new BigDecimal("773"));
return questionnaire.createComponent();
}
}
);
applicationPage.lock();
Example 12-2. Dynamic Mounting of a Persistent Form
Vue de la page 176
1 2 ... 172 173 174 175 176 177 178 179 180 181 182 ... 229 230

Commentaires sur ces manuels

Pas de commentaire