@Generated(value="")
public class Layout
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Layout.Align |
static class |
Layout.ContentDisplay |
static class |
Layout.FlexWrap |
static class |
Layout.Justify |
static class |
Layout.WidthType |
| Modifier and Type | Field and Description |
|---|---|
protected Layout.Align |
align |
protected Layout.ContentDisplay |
contentDisplay |
protected Layout.FlexWrap |
flexWrap |
protected Layout.Justify |
justify |
protected Layout.WidthType |
widthType |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
@Valid Layout.Align |
getAlign() |
java.lang.String |
getAlignAsString() |
@Valid Layout.ContentDisplay |
getContentDisplay() |
java.lang.String |
getContentDisplayAsString() |
@Valid Layout.FlexWrap |
getFlexWrap() |
java.lang.String |
getFlexWrapAsString() |
@Valid Layout.Justify |
getJustify() |
java.lang.String |
getJustifyAsString() |
@Valid Layout.WidthType |
getWidthType() |
java.lang.String |
getWidthTypeAsString() |
int |
hashCode() |
void |
setAlign(Layout.Align align) |
void |
setAlign(com.liferay.petra.function.UnsafeSupplier<Layout.Align,java.lang.Exception> alignUnsafeSupplier) |
void |
setContentDisplay(Layout.ContentDisplay contentDisplay) |
void |
setContentDisplay(com.liferay.petra.function.UnsafeSupplier<Layout.ContentDisplay,java.lang.Exception> contentDisplayUnsafeSupplier) |
void |
setFlexWrap(Layout.FlexWrap flexWrap) |
void |
setFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap,java.lang.Exception> flexWrapUnsafeSupplier) |
void |
setJustify(Layout.Justify justify) |
void |
setJustify(com.liferay.petra.function.UnsafeSupplier<Layout.Justify,java.lang.Exception> justifyUnsafeSupplier) |
void |
setWidthType(Layout.WidthType widthType) |
void |
setWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType,java.lang.Exception> widthTypeUnsafeSupplier) |
static Layout |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static Layout |
unsafeToDTO(java.lang.String json) |
protected Layout.Align align
protected Layout.ContentDisplay contentDisplay
protected Layout.FlexWrap flexWrap
protected Layout.Justify justify
protected Layout.WidthType widthType
public java.lang.String xClassName
public static Layout toDTO(java.lang.String json)
public static Layout unsafeToDTO(java.lang.String json)
@Valid public @Valid Layout.Align getAlign()
public java.lang.String getAlignAsString()
public void setAlign(Layout.Align align)
public void setAlign(com.liferay.petra.function.UnsafeSupplier<Layout.Align,java.lang.Exception> alignUnsafeSupplier)
@Valid public @Valid Layout.ContentDisplay getContentDisplay()
public java.lang.String getContentDisplayAsString()
public void setContentDisplay(Layout.ContentDisplay contentDisplay)
public void setContentDisplay(com.liferay.petra.function.UnsafeSupplier<Layout.ContentDisplay,java.lang.Exception> contentDisplayUnsafeSupplier)
@Valid public @Valid Layout.FlexWrap getFlexWrap()
public java.lang.String getFlexWrapAsString()
public void setFlexWrap(Layout.FlexWrap flexWrap)
public void setFlexWrap(com.liferay.petra.function.UnsafeSupplier<Layout.FlexWrap,java.lang.Exception> flexWrapUnsafeSupplier)
@Valid public @Valid Layout.Justify getJustify()
public java.lang.String getJustifyAsString()
public void setJustify(Layout.Justify justify)
public void setJustify(com.liferay.petra.function.UnsafeSupplier<Layout.Justify,java.lang.Exception> justifyUnsafeSupplier)
@Valid public @Valid Layout.WidthType getWidthType()
public java.lang.String getWidthTypeAsString()
public void setWidthType(Layout.WidthType widthType)
public void setWidthType(com.liferay.petra.function.UnsafeSupplier<Layout.WidthType,java.lang.Exception> widthTypeUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object