| Interface | Description |
|---|---|
| DynamicPropertyEvaluator |
Some form control properties can't be evaluated at the time the CSS is compiled.
|
| IAuthorExtensionAction |
An author action created over an author operation.
|
| InplaceEditingListener |
Gets notified about edit events:
InplaceEditingListener.editingStopped(EditingEvent) - a request to stop the editing and commit the value from the editor. |
| InplaceEditingTraversalListener |
Gets notified about focus traversal keys TAB and SHIFT-TAB.
|
| InplaceEditor |
An author in-place editor.
|
| InplaceEditorArgumentKeys |
Properties of the oxy_editor function extended with other computed properties
that the renderer/editor might need.
|
| InplaceEditorCSSConstants |
Arguments of the oxy_editor function as well as built-in values for some of
these arguments.
|
| InplaceHeavyEditor |
A form control that appears inside the author page.
|
| InplaceRenderer |
An author in-place renderer.
|
| LazyValue<T> |
This class enables one to give a form control property that isn't constructed
until the first time it's looked up with
AuthorInplaceContext#getArguments().get(key) method. |
| Class | Description |
|---|---|
| AbstractInplaceEditor |
An abstract implementation that handles listeners fire.
|
| AbstractInplaceEditorWrapper |
It can be used when more than one editor types are needed depending on the received context and it can choose at runtime
an appropriate editor implementation.
|
| AuthorInplaceContext |
Context where an edit component will be used.
|
| EditingEvent |
The in-place editing was stopped.
|
| InplaceEditorAdapter |
Convenience implementation of the
InplaceEditor. |
| InplaceEditorRendererAdapter |
Convenience implementation of the
InplaceRenderer and InplaceEditor. |
| InplaceRendererAdapter |
Convenience implementation of the
InplaceRenderer. |
| RendererLayoutInfo |
Class which contains rendering information about a renderer, information like
the baseline and the size.
|
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.