Package ro.sync.ecss.css
Class EditorContent
java.lang.Object
ro.sync.ecss.css.EditorContent
- All Implemented Interfaces:
StaticContent
@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public class EditorContent
extends Object
implements StaticContent
The content correspondent to an oxy_editor function.
-
Field Summary
Fields inherited from interface ro.sync.ecss.css.StaticContent
CONTENT_CONTENT, COUNTER_CONTENT, COUNTERS_CONTENT, EDITOR_CONTENT, LABEL_CONTENT, LEADER_CONTENT, STRING_FUNCTION_CONTENT, TARGET_COUNTER_CONTENT, TARGET_COUNTERS_CONTENT, TEXT_CONTENT, URI_CONTENT -
Constructor Summary
ConstructorsConstructorDescriptionEditorContent(Map<String, Object> properties) Construct an in-place editor content. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the map of properties exactly as they would appear specified in the CSS.intGets the level of the pseudo element this form control is attached to.intgetType()Gets the content type.inthashCode()voidsetPseudoLevel(int pseudoLevel) Sets the level of the pseudo element this form control is attached to.toString()
-
Constructor Details
-
EditorContent
Construct an in-place editor content.- Parameters:
properties- The map of properties exactly as they would appear specified in the CSS.
-
-
Method Details
-
getType
public int getType()Description copied from interface:StaticContentGets the content type.- Specified by:
getTypein interfaceStaticContent- Returns:
- The content type.
- See Also:
-
getProperties
Get the map of properties exactly as they would appear specified in the CSS.- Returns:
- Returns the properties.
-
hashCode
public int hashCode() -
equals
-
toString
-
setPseudoLevel
public void setPseudoLevel(int pseudoLevel) Sets the level of the pseudo element this form control is attached to.- Parameters:
pseudoLevel- The pseudo element level. This is the N value from :before(N) expressions. For a simple :before, the pseudo level is 1.
-
getPseudoLevel
public int getPseudoLevel()Gets the level of the pseudo element this form control is attached to.- Returns:
- The pseudo element level. This is the N value from :before(N) expressions. For a simple :before, the pseudo level is 1.
-