Interface SpecificationTitleCreator
-
@OpenApiAll public interface SpecificationTitleCreator
Specification Dialog title creator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
createTitle(Element element)
Creates title for the element specification dialog.
-
-
-
Method Detail
-
createTitle
java.lang.String createTitle(Element element)
Creates title for the element specification dialog.- Parameters:
element
- specification dialog root element- Returns:
- title
-
-