Interface InplaceEditorCSSConstants
- All Known Subinterfaces:
InplaceEditorArgumentKeys
- Since:
- 14.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Possible value forPROPERTY_ACTION_CONTEXT
.static final String
Possible value forPROPERTY_ACTION_CONTEXT
.static final String
The variable used to add a comma in property values.static final String
Value of the PROPERTY_EDIT that indicates that the editor is doing a custom edit session and it's up to the editor to update the document.static final String
Value of the PROPERTY_EDIT that indicates that the text content of the element must be edited.static final String
Handled only for a text area editorTYPE_TEXT_AREA
.static final String
Possible value for PROPERTY_EDITABLE that marks the combo as NOT being editable.static final String
Value constant used for the color property.static final String
Only applies to theTYPE_BUTTON
and represents the action that must be invoked when the button is pressed.static final String
Only applies to theTYPE_BUTTON
andTYPE_BUTTON_GROUP
.static final String
Only applies to theTYPE_BUTTON_GROUP
and specifies what to display for an action: icon, text or both.static final String
Only applies to theTYPE_BUTTON
and represents the ID of the action that must be invoked when the button is pressed.static final String
Only applies to theTYPE_BUTTON_GROUP
and contains a list of comma separated IDs of the actions that are presented to the user in a pop-up menu.static final String
Only applies to theTYPE_BUTTON_GROUP
and represents the list of the actions that can be invoked.static final String
Property used for a non-editable combo box form control.static final String
If the form control is a custom implementation this property can be used to specify the class path where the custom implementation will loaded from.static final String
Property used to specify the foreground color.static final String
The number of columns that the editor should have.static final String
Property used to specify the content type of the edited string.static final String
Heavy weight form controls extension point.static final String
Deprecated.static final String
Only applies when the editor is a combo box and marks the combo as being editable or not.static final String
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
andPROPERTY_SELECTION_MODE
is set toSELECTION_MODE_MULTIPLE
.static final String
Controls whether the button is enabled/disabled in read-only context.static final String
A set of file extensions specifying the file types that should be shown in the dialog displayed by a URL chooser.static final String
Property used to specify that the font is inherited from the parent element.static final String
It applies only on date picker form control.static final String
Property that can be set on a text field form control.static final String
Imposes a height for aTYPE_VIDEO_PLAYER
andTYPE_BROWSER
.static final String
The location of a file.static final String
For an "oxy_html_content" function, this is the HTML content to render given embedded in the CSS.static final String
Only applies to theTYPE_BUTTON_GROUP
and specifies the path to an Icon to be displayed on the button.static final String
The ID of an HTML element from the file specified by the "href" argument of "oxy_html_content".static final String
Controls the TAB behavior in the text area form control.static final String
Only applies to theTYPE_BUTTON_GROUP
and specifies the label of the button that triggers the pop-up menu.static final String
A set of labels to be associated with PROPERTY_VALUES.static final String
Combo box property.static final String
Common property for all form controls.static final String
Class name of the renderer.static final String
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
.static final String
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
.static final String
The number of rows that the editor should have.static final String
Heavy weight form controls extension point.static final String
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
.static final String
static final String
Only applies to theTYPE_BUTTON
and specifies if the icon should be displayed on the button.static final String
Only applies to theTYPE_BUTTON
and specifies if the text should be displayed on the button.static final String
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
andPROPERTY_SELECTION_MODE
is set toSELECTION_MODE_MULTIPLE
.static final String
Only applies to text fields, text areas and editable combo boxes.
The accepted values aretrue
andfalse
.static final String
Class name of the editor.static final String
Class name of the editor.static final String
Only applies to theTYPE_BUTTON_GROUP
andTYPE_TEXT
and specifies the tooltip for the button that triggers the pop-up menu with the actions in the group.static final String
A set of tooltips to be associated with PROPERTY_VALUES.static final String
Only applies to theTYPE_BUTTON
and ensures whether the button will have a more flat appearance (transparent).static final String
Indicates the editor that should be used to edit.static final String
Used only whenPROPERTY_TYPE
is set toTYPE_CHECKBOX
.static final String
Controls the validation of the input.static final String
A set of values to be presented as choices.static final String
Property used to specify if an in-place editor is visible.static final String
Class name of the server-side renderer used in the Author Webapp.static final String
Imposes a width for the form control.static final String
Possible value for "selectionMode".static final String
Possible value for "selectionMode".static final String
Value Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
.static final String
Value Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
.static final String
Possible value for PROPERTY_EDITABLE that marks the combo as being editable.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
An editor that can be used to edit dates.static final String
Possible value for PROPERTY_TYPE.static final String
The old url chooser.static final String
The renderer presents a simple or compose value and the editor shows a pop-up like panel in which we can choose the values.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.static final String
Possible value for PROPERTY_TYPE.
-
Field Details
-
PROPERTY_ON_HOVER_PSEUDO_CLASS_NAME
Common property for all form controls. If such a class is given, when the cursor is hovering a form control this class will be set on the element on which the form control is added. When the cursor leaves the form control this class is removed. As a result you can have CSS rules that change the rendering of the element when it is hovered.body:after { content: oxy_button( hoverPseudoclassName, "activeElement", actionID, 'action.id'); } body { border:1px solid white; } body:activeElement { border:1px solid red; }
- See Also:
-
PROPERTY_HTML_EMBEDDED_CONTENT
For an "oxy_html_content" function, this is the HTML content to render given embedded in the CSS.- See Also:
-
PROPERTY_HREF
The location of a file.Used by
TYPE_HTML_CONTENT
to specify where is stored the content to be inserted by an "oxy_html_content" function.Used by
TYPE_VIDEO_PLAYER
andTYPE_BROWSER
to specify the location of the file to load.- See Also:
-
PROPERTY_ID
The ID of an HTML element from the file specified by the "href" argument of "oxy_html_content". It identifies the element to be rendered.- See Also:
-
PROPERTY_FILE_FILTER
A set of file extensions specifying the file types that should be shown in the dialog displayed by a URL chooser. The extensions are comma-separated.- See Also:
-
PROPERTY_TYPE
Indicates the editor that should be used to edit. One of TYPE_ constants or a class name. This is a shorthand to specify a built-in type of renderer and editor as opposed to using properties PROPERTY_RENDERER_CLASS_NAME, PROPERTY_SWING_EDITOR_CLASS_NAME and PROPERTY_SWT_EDITOR_CLASS_NAME.- See Also:
-
PROPERTY_EDIT
Deprecated.UseInplaceEditorArgumentKeys.PROPERTY_EDIT_QUALIFIED
instead. In case of an attribute it will offer a clark name instead of the QName used in the CSS.Indicates if we should edit an attribute value or the text value of the element. The following values are accepted:- To edit an attribute value the value of the property is "@attr_name".
-
To edit the text content the value should be equal with
EDIT_TEXT_CONTENT
-
To let the editor do the editing itself, the value should be equal with
EDIT_CUSTOM
- See Also:
-
PROPERTY_VALUES
A set of values to be presented as choices. If not present these values will be taken from the schema. The processed value for this property is a list ofCIValue
.- See Also:
-
PROPERTY_CAN_REMOVE_VALUE
Property used for a non-editable combo box form control. If it is set totrue
, then the combo box will have an "<Empty>" value inside, which will clear/remove the last combo box value.- See Also:
-
PROPERTY_UNCHECKED_VALUES
Used only whenPROPERTY_TYPE
is set toTYPE_CHECKBOX
. These are the values that are committed for a checkbox when it is unchecked. If missing, an unchecked button will commit no value. The processed value for this property is a list ofCIValue
.- See Also:
-
PROPERTY_LABELS
A set of labels to be associated with PROPERTY_VALUES. The processed value for this property is a java.util.List<String>- See Also:
-
PROPERTY_TOOLTIPS
A set of tooltips to be associated with PROPERTY_VALUES. The processed value for this property is a java.util.List<String>- See Also:
-
PROPERTY_ROWS
The number of rows that the editor should have. It's interpretation is dependent to the editor being used.- See Also:
-
PROPERTY_COLUMNS
The number of columns that the editor should have. It's interpretation is dependent to the editor being used.- See Also:
-
PROPERTY_WIDTH
Imposes a width for the form control. The values are the same like the width property from CSS.elem { content: oxy_textfield(edit, '#text', width, 12em) }
If a form control also supports thePROPERTY_COLUMNS
and both of these properties are present, thenPROPERTY_WIDTH
will take precedence. The value for this property should not be requested directly but usingDynamicPropertyEvaluator.evaluateWidthProperty(java.util.Map, int)
. Such an instance can be obtain fromAuthorInplaceContext
. If you want to set this property from the API, it is best to useInplaceEditorArgumentKeys.PROPERTY_PROCESSED_WIDTH
instead.- See Also:
-
PROPERTY_SEPARATOR
Used only whenPROPERTY_TYPE
is set toTYPE_CHECKBOX
orTYPE_POPUP_SELECTION
. This is the separator that will be used to compose the values from the check-boxes into one string that will be committed into the document. If no separator is specified, a space will be used.- See Also:
-
PROPERTY_RENDERER_SEPARATOR
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
. This is the separator that will be used to compose the values from the check-boxes into one string that will be rendered in the document. If no separator is specified,PROPERTY_SEPARATOR
will be used to identify tokens.- See Also:
-
PROPERTY_SORT
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
andPROPERTY_SELECTION_MODE
is set toSELECTION_MODE_MULTIPLE
. This is the order in which the values in the element or attribute will appear. This sorting property will apply to both the values rendered in the editor and the ones presented in the pop-up editor. If no sort order is specified, the values will be rendered in the order in which they appear in the document.- See Also:
-
PROPERTY_RENDERER_SORT
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
. This is the order in which the values in the element or attribute will appear rendered in the editor. If no sort order is specified, the values will be rendered in the order in which they appear in the document.- See Also:
-
PROPERTY_EDITOR_SORT
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
andPROPERTY_SELECTION_MODE
is set toSELECTION_MODE_MULTIPLE
. This is the order in which the values specified for the element or attribute will be presented in the pop-up editor. If no sort order is specified, the values will be presented in the order in which they appear in the document.- See Also:
-
SORT_ASCENDING
Value Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
. Sort in ascending lexicographical order.- See Also:
-
SORT_DESCENDING
Value Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
. Sort in descending lexicographical order.- See Also:
-
PROPERTY_EDITABLE
Only applies when the editor is a combo box and marks the combo as being editable or not. possible values are Boolean.TRUE and Boolean.FALSE.- See Also:
-
PROPERTY_ACTION_ID
Only applies to theTYPE_BUTTON
and represents the ID of the action that must be invoked when the button is pressed. It's processed value is anIAuthorExtensionAction
. If an action with the given ID wasn't found the value remains the given string ID.- See Also:
-
PROPERTY_ACTION_CONTEXT
Only applies to theTYPE_BUTTON
andTYPE_BUTTON_GROUP
. It specifies the context in which the action associated with the form control will be executed in. The default value isACTION_CONTEXT_ELEMENT
.- See Also:
-
PROPERTY_TRANSPARENT
Only applies to theTYPE_BUTTON
and ensures whether the button will have a more flat appearance (transparent). The accepted values are true and false. The default value is false which will determine a classic looking button. When true, the SWING button will have no borders while the SWT one will be a tool item. The processed values will be either Boolean.TRUE or Boolean.FALSE.- See Also:
-
PROPERTY_ACTION_IDS
Only applies to theTYPE_BUTTON_GROUP
and contains a list of comma separated IDs of the actions that are presented to the user in a pop-up menu. It's processed value is a list ofIAuthorExtensionAction
. If one of the actions IDs wasn't found the value remains the given string ID.- See Also:
-
PROPERTY_ICON
Only applies to theTYPE_BUTTON_GROUP
and specifies the path to an Icon to be displayed on the button. The processed value is an Icon to be displayed on the button or null if no icon is specified or the specified one cannot be loaded.- See Also:
-
PROPERTY_SHOW_TEXT
Only applies to theTYPE_BUTTON
and specifies if the text should be displayed on the button. If missing, the button displays only the icon if it is available, or the text if the icon is not available. This is a boolean property.- See Also:
-
PROPERTY_SHOW_ICON
Only applies to theTYPE_BUTTON
and specifies if the icon should be displayed on the button. If missing, the button displays only the icon if it is available, or the text if the icon is not available. This is a boolean property.- See Also:
-
PROPERTY_ENABLE_IN_READ_ONLY_CONTEXT
Controls whether the button is enabled/disabled in read-only context. Default value isFALSE
.- See Also:
-
PROPERTY_LABEL
Only applies to theTYPE_BUTTON_GROUP
and specifies the label of the button that triggers the pop-up menu.- See Also:
-
PROPERTY_TOOLTIP
Only applies to theTYPE_BUTTON_GROUP
andTYPE_TEXT
and specifies the tooltip for the button that triggers the pop-up menu with the actions in the group.- See Also:
-
PROPERTY_ACTION_DISPLAY_STYLE
Only applies to theTYPE_BUTTON_GROUP
and specifies what to display for an action: icon, text or both.- See Also:
-
PROPERTY_RENDERER_CLASS_NAME
Class name of the renderer. This must be a SWING implementation for both the Oxygen stand alone or Eclipse plugin version. This class will be look for in the class path of the associated document type or in thePROPERTY_CLASSPATH
.- See Also:
-
PROPERTY_SWING_EDITOR_CLASS_NAME
Class name of the editor. The SWING implementation is used for the Oxygen stand alone. This class will be look for in the class path of the associated document type or in thePROPERTY_CLASSPATH
.- See Also:
-
PROPERTY_SWT_EDITOR_CLASS_NAME
Class name of the editor. The SWT implementation is used for the Eclipse plugin version. This class will be look for in the class path of the associated document type or in thePROPERTY_CLASSPATH
.- See Also:
-
PROPERTY_WEBAPP_RENDERER_CLASS_NAME
Class name of the server-side renderer used in the Author Webapp. This class will be looked for in the class path of the associated document type or in thePROPERTY_CLASSPATH
.- See Also:
-
PROPERTY_CLASSPATH
If the form control is a custom implementation this property can be used to specify the class path where the custom implementation will loaded from. A comma separated enumeration of URLs.- See Also:
-
PROPERTY_SELECTION_MODE
Used only whenPROPERTY_TYPE
is set toTYPE_POPUP_SELECTION
. Its possible values areSELECTION_MODE_SINGLE
andSELECTION_MODE_MULTIPLE
. The default value isSELECTION_MODE_MULTIPLE
.- See Also:
-
PROPERTY_FONT_INHERIT
Property used to specify that the font is inherited from the parent element. Its possible values are true or false.- See Also:
-
PROPERTY_COLOR
Property used to specify the foreground color. Its possible values are a color or 'inherit' if the color should be inherited from the element.- See Also:
-
PROPERTY_CONTENT_TYPE
Property used to specify the content type of the edited string. The values belongs to theContentTypes
- See Also:
-
PROPERTY_VISIBLE
Property used to specify if an in-place editor is visible. Its possible values aretrue
orfalse
.- See Also:
-
PROPERTY_VALIDATE_INPUT
Controls the validation of the input.- See Also:
-
PROPERTY_INDENT_ON_TAB
Controls the TAB behavior in the text area form control. If this property is true, TAB is used for indentation instead of navigation. By default, it is set to true.- See Also:
-
ACTION_CONTEXT_ELEMENT
Possible value forPROPERTY_ACTION_CONTEXT
. The action will be executed in the context of the element associated with the form control.We want the form control below to delete the
li
element even if the caret is located in a descendant ofli
.li:before { content:oxy_button(actionID, 'delete.element', actionContext, 'element') }
- See Also:
-
ACTION_CONTEXT_CARET
Possible value forPROPERTY_ACTION_CONTEXT
. The action will be executed in the current selection context. The selection/caret must be inside the element associated with the form control. Otherwise the action will be executed inACTION_CONTEXT_ELEMENT
context.The form control is added on a 'para' element. Whenever the user makes a selection inside 'para' and clicks the button we want to wrap the existing selection in a 'b' element.
para:before { content:oxy_button(actionID, 'bold.wrap', actionContext, 'caret') }
- See Also:
-
TYPE_BUTTON
Possible value for PROPERTY_TYPE. Indicates that a combo box should be used to render and edit.- See Also:
-
TYPE_COMBOBOX
Possible value for PROPERTY_TYPE. Indicates that a combo box should be used to render and edit.- See Also:
-
TYPE_TEXT
Possible value for PROPERTY_TYPE. Indicates that a text field with content completion support should be used to render and edit.- See Also:
-
TYPE_TEXT_AREA
Possible value for PROPERTY_TYPE. Indicates that a text area with syntax highlight support should be used to render and edit.- See Also:
-
TYPE_HTML_CONTENT
Possible value for PROPERTY_TYPE. Indicates that a pane with HTML interpreting support should be used to render.- See Also:
-
TYPE_CHECKBOX
Possible value for PROPERTY_TYPE. Indicates that a check box panel should be used to render and edit.- See Also:
-
TYPE_POPUP_SELECTION
The renderer presents a simple or compose value and the editor shows a pop-up like panel in which we can choose the values.- See Also:
-
TYPE_URL_CHOOSER
Possible value for PROPERTY_TYPE. Indicates that a URL chooser should be used to render and edit. The new type of URL chooser that uses an InputUrlPanel.- See Also:
-
TYPE_BUTTON_GROUP
Possible value for PROPERTY_TYPE. Indicates that a button with a pop-up menu that contains a list of actions should be used to render and edit.- See Also:
-
EDIT_TEXT_CONTENT
Value of the PROPERTY_EDIT that indicates that the text content of the element must be edited.- See Also:
-
EDIT_XML_CONTENT
Handled only for a text area editorTYPE_TEXT_AREA
. This parameter is useful when an element has mixed or element-only content and you want to edit its content inside a text area form control. For example:XML:
<codeblock outputclass="language-xml">START_TEXT<ph>phase</ph><apiname><text>API</text></apiname></codeblock>
CSS
codeblock:before{ content: oxy_textArea( edit, content, contentType, 'text/xml'); }
The text area form control will edit this fragment:START_TEXT<ph>phase</ph><apiname><text>API</text></apiname>
- See Also:
-
EDIT_CUSTOM
Value of the PROPERTY_EDIT that indicates that the editor is doing a custom edit session and it's up to the editor to update the document.
In this situation it is recommended for the editor to give an
EditingEvent.customEdit
onInplaceEditingListener.commitValue(EditingEvent)
. If that's not done the following apply:In this case the notification
InplaceEditingListener.commitValue(EditingEvent)
will do nothing since it's not clear where should the given value be committed.The notification
InplaceEditingListener.editingStopped(EditingEvent)
will also stop the editing session without committing any value. It's up to the custom editor to make the necessary changes into the document (but only after the previous mentioned notification was issued).Warning: All changes to the document (that the custom editor must do) must be performed after the
InplaceEditingListener.editingStopped(EditingEvent)
notification was fired. Because the editing is automatically stopped on any document modification an infinite loop will happen if the previous condition is not met.- See Also:
-
FALSE
Possible value for PROPERTY_EDITABLE that marks the combo as NOT being editable.- See Also:
-
TRUE
Possible value for PROPERTY_EDITABLE that marks the combo as being editable.- See Also:
-
SELECTION_MODE_SINGLE
Possible value for "selectionMode". Only a single value will be selected.- See Also:
-
SELECTION_MODE_MULTIPLE
Possible value for "selectionMode". It allows multiple values to be selected.- See Also:
-
TYPE_DATE_PICKER
An editor that can be used to edit dates. It handles schema types xs:date and xs:datetime or any type with a specified Java format from CSS.- See Also:
-
TYPE_OLD_URL_CHOOSER
The old url chooser. Left here as a workaround if someone got really attached to it.- See Also:
-
PROPERTY_FORMAT
It applies only on date picker form control. It specifies the date-time format of the edited value.- See Also:
-
COMMA
The variable used to add a comma in property values. The real comma is used as a delimiter for multiple values thus this special variable is needed.- See Also:
-
INHERIT
Value constant used for the color property.- See Also:
-
PROPERTY_ACTION
Only applies to theTYPE_BUTTON
and represents the action that must be invoked when the button is pressed. The processed value is anIAuthorExtensionAction
that is stored into thePROPERTY_ACTION_ID
.- See Also:
-
PROPERTY_ACTIONS
Only applies to theTYPE_BUTTON_GROUP
and represents the list of the actions that can be invoked. The processed value is a list of aIAuthorExtensionAction
that is stored into thePROPERTY_ACTION_IDS
.- See Also:
-
PROPERTY_HAS_MULTIPLE_VALUES
Property that can be set on a text field form control. Iftrue
, then the form control can have multiple values, separated by spaces. Iffalse
, it can have a single value. The default istrue
.- See Also:
-
TYPE_VIDEO_PLAYER
Possible value for PROPERTY_TYPE. Indicates a video player.- See Also:
-
TYPE_AUDIO_PLAYER
Possible value for PROPERTY_TYPE. Indicates an audio player.- See Also:
-
TYPE_BROWSER
Possible value for PROPERTY_TYPE. Indicates a JavaFX-based browser.- See Also:
-
PROPERTY_HEIGHT
Imposes a height for aTYPE_VIDEO_PLAYER
andTYPE_BROWSER
. The values are the same like height property from CSS with one exception:% Defines the height in percent of the entire viewport height
elem { content: oxy_video(href, 'page.html', width, 12em, height, 10em) }
The value for this property should not be requested directly but usingDynamicPropertyEvaluator.evaluateHeightProperty(java.util.Map, int)
. Such an instance can be obtain fromAuthorInplaceContext
.- See Also:
-
PROPERTY_SA_HEAVY_FORM_CONTROL_CLASS_NAME
Heavy weight form controls extension point. These form controls differ from the classic form control by the fact that they are placed in the component hierarchy from the very beginning. Class name of a heavy weight form control. This implementation is used in the Desktop version of Oxygen.Note If Oxygen is running as a Eclipse plugin then you'll have to use
PROPERTY_ECLIPSE_HEAVY_FORM_CONTROL_CLASS_NAME
Note If Oxygen is running as a Standalone or Desktop version then you'll have to use
This class will be look for in the class path of the associated document type or in thePROPERTY_WEBAPP_RENDERER_CLASS_NAME
PROPERTY_CLASSPATH
.- See Also:
-
PROPERTY_ECLIPSE_HEAVY_FORM_CONTROL_CLASS_NAME
Heavy weight form controls extension point. These form controls differ from the classic form control by the fact that they are placed in the component hierarchy from the very beginning. Class name of a heavy weight form control. This implementation is used when Oxygen is running inside an Eclipse environment.Note If Oxygen is running as a Standalone or Desktop version then you'll have to use
PROPERTY_SA_HEAVY_FORM_CONTROL_CLASS_NAME
Note If Oxygen is running as a Standalone or Desktop version then you'll have to use
This class will be look for in the class path of the associated document type or in thePROPERTY_WEBAPP_RENDERER_CLASS_NAME
PROPERTY_CLASSPATH
.- See Also:
-
PROPERTY_ON_CHANGE
Combo box property. Can be used to invoke an action every time combo changes its value.- See Also:
-
PROPERTY_SPELL_CHECK
Only applies to text fields, text areas and editable combo boxes.
The accepted values aretrue
andfalse
. The default value isfalse
. Whentrue
, the content inside the text field is spell-checked if the automatic spell checking is enabled in the application. The processed values will be eitherBoolean.TRUE
orBoolean.FALSE
.- See Also:
-
InplaceEditorArgumentKeys.PROPERTY_EDIT_QUALIFIED
instead.