T - The edited type.@Dependent public class DropDownImageListEditor<T> extends ImageListEditor<T> implements HasEditMode
Images are shown using a drop down selector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DropDownImageListEditor.View<T> |
ImageListEditor.Entryview| Modifier | Constructor and Description |
|---|---|
|
DropDownImageListEditor(DropDownImageListEditorView<T> dropDownImageListEditorView,
javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent) |
protected |
DropDownImageListEditor(ImageListEditorView<T> imageListEditorView,
javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
isEditMode(boolean isEdit)
Enables or disables the edition.
|
protected void |
showElements()
PRIVATE EDITOR METHODS **
|
asWidget, clear, getValue, init, newEntry, setEntries, setHelpContent, setImageSize, setValue, setValue, showErrors@Inject public DropDownImageListEditor(DropDownImageListEditorView<T> dropDownImageListEditorView, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent)
protected DropDownImageListEditor(ImageListEditorView<T> imageListEditorView, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent)
public void isEditMode(boolean isEdit)
HasEditModeEnables or disables the edition.
isEditMode in interface HasEditModeprotected void showElements()
ImageListEditorshowElements in class ImageListEditor<T>Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.