public class NewListItemWizard extends Object
| Constructor and Description |
|---|
NewListItemWizard(ListManagement<String> listManager,
boolean limitChoices) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
boolean |
isChoiceLimited() |
void |
setChoices(List<String> choices)
Called before opening the dialog so that the user sees only the valid choices.
|
void |
setLabel(String label) |
public NewListItemWizard(ListManagement<String> listManager, boolean limitChoices)
public void setLabel(String label)
public boolean isChoiceLimited()
public com.google.gwt.user.client.ui.Widget asWidget()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.