Class AceDoc
java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.AceDoc
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic AceDocgetText()inthashCode()booleanbooleanbooleantextEquals(String a, String b) toString()withAdditionalMarker(AceMarker marker) withAdditionalMarkers(Map<String, AceMarker> addMarkers) withMarkers(Map<String, AceMarker> newMarkers) withMarkers(Set<AceMarker> newMarkers) withoutMarker(String markerId) withoutMarkers(Set<String> without) 
- 
Constructor Details- 
AceDocpublic AceDoc()
- 
AceDoc
- 
AceDoc
- 
AceDocpublic AceDoc(@Nullable String text, Map<String, AceMarker> markers, @Nullable Set<AceAnnotation.RowAnnotation> rowAnnotations, @Nullable Set<AceAnnotation.MarkerAnnotation> markerAnnotations) 
 
- 
- 
Method Details- 
getText
- 
getMarkers
- 
getRowAnnotations
- 
getMarkerAnnotations
- 
hasRowAnnotationspublic boolean hasRowAnnotations()
- 
hasMarkerAnnotationspublic boolean hasMarkerAnnotations()
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
textEquals
- 
withText
- 
asTransport
- 
fromTransport
- 
withMarkers
- 
withMarkers
- 
withAdditionalMarker
- 
withAdditionalMarkers
- 
withoutMarker
- 
withoutMarkers
- 
withoutMarkers
- 
withRowAnnotations
- 
withMarkerAnnotations
- 
withAdditionalMarkerAnnotation
- 
withAdditionalRowAnnotation
 
-