Class Layout
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.Layout
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Layout.AlignDeprecated.protected StringDeprecated.protected Layout.BorderRadiusDeprecated.protected IntegerDeprecated.protected Layout.ContainerTypeprotected Layout.ContentDisplayDeprecated.protected Layout.FlexWrapprotected Layout.JustifyDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected IntegerDeprecated.protected Layout.ShadowDeprecated.protected Layout.WidthType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Layout.AligngetAlign()@Valid Layout.BorderRadius@Valid Layout.ContainerType@Valid Layout.ContentDisplay@Valid Layout.FlexWrap@Valid Layout.Justify@Valid Layout.Shadow@Valid Layout.WidthTypeinthashCode()voidsetAlign(Layout.Align align) voidsetAlign(com.liferay.petra.function.UnsafeSupplier<Layout.Align, Exception> alignUnsafeSupplier) voidsetBorderColor(com.liferay.petra.function.UnsafeSupplier<String, Exception> borderColorUnsafeSupplier) voidsetBorderColor(String borderColor) voidsetBorderRadius(Layout.BorderRadius borderRadius) voidsetBorderRadius(com.liferay.petra.function.UnsafeSupplier<Layout.BorderRadius, Exception> borderRadiusUnsafeSupplier) voidsetBorderWidth(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> borderWidthUnsafeSupplier) voidsetBorderWidth(Integer borderWidth) voidsetContainerType(Layout.ContainerType containerType) voidsetContainerType(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType, Exception> containerTypeUnsafeSupplier) voidsetContentDisplay(Layout.ContentDisplay contentDisplay) voidsetContentDisplay(com.liferay.petra.function.UnsafeSupplier<Layout.ContentDisplay, Exception> contentDisplayUnsafeSupplier) voidsetFlexWrap(Layout.FlexWrap flexWrap) voidsetFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap, Exception> flexWrapUnsafeSupplier) voidsetJustify(Layout.Justify justify) voidsetJustify(com.liferay.petra.function.UnsafeSupplier<Layout.Justify, Exception> justifyUnsafeSupplier) voidsetMarginBottom(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginBottomUnsafeSupplier) voidsetMarginBottom(Integer marginBottom) voidsetMarginLeft(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginLeftUnsafeSupplier) voidsetMarginLeft(Integer marginLeft) voidsetMarginRight(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginRightUnsafeSupplier) voidsetMarginRight(Integer marginRight) voidsetMarginTop(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginTopUnsafeSupplier) voidsetMarginTop(Integer marginTop) voidsetOpacity(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> opacityUnsafeSupplier) voidsetOpacity(Integer opacity) voidsetPaddingBottom(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingBottomUnsafeSupplier) voidsetPaddingBottom(Integer paddingBottom) voidsetPaddingHorizontal(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingHorizontalUnsafeSupplier) voidsetPaddingHorizontal(Integer paddingHorizontal) voidsetPaddingLeft(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingLeftUnsafeSupplier) voidsetPaddingLeft(Integer paddingLeft) voidsetPaddingRight(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingRightUnsafeSupplier) voidsetPaddingRight(Integer paddingRight) voidsetPaddingTop(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingTopUnsafeSupplier) voidsetPaddingTop(Integer paddingTop) voidsetShadow(Layout.Shadow shadow) voidsetShadow(com.liferay.petra.function.UnsafeSupplier<Layout.Shadow, Exception> shadowUnsafeSupplier) voidsetWidthType(Layout.WidthType widthType) voidsetWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) static LayouttoString()static LayoutunsafeToDTO(String json)
-
Field Details
-
align
Deprecated. -
borderColor
Deprecated. -
borderRadius
Deprecated. -
borderWidth
Deprecated. -
containerType
-
contentDisplay
Deprecated. -
flexWrap
-
justify
Deprecated. -
marginBottom
Deprecated. -
marginLeft
Deprecated. -
marginRight
Deprecated. -
marginTop
Deprecated. -
opacity
Deprecated. -
paddingBottom
Deprecated. -
paddingHorizontal
Deprecated. -
paddingLeft
Deprecated. -
paddingRight
Deprecated. -
paddingTop
Deprecated. -
shadow
Deprecated. -
widthType
-
xClassName
-
-
Constructor Details
-
Layout
public Layout()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAlign
-
getAlignAsString
-
setAlign
-
setAlign
public void setAlign(com.liferay.petra.function.UnsafeSupplier<Layout.Align, Exception> alignUnsafeSupplier) -
getBorderColor
-
setBorderColor
-
setBorderColor
-
getBorderRadius
-
getBorderRadiusAsString
-
setBorderRadius
-
setBorderRadius
public void setBorderRadius(com.liferay.petra.function.UnsafeSupplier<Layout.BorderRadius, Exception> borderRadiusUnsafeSupplier) -
getBorderWidth
-
setBorderWidth
-
setBorderWidth
-
getContainerType
-
getContainerTypeAsString
-
setContainerType
-
setContainerType
public void setContainerType(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType, Exception> containerTypeUnsafeSupplier) -
getContentDisplay
-
getContentDisplayAsString
-
setContentDisplay
-
setContentDisplay
public void setContentDisplay(com.liferay.petra.function.UnsafeSupplier<Layout.ContentDisplay, Exception> contentDisplayUnsafeSupplier) -
getFlexWrap
-
getFlexWrapAsString
-
setFlexWrap
-
setFlexWrap
public void setFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap, Exception> flexWrapUnsafeSupplier) -
getJustify
-
getJustifyAsString
-
setJustify
-
setJustify
public void setJustify(com.liferay.petra.function.UnsafeSupplier<Layout.Justify, Exception> justifyUnsafeSupplier) -
getMarginBottom
-
setMarginBottom
-
setMarginBottom
-
getMarginLeft
-
setMarginLeft
-
setMarginLeft
-
getMarginRight
-
setMarginRight
-
setMarginRight
-
getMarginTop
-
setMarginTop
-
setMarginTop
-
getOpacity
-
setOpacity
-
setOpacity
-
getPaddingBottom
-
setPaddingBottom
-
setPaddingBottom
-
getPaddingHorizontal
-
setPaddingHorizontal
-
setPaddingHorizontal
-
getPaddingLeft
-
setPaddingLeft
-
setPaddingLeft
-
getPaddingRight
-
setPaddingRight
-
setPaddingRight
-
getPaddingTop
-
setPaddingTop
-
setPaddingTop
-
getShadow
-
getShadowAsString
-
setShadow
-
setShadow
public void setShadow(com.liferay.petra.function.UnsafeSupplier<Layout.Shadow, Exception> shadowUnsafeSupplier) -
getWidthType
-
getWidthTypeAsString
-
setWidthType
-
setWidthType
public void setWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-