Uses of Class
org.teamapps.ux.component.pageview.PageViewBlockAlignment
| Package | Description |
|---|---|
| org.teamapps.ux.component.pageview |
-
Uses of PageViewBlockAlignment in org.teamapps.ux.component.pageview
Methods in org.teamapps.ux.component.pageview that return PageViewBlockAlignment Modifier and Type Method Description PageViewBlockAlignmentAbstractPageViewBlock. getAlignment()static PageViewBlockAlignmentPageViewBlockAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageViewBlockAlignment[]PageViewBlockAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.pageview with parameters of type PageViewBlockAlignment Modifier and Type Method Description AbstractPageViewBlockAbstractPageViewBlock. setAlignment(PageViewBlockAlignment alignment)Constructors in org.teamapps.ux.component.pageview with parameters of type PageViewBlockAlignment Constructor Description AbstractPageViewBlock(PageViewBlockAlignment alignment)MessagePageViewBlock(PageViewBlockAlignment alignment, Template topTemplate, RECORD topRecord)