Uses of Class
org.javlo.utils.SuffixPrefix
-
Packages that use SuffixPrefix Package Description org.javlo.component.core org.javlo.component.list org.javlo.component.text -
-
Uses of SuffixPrefix in org.javlo.component.core
Methods in org.javlo.component.core that return types with arguments of type SuffixPrefix Modifier and Type Method Description List<SuffixPrefix>AbstractVisualComponent. getItalicAndStrongLanguageMarkerList(ContentContext ctx)List<SuffixPrefix>AbstractVisualComponent. getMarkerList(ContentContext ctx)List<SuffixPrefix>IContentVisualComponent. getMarkerList(ContentContext ctx)return the title of the style choice.List<SuffixPrefix>AbstractVisualComponent. getQuotationLanguageMarkerList(ContentContext ctx) -
Uses of SuffixPrefix in org.javlo.component.list
Methods in org.javlo.component.list that return types with arguments of type SuffixPrefix Modifier and Type Method Description List<SuffixPrefix>DataList. getMarkerList(ContentContext ctx)List<SuffixPrefix>FreeTextList. getMarkerList(ContentContext ctx) -
Uses of SuffixPrefix in org.javlo.component.text
Methods in org.javlo.component.text that return types with arguments of type SuffixPrefix Modifier and Type Method Description List<SuffixPrefix>Description. getMarkerList(ContentContext ctx)List<SuffixPrefix>Paragraph. getMarkerList(ContentContext ctx)List<SuffixPrefix>WysiwygParagraph. getMarkerList(ContentContext ctx)
-