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 enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Layout.Align
Deprecated.protected String
Deprecated.protected Layout.BorderRadius
Deprecated.protected Integer
Deprecated.protected Layout.ContainerType
protected Layout.ContentDisplay
Deprecated.protected Layout.FlexWrap
protected Layout.Justify
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Integer
Deprecated.protected Layout.Shadow
Deprecated.protected Layout.WidthType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Layout.Align
getAlign()
@Valid Layout.BorderRadius
@Valid Layout.ContainerType
@Valid Layout.ContentDisplay
@Valid Layout.FlexWrap
@Valid Layout.Justify
@Valid Layout.Shadow
@Valid Layout.WidthType
int
hashCode()
void
setAlign
(Layout.Align align) void
setAlign
(com.liferay.petra.function.UnsafeSupplier<Layout.Align, Exception> alignUnsafeSupplier) void
setBorderColor
(com.liferay.petra.function.UnsafeSupplier<String, Exception> borderColorUnsafeSupplier) void
setBorderColor
(String borderColor) void
setBorderRadius
(Layout.BorderRadius borderRadius) void
setBorderRadius
(com.liferay.petra.function.UnsafeSupplier<Layout.BorderRadius, Exception> borderRadiusUnsafeSupplier) void
setBorderWidth
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> borderWidthUnsafeSupplier) void
setBorderWidth
(Integer borderWidth) void
setContainerType
(Layout.ContainerType containerType) void
setContainerType
(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType, Exception> containerTypeUnsafeSupplier) void
setContentDisplay
(Layout.ContentDisplay contentDisplay) void
setContentDisplay
(com.liferay.petra.function.UnsafeSupplier<Layout.ContentDisplay, Exception> contentDisplayUnsafeSupplier) void
setFlexWrap
(Layout.FlexWrap flexWrap) void
setFlexWrap
(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap, Exception> flexWrapUnsafeSupplier) void
setJustify
(Layout.Justify justify) void
setJustify
(com.liferay.petra.function.UnsafeSupplier<Layout.Justify, Exception> justifyUnsafeSupplier) void
setMarginBottom
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginBottomUnsafeSupplier) void
setMarginBottom
(Integer marginBottom) void
setMarginLeft
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginLeftUnsafeSupplier) void
setMarginLeft
(Integer marginLeft) void
setMarginRight
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginRightUnsafeSupplier) void
setMarginRight
(Integer marginRight) void
setMarginTop
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> marginTopUnsafeSupplier) void
setMarginTop
(Integer marginTop) void
setOpacity
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> opacityUnsafeSupplier) void
setOpacity
(Integer opacity) void
setPaddingBottom
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingBottomUnsafeSupplier) void
setPaddingBottom
(Integer paddingBottom) void
setPaddingHorizontal
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingHorizontalUnsafeSupplier) void
setPaddingHorizontal
(Integer paddingHorizontal) void
setPaddingLeft
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingLeftUnsafeSupplier) void
setPaddingLeft
(Integer paddingLeft) void
setPaddingRight
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingRightUnsafeSupplier) void
setPaddingRight
(Integer paddingRight) void
setPaddingTop
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> paddingTopUnsafeSupplier) void
setPaddingTop
(Integer paddingTop) void
setShadow
(Layout.Shadow shadow) void
setShadow
(com.liferay.petra.function.UnsafeSupplier<Layout.Shadow, Exception> shadowUnsafeSupplier) void
setWidthType
(Layout.WidthType widthType) void
setWidthType
(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) static Layout
toString()
static Layout
unsafeToDTO
(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
-