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 enum
static enum
static enum
static enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Layout.Align
protected Layout.ContentDisplay
protected Layout.FlexWrap
protected Layout.Justify
protected Layout.WidthType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Layout.Align
getAlign()
@Valid Layout.ContentDisplay
@Valid Layout.FlexWrap
@Valid Layout.Justify
@Valid Layout.WidthType
int
hashCode()
void
setAlign
(Layout.Align align) void
setAlign
(com.liferay.petra.function.UnsafeSupplier<Layout.Align, Exception> alignUnsafeSupplier) 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
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
-
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
-