public class NewProjectWizard extends Object implements UIWizard
| Constructor and Description |
|---|
NewProjectWizard() |
| Modifier and Type | Method and Description |
|---|---|
Result |
execute(UIContext context) |
UICommandMetadata |
getMetadata() |
UIInput<String> |
getNamed() |
UIInput<Boolean> |
getOverwrite() |
UIInput<DirectoryResource> |
getTargetLocation() |
SingleValued<UIInput<String>,String> |
getTopLevelPackage() |
UISelectOne<ProjectType> |
getType() |
void |
initializeUI(UIBuilder builder) |
boolean |
isEnabled(UIContext context) |
NavigationResult |
next(UIContext context) |
void |
validate(UIValidationContext context) |
public UICommandMetadata getMetadata()
getMetadata in interface UICommandpublic boolean isEnabled(UIContext context)
public void initializeUI(UIBuilder builder) throws Exception
initializeUI in interface UICommandExceptionpublic void validate(UIValidationContext context)
validate in interface UIValidatorpublic UIInput<DirectoryResource> getTargetLocation()
public UISelectOne<ProjectType> getType()
public SingleValued<UIInput<String>,String> getTopLevelPackage()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.