Uses of Class
org.teamapps.dto.UiTextCellTemplate.JustifyLines
-
-
Uses of UiTextCellTemplate.JustifyLines in org.teamapps.dto
Fields in org.teamapps.dto declared as UiTextCellTemplate.JustifyLines Modifier and Type Field Description protected UiTextCellTemplate.JustifyLinesUiTextCellTemplate. justifyLinesMethods in org.teamapps.dto that return UiTextCellTemplate.JustifyLines Modifier and Type Method Description UiTextCellTemplate.JustifyLinesUiTextCellTemplate. getJustifyLines()static UiTextCellTemplate.JustifyLinesUiTextCellTemplate.JustifyLines. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiTextCellTemplate.JustifyLines[]UiTextCellTemplate.JustifyLines. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiTextCellTemplate.JustifyLines Modifier and Type Method Description UiTextCellTemplateUiTextCellTemplate. setJustifyLines(UiTextCellTemplate.JustifyLines justifyLines)
-