| Modifier and Type | Method and Description |
|---|---|
protected CockpitEditorRenderer |
Editor.CockpitEditorRendererFactory.create() |
CockpitEditorRenderer |
Editor.getEditorRenderer() |
protected CockpitEditorRenderer |
Editor.prepareEditorRenderer(EditorDefinition definition,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Editor.buildEditor(CockpitEditorRenderer<Object> editorRenderer,
EditorDefinition editorDefinition,
EditorContext<Object> editorContext) |
protected void |
Editor.CockpitEditorRendererFactory.injectDependencies(CockpitEditorRenderer cockpitEditorRenderer) |
protected void |
Editor.renderEditor(CockpitEditorRenderer<Object> editorRenderer,
EditorDefinition editorDefinition,
EditorContext<Object> editorContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBooleanEditorRenderer
Abstract Editor class for all boolean editor types.
|
class |
DefaultBooleanEditor |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxBooleanEditor
Checkbox style boolean editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropdownBooleanEditor
Boolean Editor using
Combobox component. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDecimalEditor<T extends Number> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEditorRendererWrapper |
class |
DecoratedEditorRenderer
The Editor that allows to wrap any already defined editor with some custom components or logic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBigDecimalEditor
Support for
BigDecimal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBigIntegerEditor
Editor for BigInteger types
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultByteEditor
Default Editor for
Byte values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCharacterEditor
Default Editor for
Character values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClassEditor
Editor for properties of type java.lang.Class
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateTimeEditor<C extends org.zkoss.zul.impl.FormatInputElement>
Abstract Editor for
Date values. |
class |
DefaultDateEditor
Default Editor for
Date values (incl. |
class |
DefaultTimeEditor
Default Editor for
Date values regarding only time. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDecimalEditor
Default Editor for
Double values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEnumEditor
Editor dealing with enumeration values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileUploadEditor
Editor to manage media content
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFixedReferenceEditor<T>
Fixed values reference editor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFloatEditor
Default Editor for
Float values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIntegerEditor
Default Editor for
Integer values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultListEditorRenderer<E>
Default renderer for list editors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLongEditor
Default Editor for
Long values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMapEditorRenderer<K,V>
Default renderer for map editors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMultiReferenceEditor<T>
Reference editor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPasswordEditor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRangeEditor<T>
Default implementation of the Range UI Editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReferenceEditor<T>
Reference editor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultShortEditor
Default Editor for
Short values. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTextEditor
Default Editor for
String values. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDragAndDropFileUploadEditor<T>
Abstract file upload editor which allows to drag and drop content.
|
class |
DragAndDropFileUploadEditor
Single file upload editor.
|
class |
MultiDragAndDropFileUploadEditor
Multi file upload editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEnumMultiReferenceEditor<T>
Multi-reference editor for collections of enumerations
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExtendedMultiReferenceEditor<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstantEditorLabelRenderer |
class |
CustomizedInstantEditorLabelsRenderer
An renderer for label representation in InstantEditor that may be customized depending on value type.
|
class |
DefaultInstantEditorLabelRenderer |
class |
FixedInstantEditorLabelsRenderer
A label renderer for Instant Editor with fixed labels depending on value to be rendered.
|
class |
InstantEditorRenderer
Editor wrapper for all types of editors.
|
| Modifier and Type | Method and Description |
|---|---|
protected CockpitEditorRenderer<Object> |
InstantEditorRenderer.resolveLabelRenderer(EditorContext<Object> context) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,CockpitEditorRenderer<Object>> |
CustomizedInstantEditorLabelsRenderer.getRenderers() |
protected Optional<CockpitEditorRenderer<Object>> |
CustomizedInstantEditorLabelsRenderer.resolveRenderer(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zk.ui.HtmlBasedComponent |
InstantEditorRenderer.createValueLabel(EditorContext<Object> context,
EditorListener<Object> listener,
CockpitEditorRenderer<Object> labelRenderer) |
protected void |
InstantEditorRenderer.updateValueLabel(org.zkoss.zk.ui.HtmlBasedComponent labelContainer,
EditorContext<Object> context,
EditorListener<Object> listener,
Object value,
CockpitEditorRenderer<Object> labelRenderer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizedInstantEditorLabelsRenderer.setRenderers(Map<String,CockpitEditorRenderer<Object>> renderers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntegralEditor<T extends Number> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocalizedEditor |
class |
LocalizedEditor
Editor supports localized vales providing dedicated field for each localization.
|
class |
LocalizedSimpleEditor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextEditor<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
WysiwygEditor
WYSIWYG editor using
CKeditor component. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleTextEditor
An example of a Cockpit NG editor for text values.
|
class |
ExampleWidgetStubEditor
ExampleWidgetStubEditor class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCockpitEditorRenderer<T>
Abstract implementation of
CockpitEditorRenderer interface. |
class |
AbstractPaginableEditorRenderer<T>
Implements the common mechanisms for the pagination-enabled editors.
|
class |
AbstractTextBasedEditorRenderer<T>
Abstract text based Editor that all "single input" fields should extend.
|
class |
DefaultDummyEditorRenderer |
class |
DefaultZulCockpitEditorRenderer<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCockpitEditorRendererUnitTest<K,T extends CockpitEditorRenderer<K>> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollapsibleCollectionLabelRenderer |
class |
CollectionLabelRenderer
Label renderer for CompareView to create a string representation of collection value.
|
class |
CompareViewLabelRendererWrapper
Label renderer for CompareView to create a string representation of collection value.
|
class |
MapLabelRenderer
Label renderer for CompareView to create a string representation of map value.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitEditorRenderer<Object> |
CollectionLabelRenderer.getValueRenderer() |
CockpitEditorRenderer<Object> |
CompareViewLabelRendererWrapper.getValueRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionLabelRenderer.setValueRenderer(CockpitEditorRenderer<Object> valueRenderer) |
void |
CompareViewLabelRendererWrapper.setValueRenderer(CockpitEditorRenderer<Object> valueRenderer) |
Copyright © 2018. All rights reserved.