Uses of Class
org.teamapps.dto.UiVerticalElementAlignment
-
Uses of UiVerticalElementAlignment in org.teamapps.dto
Fields in org.teamapps.dto declared as UiVerticalElementAlignment Modifier and Type Field Description protected UiVerticalElementAlignmentUiInfiniteItemView2. itemContentVerticalAlignmentprotected UiVerticalElementAlignmentUiInfiniteItemView2.SetItemContentVerticalAlignmentCommand. itemContentVerticalAlignmentprotected UiVerticalElementAlignmentAbstractUiTemplateElement. verticalAlignmentprotected UiVerticalElementAlignmentUiComponentGridPlacement. verticalAlignmentprotected UiVerticalElementAlignmentUiFloatingComponentGridPlacement. verticalAlignmentprotected UiVerticalElementAlignmentUiFormSectionFieldPlacement. verticalAlignmentprotected UiVerticalElementAlignmentUiFormSectionFloatingFieldsPlacement. verticalAlignmentprotected UiVerticalElementAlignmentUiGridLayout. verticalAlignmentMethods in org.teamapps.dto that return UiVerticalElementAlignment Modifier and Type Method Description UiVerticalElementAlignmentUiInfiniteItemView2. getItemContentVerticalAlignment()UiVerticalElementAlignmentUiInfiniteItemView2.SetItemContentVerticalAlignmentCommand. getItemContentVerticalAlignment()UiVerticalElementAlignmentAbstractUiTemplateElement. getVerticalAlignment()UiVerticalElementAlignmentUiComponentGridPlacement. getVerticalAlignment()UiVerticalElementAlignmentUiFloatingComponentGridPlacement. getVerticalAlignment()UiVerticalElementAlignmentUiFormSectionFieldPlacement. getVerticalAlignment()UiVerticalElementAlignmentUiFormSectionFloatingFieldsPlacement. getVerticalAlignment()UiVerticalElementAlignmentUiGridLayout. getVerticalAlignment()UiVerticalElementAlignmentUiGridPlacement. getVerticalAlignment()static UiVerticalElementAlignmentUiVerticalElementAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiVerticalElementAlignment[]UiVerticalElementAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiVerticalElementAlignment Constructor Description SetItemContentVerticalAlignmentCommand(java.lang.String componentId, UiVerticalElementAlignment itemContentVerticalAlignment)