C - the type of entity configuration data associated with the linkE - the type of entity that is being selectedpublic abstract class AbstractEntityListSelectorWizardStep<C extends EntityConfig,E extends Entity> extends AbstractListSelectorWizardStep<EntityLink<C>,E>
| Constructor and Description |
|---|
AbstractEntityListSelectorWizardStep() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSelectedByDefault(E listItemData) |
protected void |
saveSelectedValue(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
Saves the current selection in this panel in the data managed by this wizard step, if all validation goes well on
the submit time.
|
addNavigationListener, display, displayError, fetchData, fillList, getErrorLabel, getList, getListItem, getNewOptionListItem, getSelectedItem, getSelectErrorMessage, getSelectHelpLabel, hideError, init, onCancel, onDoubleClick, onKeyUp, onSubmit, refreshList, removeNavigationListener, setActive, setNewOptionOnTopgetData, getResult, initializeSelectiongetStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionspublic AbstractEntityListSelectorWizardStep()
protected boolean isSelectedByDefault(E listItemData)
isSelectedByDefault in class AbstractListSelectorWizardStep<EntityLink<C extends EntityConfig>,E extends Entity>listItemData - a list item datatrue of the list item with the given data should be selected by default, false otherwiseAbstractListSelectorWizardStep.isSelectedByDefault(Object)protected void saveSelectedValue(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
saveSelectedValue in class AbstractListSelectorWizardStep<EntityLink<C extends EntityConfig>,E extends Entity>async - the object to be notified after the selected value is savedAbstractListSelectorWizardStep.saveSelectedValue(AsyncCallback)Copyright © 2004–2014 XWiki. All rights reserved.