Oxygen XML Editor 15.0 Author API

ro.sync.ecss.extensions.api.editor
Interface InplaceEditorArgumentKeys

All Superinterfaces:
InplaceEditorCSSConstants

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface InplaceEditorArgumentKeys
extends InplaceEditorCSSConstants

Properties of the oxy_editor function extended with other computed properties that the renderer/editor might need.

Since:
14.1

Field Summary
static java.lang.String BG_COLOR
          The default background color to be used by the renderers/editors.
static java.lang.String DEFAULT_VALUE
          The default value for the property being edited.
static java.lang.String FONT
          The font to be used by the renderer/editor or null to go with the default.
static java.lang.String INITIAL_VALUE
          The current value for the property being edited.
 
Fields inherited from interface ro.sync.ecss.extensions.api.editor.InplaceEditorCSSConstants
COMMA, EDIT_CUSTOM, EDIT_TEXT_CONTENT, FALSE, INHERIT, PROPERTY_ACTION_DISPLAY_STYLE, PROPERTY_ACTION_ID, PROPERTY_ACTION_IDS, PROPERTY_CLASSPATH, PROPERTY_COLOR, PROPERTY_COLUMNS, PROPERTY_EDIT, PROPERTY_EDITABLE, PROPERTY_FONT_INHERIT, PROPERTY_FORMAT, PROPERTY_ICON, PROPERTY_LABEL, PROPERTY_LABELS, PROPERTY_RENDERER_CLASS_NAME, PROPERTY_RENDERER_SEPARATOR, PROPERTY_RENDERER_SORT, PROPERTY_ROWS, PROPERTY_SELECTION_MODE, PROPERTY_SEPARATOR, PROPERTY_SWING_EDITOR_CLASS_NAME, PROPERTY_SWT_EDITOR_CLASS_NAME, PROPERTY_TOOLTIP, PROPERTY_TOOLTIPS, PROPERTY_TRANSPARENT, PROPERTY_TYPE, PROPERTY_UNCHECKED_VALUES, PROPERTY_VALUES, PROPERTY_VISIBLE, SELECTION_MODE_MULTIPLE, SELECTION_MODE_SINGLE, SORT_ASCENDING, SORT_DESCENDING, TRUE, TYPE_BUTTON, TYPE_BUTTON_GROUP, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_DATE_PICKER, TYPE_OLD_URL_CHOOSER, TYPE_POPUP_SELECTION, TYPE_TEXT, TYPE_URL_CHOOSER
 

Field Detail

INITIAL_VALUE

static final java.lang.String INITIAL_VALUE
The current value for the property being edited.

See Also:
Constant Field Values

DEFAULT_VALUE

static final java.lang.String DEFAULT_VALUE
The default value for the property being edited.

See Also:
Constant Field Values

FONT

static final java.lang.String FONT
The font to be used by the renderer/editor or null to go with the default. A Font.

See Also:
Constant Field Values

BG_COLOR

static final java.lang.String BG_COLOR
The default background color to be used by the renderers/editors.

See Also:
Constant Field Values

Oxygen XML Editor 15.0 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.