| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AdvancedSearchRenderer.createEditor(FieldType field,
int rowIndex,
SearchConditionData data) |
protected Editor |
AdvancedSearchRenderer.createEditor(FieldType field,
int rowIndex,
SearchConditionData data,
boolean isEditorInAddAttributeRow) |
protected Editor |
AdvancedSearchRenderer.getEditorForField(SearchAttributeDescriptor searchAttributeDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Map<SearchAttributeDescriptor,Editor> |
AdvancedSearchRenderer.getFieldEditors() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdvancedSearchRenderer.applyReferenceAdvancedSearch(Editor editor)
Uses
AbstractReferenceEditor.PARAM_REFERENCE_ADVANCED_SEARCH_ENABLED from the widget's settings. |
protected void |
AdvancedSearchRenderer.assignEditorToField(SearchAttributeDescriptor searchAttributeDescriptor,
Editor editor) |
protected void |
AdvancedSearchRenderer.disableDblClickOnReferenceEditor(Editor editor) |
protected boolean |
AdvancedSearchRenderer.isReferenceEditor(Editor editor) |
protected void |
AdvancedSearchRenderer.updateLocalizedEditorValueOnLanguageSelected(Editor editor,
Object eventData,
AdvancedSearchData searchData,
int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
Editor |
EditorBuilder.build()
Builds editor component
|
Editor |
EditorBuilder.buildNotInitialized()
Deprecated.
since 6.7, please create an instance manually and use
EditorConfigurator instead |
protected Editor |
EditorBuilder.EditorConditional.getElement() |
| Modifier and Type | Method and Description |
|---|---|
EditorBuilder.Conditional<Editor> |
EditorBuilder.ifTrue(boolean test)
Allows conditional modification of editor before it is initialized using flow programming.
|
| Modifier and Type | Method and Description |
|---|---|
EditorBuilder |
EditorBuilder.apply(Consumer<Editor> configuration)
Allows any modification of editor to be applied before it is initialized.
|
| Constructor and Description |
|---|
EditorConfigurator(Editor editor)
Creates a configurator - object that helps configuring existing
Editor components. |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EditorValidation.init(ValidatableContainer validatableContainer,
Editor editor,
EditorContext<T> editorContext) |
<T> void |
DefaultEditorValidation.init(ValidatableContainer validatableContainer,
Editor editor,
EditorContext<T> editorContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AbstractReferenceEditor.findAncestorEditor(org.zkoss.zk.ui.Component component)
find first component in hierarchy which is an Editor
|
protected Editor |
AbstractReferenceEditor.getParentEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReferenceEditor.setParentEditor(Editor parentEditor) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AbstractEditorRendererWrapper.createEditor(EditorContext<Object> context,
EditorListener<Object> listener,
String valueType,
String editorType) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
DefaultListEditorRenderer.createEditorWithNestedContext(EditorContext<List<E>> context,
String listType)
Creates editor for nested typewith nested e
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultListEditorRenderer.applyRequiredSClasses(String listType,
Editor addPopupEditor) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> |
DefaultMapEditorRenderer.createSaveInlineValueListener(K key,
Editor inlineEditorKey,
Editor inlineEditorValue,
EditorListener<Map<K,V>> listener,
EditorContext<Map<K,V>> context) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
DefaultRangeEditor.createEditor(EditorContext<Range<T>> context,
EditorListener<Range<T>> listener)
Creates single
Editor component for the range embedded type. |
Editor |
DefaultRangeEditor.getEndEditor() |
Editor |
DefaultRangeEditor.getStartEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRangeEditor.setEndEditor(Editor endEditor) |
void |
DefaultRangeEditor.setStartEditor(Editor startEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
InlinePopup.confirm(Editor editor,
CellContext<T> cellContext,
org.zkoss.zul.Listcell cell) |
void |
InlinePopup.createPopup(org.zkoss.zul.Listcell cell,
CellContext<T> cellContext,
Editor editor) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
DefaultCellRenderer.createEditorInstance(CellContext<T> cellContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
InstantEditorRenderer.createNestedEditor(EditorContext<Object> context,
EditorListener<Object> listener) |
Editor |
FocusableContainer.getEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.Div |
InstantEditorRenderer.createEditorButtons(org.zkoss.zul.Div editorContainer,
Editor editor,
EditorListener<Object> listener,
org.zkoss.zk.ui.HtmlBasedComponent label,
Executable labelUpdate) |
protected org.zkoss.zul.Div |
InstantEditorRenderer.createEditorButtons(org.zkoss.zul.Div editorContainer,
Editor editor,
EditorListener<Object> listener,
org.zkoss.zul.Label label,
InstantEditorLabelProvider labelProvider)
Deprecated.
since 6.6
|
protected org.zkoss.zul.Div |
InstantEditorRenderer.createEditorContainer(Editor editor,
EditorListener<Object> listener,
org.zkoss.zk.ui.HtmlBasedComponent label,
Executable labelUpdate) |
protected org.zkoss.zul.Div |
InstantEditorRenderer.createEditorContainer(Editor editor,
EditorListener<Object> listener,
org.zkoss.zul.Label label,
InstantEditorLabelProvider labelProvider)
Deprecated.
since 6.6
|
protected IllegalStateException |
InstantEditorRenderer.createNoLabelProviderFoundException(Editor editor,
String labelProviderBeanId)
Deprecated.
since 6.6
|
protected void |
InstantEditorRenderer.updateValueLabel(org.zkoss.zul.Label label,
Editor editor,
InstantEditorLabelProvider labelProvider)
Deprecated.
since 6.6
|
| Constructor and Description |
|---|
FocusableContainer(org.zkoss.zk.ui.HtmlBasedComponent label,
Editor editor,
org.zkoss.zul.Div editorContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelUpdateFunction.update(org.zkoss.zul.Label label,
Editor editor,
InstantEditorLabelProvider labelProvider)
Deprecated.
Updates label component basing on editor value.
|
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AbstractInstantEditorMouseEventListener.getEditor() |
| Constructor and Description |
|---|
AbstractInstantEditorMouseEventListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer,
org.zkoss.zul.Div editorContainer,
Editor editor) |
InstantEditorCancelButtonClickListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer,
org.zkoss.zul.Div editorContainer,
Editor editor,
EditorListener<Object> listener,
Executable labelUpdate) |
InstantEditorCancelButtonClickListener(org.zkoss.zul.Label label,
org.zkoss.zul.Div editorContainer,
Editor editor,
InstantEditorLabelProvider labelProvider,
LabelUpdateFunction labelUpdater)
Deprecated.
since 6.6
|
InstantEditorConfirmButtonClickListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer,
org.zkoss.zul.Div editorContainer,
Editor editor,
EditorListener<Object> listener,
Executable labelUpdate) |
InstantEditorConfirmButtonClickListener(org.zkoss.zul.Label label,
org.zkoss.zul.Div editorContainer,
Editor editor,
EditorListener<Object> listener,
InstantEditorLabelProvider labelProvider,
LabelUpdateFunction labelUpdater)
Deprecated.
since 6.6
|
InstantEditorLabelClickListener(org.zkoss.zk.ui.HtmlBasedComponent label,
org.zkoss.zul.Div editorContainer,
Editor editor) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AbstractLocalizedEditor.prepareSubEditor(EditorContext<Object> editorContext,
Object currentValue) |
protected Editor |
AbstractLocalizedEditor.prepareSubEditor(EditorContext<Object> editorContext,
Object currentValue,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AbstractPaginableEditorRenderer.createEditor(EditorContext<T> context,
String editorType)
Creates single editor cell according to the
editorType. |
protected Editor |
AbstractCockpitEditorRenderer.findAncestorEditor(org.zkoss.zk.ui.Component component)
Find first component in hierarchy which is an Editor
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Editor> |
AbstractCockpitEditorRenderer.findEmbeddedEditors(org.zkoss.zk.ui.Component component)
Finds embedded editors for given component.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
EditorsVisitor.getComponentKey(Editor component) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EditorsVisitor.applyDisabledIf(Collection<Editor> editors,
DynamicAttribute dynamicAttribute,
Object target) |
protected void |
EditorsVisitor.applyVisibleIf(Collection<Editor> editors,
DynamicAttribute dynamicAttribute,
Object target) |
protected void |
EditorsVisitor.modifyEditorsParameter(Collection<Editor> editors,
String paramName,
Object computedValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
DefaultCompareViewAttributeRenderer.buildEditor(EditorBuilder editorBuilder,
Attribute configuration,
PartialRendererData<Collection> data,
Object item,
DataAttribute dataAttribute,
WidgetInstanceManager widgetInstanceManager) |
protected Editor |
DefaultCompareViewAttributeRenderer.createAttributeEditor(Attribute configuration,
PartialRendererData<Collection> data,
Object item,
DataAttribute dataAttribute,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCompareViewAttributeRenderer.isFittingEditor(Editor editor,
Attribute configuration,
PartialRendererData<Collection> data,
Object item,
DataAttribute dataAttribute,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
ConfigurableFlowRenderer.buildEditor(EditorBuilder editorBuilder,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigurableFlowRenderer.initializeEditorInstance(Editor editor,
WidgetInstanceManager widgetInstanceManager,
String normalizedPropertyQualifier)
Deprecated.
since 6.7, use
ConfigurableFlowRenderer.buildEditor(EditorBuilder, WidgetInstanceManager) instead |
| Modifier and Type | Field and Description |
|---|---|
protected Editor |
EditorExampleMVCController.booleanEditor |
protected Editor |
EditorExampleMVCController.chkBoolEditor |
protected Editor |
EditorExampleMVCController.dateEditor |
protected Editor |
EditorExampleMVCController.decimalEditor |
protected Editor |
EditorExampleMVCController.integerEditor |
protected Editor |
EditorExampleMVCController.listEditor |
protected Editor |
EditorExampleMVCController.listEditorOsMold |
protected Editor |
EditorExampleMVCController.longEditor |
protected Editor |
EditorExampleMVCController.mapEditor |
protected Editor |
EditorExampleMVCController.pkEditor |
protected Editor |
EditorExampleMVCController.pkEditor2 |
protected Editor |
EditorExampleMVCController.rangeEditor |
protected Editor |
EditorExampleMVCController.regularLocalized |
protected Editor |
EditorExampleMVCController.selBooleanEditor |
protected Editor |
EditorExampleMVCController.textEditor |
protected Editor |
EditorExampleMVCController.wysiwygLocalized |
| Modifier and Type | Method and Description |
|---|---|
Editor |
ExampleDefaultWidgetController.getDateEditor() |
Editor |
MapEditorsDemoController.getMapEditorNumbers() |
Editor |
MapEditorsDemoController.getMapEditorPrices() |
Editor |
MapEditorsDemoController.getMapEditorTranslations() |
| Modifier and Type | Method and Description |
|---|---|
Editor |
EditorWidgetController.getBooleanEditor() |
Editor |
EditorWidgetController.getCheckBooleanEditor() |
Editor |
EditorWidgetController.getDateEditor() |
Editor |
EditorWidgetController.getDecimalEditor() |
Editor |
EditorWidgetController.getDropdownBooleanEditor() |
Editor |
EditorWidgetController.getIntegerEditor() |
Editor |
EditorWidgetController.getLongEditor() |
Editor |
EditorWidgetController.getTextEditor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
EditorAreaRendererUtils.getEditorAnchor(Editor editor) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
AbstractEditorAreaComponentRenderer.buildEditor(EditorBuilder editorBuilder,
WidgetInstanceManager widgetInstanceManager) |
protected Editor |
AbstractEditorAreaComponentRenderer.createEditor(DataType genericType,
WidgetInstanceManager widgetInstanceManager,
Attribute attribute,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEditorAreaComponentRenderer.processEditorBeforeComposition(Editor editor,
DataType genericType,
WidgetInstanceManager widgetInstanceManager,
Attribute attribute,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
protected Editor |
DefaultSummaryViewAttributeRenderer.buildEditor(Attribute attributeConfiguration,
Object data,
DataAttribute dataAttribute,
EditorBuilder editorBuilder) |
protected Editor |
DefaultSummaryViewAttributeRenderer.createAttributeEditor(Attribute attributeConfiguration,
Object data,
DataAttribute dataAttribute,
String typeCode,
WidgetInstanceManager widgetInstanceManager) |
Copyright © 2018. All rights reserved.