Enum sap.ui.commons.layout.PaddingModule: sap/ui/commons/library


Padding, e.g. of a layout cell's content within the cell's borders. Note that all options except "None" include a padding of 2px at the top and bottom, and differ only in the presence of a 4px padding towards the beginning or end of a line, in the current locale's writing direction.

Field Summary
sap.ui.commons.layout.Padding.BeginTop and bottom padding of 2px.
sap.ui.commons.layout.Padding.BothTop and bottom padding of 2px.
sap.ui.commons.layout.Padding.EndTop and bottom padding of 2px.
sap.ui.commons.layout.Padding.NeitherTop and bottom padding of 2px.
Field Detail
sap.ui.commons.layout.Padding.Begin: string

Top and bottom padding of 2px. Padding of 4px towards the beginning of a line, in the current locale's writing direction, but none towards its end.

sap.ui.commons.layout.Padding.Both: string

Top and bottom padding of 2px. Padding of 4px towards both the beginning and end of a line.

sap.ui.commons.layout.Padding.End: string

Top and bottom padding of 2px. Padding of 4px towards the end of a line, in the current locale's writing direction, but none towards its beginning.

sap.ui.commons.layout.Padding.Neither: string

Top and bottom padding of 2px. No padding towards neither the beginning nor end of a line.

sap.ui.commons.layout.Padding.None: string

No padding at all.