public class WizardUtil extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
WizardUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDebugLogListener(org.apache.commons.logging.Log log,
WizardModel<?> model) |
static <E extends WizardStep,M extends WizardModel<E>> |
addTabsDisplayUntilStepListener(WizardUI<E,M> ui)
Ajoute un listener sur le modele pour gere la politique d'affichage des
onglets.
|
static void |
addTraceLogListener(org.apache.commons.logging.Log log,
WizardModel<?> model) |
static <E extends WizardStep,M extends WizardModel<E>> |
installWizardUIListeners(WizardUI<E,M> ui) |
public static void addDebugLogListener(org.apache.commons.logging.Log log,
WizardModel<?> model)
public static void addTraceLogListener(org.apache.commons.logging.Log log,
WizardModel<?> model)
public static <E extends WizardStep,M extends WizardModel<E>> void installWizardUIListeners(WizardUI<E,M> ui)
public static <E extends WizardStep,M extends WizardModel<E>> void addTabsDisplayUntilStepListener(WizardUI<E,M> ui)
E - le type d'un etape de l'assistantM - le type du modele de l'assistantui - l'ui de l'assitantCopyright © 2008–2018 Ultreia.io. All rights reserved.