Uses of Enum Class
org.teamapps.ux.component.pageview.PageViewBlockAlignment
Packages that use PageViewBlockAlignment
-
Uses of PageViewBlockAlignment in org.teamapps.ux.component.pageview
Subclasses with type arguments of type PageViewBlockAlignment in org.teamapps.ux.component.pageviewMethods in org.teamapps.ux.component.pageview that return PageViewBlockAlignmentModifier and TypeMethodDescriptionAbstractPageViewBlock.getAlignment()static PageViewBlockAlignmentReturns the enum constant of this class with the specified name.static PageViewBlockAlignment[]PageViewBlockAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.component.pageview with parameters of type PageViewBlockAlignmentModifier and TypeMethodDescriptionAbstractPageViewBlock.setAlignment(PageViewBlockAlignment alignment) Constructors in org.teamapps.ux.component.pageview with parameters of type PageViewBlockAlignmentModifierConstructorDescriptionAbstractPageViewBlock(PageViewBlockAlignment alignment) MessagePageViewBlock(PageViewBlockAlignment alignment, Template topTemplate, RECORD topRecord)