Class AceMarker
java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.AceMarker
- All Implemented Interfaces:
 Serializable
Ace marker.
 
 The cssClass must be defined in some css file. Example:
 
 .ace_marker-layer .mymarker1 {
                background: red;
        border-bottom: 2px solid black;
        position: absolute;
  }
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWhat to do with the marker when the text changes.static enumAce Marker type. - 
Constructor Summary
ConstructorsConstructorDescriptionAceMarker(String markerId, AceRange range, String cssClass, AceMarker.Type type, boolean inFront, AceMarker.OnTextChange onChange)  - 
Method Summary
 
- 
Constructor Details
- 
AceMarker
public AceMarker(String markerId, AceRange range, String cssClass, AceMarker.Type type, boolean inFront, AceMarker.OnTextChange onChange)  
 - 
 - 
Method Details