Class AceDoc
java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.AceDoc
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static AceDoc
getText()
int
hashCode()
boolean
boolean
boolean
textEquals
(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
-
AceDoc
public AceDoc() -
AceDoc
-
AceDoc
-
AceDoc
public AceDoc(@Nullable String text, Map<String, AceMarker> markers, @Nullable Set<AceAnnotation.RowAnnotation> rowAnnotations, @Nullable Set<AceAnnotation.MarkerAnnotation> markerAnnotations)
-
-
Method Details
-
getText
-
getMarkers
-
getRowAnnotations
-
getMarkerAnnotations
-
hasRowAnnotations
public boolean hasRowAnnotations() -
hasMarkerAnnotations
public boolean hasMarkerAnnotations() -
toString
-
equals
-
hashCode
public int hashCode() -
textEquals
-
withText
-
asTransport
-
fromTransport
-
withMarkers
-
withMarkers
-
withAdditionalMarker
-
withAdditionalMarkers
-
withoutMarker
-
withoutMarkers
-
withoutMarkers
-
withRowAnnotations
-
withMarkerAnnotations
-
withAdditionalMarkerAnnotation
-
withAdditionalRowAnnotation
-