Uses of Class
org.teamapps.dto.UiIconPosition
-
-
Uses of UiIconPosition in org.teamapps.dto
Fields in org.teamapps.dto declared as UiIconPosition Modifier and Type Field Description protected UiIconPositionUiTextCellTemplate. iconPositionMethods in org.teamapps.dto that return UiIconPosition Modifier and Type Method Description UiIconPositionUiTextCellTemplate. getIconPosition()static UiIconPositionUiIconPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiIconPosition[]UiIconPosition. 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 UiIconPosition Modifier and Type Method Description UiTextCellTemplateUiTextCellTemplate. setIconPosition(UiIconPosition iconPosition)
-