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.Entry
view
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)
HasEditMode
Enables or disables the edition.
isEditMode
in interface HasEditMode
protected void showElements()
ImageListEditor
showElements
in class ImageListEditor<T>
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.