Class Layout
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.Layout
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Layout.Alignprotected Layout.ContentDisplayprotected Layout.FlexWrapprotected Layout.Justifyprotected Layout.WidthType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Layout.AligngetAlign()@Valid Layout.ContentDisplay@Valid Layout.FlexWrap@Valid Layout.Justify@Valid Layout.WidthTypeinthashCode()voidsetAlign(Layout.Align align) voidsetAlign(com.liferay.petra.function.UnsafeSupplier<Layout.Align, Exception> alignUnsafeSupplier) 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) voidsetWidthType(Layout.WidthType widthType) voidsetWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) static LayouttoString()static LayoutunsafeToDTO(String json)
-
Field Details
-
align
-
contentDisplay
-
flexWrap
-
justify
-
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) -
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) -
getWidthType
-
getWidthTypeAsString
-
setWidthType
-
setWidthType
public void setWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-