Verwendungen von Enum-Klasse
org.teamapps.dto.UiItemJustification
-
Verwendungen von UiItemJustification in org.teamapps.dto
Felder in org.teamapps.dto, die deklariert sind als UiItemJustificationModifizierer und TypFeldBeschreibungprotected UiItemJustificationUiInfiniteItemView.itemJustificationprotected UiItemJustificationUiInfiniteItemView.SetItemJustificationCommand.itemJustificationprotected UiItemJustificationUiItemViewItemGroup.itemJustificationprotected UiItemJustificationUiInfiniteItemView2.rowHorizontalAlignmentprotected UiItemJustificationUiInfiniteItemView2.SetRowHorizontalAlignmentCommand.rowHorizontalAlignmentMethoden in org.teamapps.dto, die UiItemJustification zurückgebenModifizierer und TypMethodeBeschreibungUiInfiniteItemView.getItemJustification()UiInfiniteItemView.SetItemJustificationCommand.getItemJustification()UiItemViewItemGroup.getItemJustification()UiInfiniteItemView2.getRowHorizontalAlignment()UiInfiniteItemView2.SetRowHorizontalAlignmentCommand.getRowHorizontalAlignment()static UiItemJustificationGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static UiItemJustification[]UiItemJustification.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.teamapps.dto mit Parametern vom Typ UiItemJustificationModifizierer und TypMethodeBeschreibungUiInfiniteItemView.setItemJustification(UiItemJustification itemJustification) UiItemViewItemGroup.setItemJustification(UiItemJustification itemJustification) UiInfiniteItemView2.setRowHorizontalAlignment(UiItemJustification rowHorizontalAlignment) Konstruktoren in org.teamapps.dto mit Parametern vom Typ UiItemJustificationModifiziererKonstruktorBeschreibungSetItemJustificationCommand(String componentId, UiItemJustification itemJustification) SetRowHorizontalAlignmentCommand(String componentId, UiItemJustification rowHorizontalAlignment)