-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RootContainer implements Serializable
Represents the root container for a layout.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<InAppComponent>childrenprivate final InAppProperty.ThemeColorsbackgroundColorprivate final InAppProperty.Marginmarginsprivate final InAppProperty.CornerRadiusradiusprivate final InAppProperty.Borderborder
-
Constructor Summary
Constructors Constructor Description RootContainer(List<InAppComponent> children, InAppProperty.ThemeColors backgroundColor, InAppProperty.Margin margins, InAppProperty.CornerRadius radius, InAppProperty.Border border)
-
Method Summary
Modifier and Type Method Description final List<InAppComponent>getChildren()final InAppProperty.ThemeColorsgetBackgroundColor()final InAppProperty.MargingetMargins()final InAppProperty.CornerRadiusgetRadius()final InAppProperty.BordergetBorder()-
-
Constructor Detail
-
RootContainer
RootContainer(List<InAppComponent> children, InAppProperty.ThemeColors backgroundColor, InAppProperty.Margin margins, InAppProperty.CornerRadius radius, InAppProperty.Border border)
-
-
Method Detail
-
getChildren
final List<InAppComponent> getChildren()
-
getBackgroundColor
final InAppProperty.ThemeColors getBackgroundColor()
-
getMargins
final InAppProperty.Margin getMargins()
-
getRadius
final InAppProperty.CornerRadius getRadius()
-
getBorder
final InAppProperty.Border getBorder()
-
-
-
-