Uses of Interface
org.dashbuilder.common.client.editor.LeafAttributeEditor
-
-
Uses of LeafAttributeEditor in org.dashbuilder.common.client.editor
Classes in org.dashbuilder.common.client.editor that implement LeafAttributeEditor Modifier and Type Class Description classToggleSwitchEditorProvides an editor for Boolean values using a toggle switch for the view.classValueBoxEditor<T>Provides an editor for a ValueBoxBase widget of type T. -
Uses of LeafAttributeEditor in org.dashbuilder.common.client.editor.file
Classes in org.dashbuilder.common.client.editor.file that implement LeafAttributeEditor Modifier and Type Class Description classFileUploadEditorPresenter for editor component that wraps a gwt bootstrap file upload component an additionally provides: -
Uses of LeafAttributeEditor in org.dashbuilder.common.client.editor.list
Classes in org.dashbuilder.common.client.editor.list that implement LeafAttributeEditor Modifier and Type Class Description classDropDownEditorclassDropDownImageListEditor<T>Images are shown using a drop down selector.classHorizImageListEditor<T>Images are shown in an single row container.classImageListEditor<T>Presenter for a gwt editor component that accepts multiple values and display each one using a given image. -
Uses of LeafAttributeEditor in org.dashbuilder.common.client.editor.map
Classes in org.dashbuilder.common.client.editor.map that implement LeafAttributeEditor Modifier and Type Class Description classMapEditorProvides an editor for a Map instance of String values.
-