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 enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Layout.ContainerTypeprotected Layout.FlexWrapprotected Layout.WidthType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Layout.ContainerType@Valid Layout.FlexWrap@Valid Layout.WidthTypeinthashCode()voidsetContainerType(Layout.ContainerType containerType) voidsetContainerType(com.liferay.petra.function.UnsafeSupplier<Layout.ContainerType, Exception> containerTypeUnsafeSupplier) voidsetFlexWrap(Layout.FlexWrap flexWrap) voidsetFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap, Exception> flexWrapUnsafeSupplier) voidsetWidthType(Layout.WidthType widthType) voidsetWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType, Exception> widthTypeUnsafeSupplier) static LayouttoString()static LayoutunsafeToDTO(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
-