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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Layout.ContainerType
protected Layout.FlexWrap
protected Layout.WidthType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Layout.ContainerType
@Valid Layout.FlexWrap
@Valid Layout.WidthType
int
hashCode()
void
setContainerType
(Layout.ContainerType containerType) void
setContainerType
(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType, Exception> containerTypeUnsafeSupplier) void
setFlexWrap
(Layout.FlexWrap flexWrap) void
setFlexWrap
(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap, Exception> flexWrapUnsafeSupplier) 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
-
containerType
-
flexWrap
-
widthType
-
xClassName
-
-
Constructor Details
-
Layout
public Layout()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContainerType
-
getContainerTypeAsString
-
setContainerType
-
setContainerType
public void setContainerType(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType, Exception> containerTypeUnsafeSupplier) -
getFlexWrap
-
getFlexWrapAsString
-
setFlexWrap
-
setFlexWrap
public void setFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap, Exception> flexWrapUnsafeSupplier) -
getWidthType
-
getWidthTypeAsString
-
setWidthType
-
setWidthType
public void setWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-