Uses of Class
org.teamapps.dto.UiPageViewBlock.Alignment
-
-
Uses of UiPageViewBlock.Alignment in org.teamapps.dto
Fields in org.teamapps.dto declared as UiPageViewBlock.Alignment Modifier and Type Field Description protected UiPageViewBlock.AlignmentUiPageViewBlock. alignmentMethods in org.teamapps.dto that return UiPageViewBlock.Alignment Modifier and Type Method Description UiPageViewBlock.AlignmentUiPageViewBlock. getAlignment()static UiPageViewBlock.AlignmentUiPageViewBlock.Alignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiPageViewBlock.Alignment[]UiPageViewBlock.Alignment. 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 UiPageViewBlock.Alignment Modifier and Type Method Description UiCitationPageViewBlockUiCitationPageViewBlock. setAlignment(UiPageViewBlock.Alignment alignment)UiComponentPageViewBlockUiComponentPageViewBlock. setAlignment(UiPageViewBlock.Alignment alignment)UiMessagePageViewBlockUiMessagePageViewBlock. setAlignment(UiPageViewBlock.Alignment alignment)UiPageViewBlockUiPageViewBlock. setAlignment(UiPageViewBlock.Alignment alignment)
-