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 Detail

      • PROPERTY_VALUES_FOR_EDITING

        static final java.lang.String PROPERTY_VALUES_FOR_EDITING
        A set of values to be presented as choices. If not present these values will be taken from the PROPERTY_VALUES key. The processed value for this property is a list of CIValue.
        See Also:
        Constant Field Values
      • INITIAL_VALUE

        static final java.lang.String INITIAL_VALUE
        The current value for the property being edited.
        See Also:
        Constant Field Values
      • INITIAL_VALUE_PARSER_IMPL

        static final java.lang.String INITIAL_VALUE_PARSER_IMPL
        A parser used to process the initial value. AInitialValueParser} implementation.
        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
      • PROPERTY_EDIT_QUALIFIED

        static final java.lang.String PROPERTY_EDIT_QUALIFIED
        Same as InplaceEditorCSSConstants.PROPERTY_EDIT except when we are editing an attribute and this attribute was specified as a QName. The value of the property should have the format of the QName.toString(). Currently, it is the Clark's notation which has the form: {namespace}local_name.
        See Also:
        Constant Field Values
      • PROPERTY_PROCESSED_WIDTH

        static final java.lang.String PROPERTY_PROCESSED_WIDTH
        The value of this property is computed from InplaceEditorCSSConstants.PROPERTY_WIDTH. The value for this property is either a RelativeLength (such a value can be created by calling RelativeLength.createAbsolute(int value) ) or an org.w3c.css.sac.LexicalUnit (e.g. em - ems can be created by calling org.w3c.flute.parser.LexicalUnitImpl.createEMS(-1, -1, null, float value) ). Either way, to evaluate the property you must use the DynamicPropertyEvaluator available in AuthorInplaceContext.
        See Also:
        Constant Field Values
      • PROPERTY_IMAGE_URL

        static final java.lang.String PROPERTY_IMAGE_URL
        The URL of the image used by the image map for control for Web Author.
        Since:
        25
        See Also:
        Constant Field Values
      • PROPERTY_IMAGE_MAP_SUPPORT_FACTORY

        static final java.lang.String PROPERTY_IMAGE_MAP_SUPPORT_FACTORY
        The name of a Java class that implements WebappImageMapSupportFactory. It is used by the image used by the image map for control for Web Author.
        Since:
        25
        See Also:
        Constant Field Values