Class Footer.FooterBuilder
java.lang.Object
io.john.amiscaray.stir.domain.elements.Footer.FooterBuilder
- Enclosing class:
- Footer
public static class Footer.FooterBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description private ArrayList<AbstractUIElement>childrenprivate ArrayList<String>cssClassesprivate ArrayList<String>customAttributes$keyprivate ArrayList<String>customAttributes$valueprivate booleanhiddenprivate Stringidprivate Stringstyle -
Constructor Summary
Constructors Constructor Description FooterBuilder() -
Method Summary
Modifier and Type Method Description Footerbuild()Footer.FooterBuilderchild(AbstractUIElement child)Footer.FooterBuilderchildren(Collection<? extends AbstractUIElement> children)Footer.FooterBuilderclearChildren()Footer.FooterBuilderclearCssClasses()Footer.FooterBuilderclearCustomAttributes()Footer.FooterBuildercssClass(String cssClass)Footer.FooterBuildercssClasses(Collection<? extends String> cssClasses)Footer.FooterBuildercustomAttribute(String customAttributeKey, String customAttributeValue)Footer.FooterBuildercustomAttributes(Map<? extends String,? extends String> customAttributes)Footer.FooterBuilderhidden(boolean hidden)Footer.FooterBuilderid(String id)Footer.FooterBuilderstyle(String style)StringtoString()
-
Field Details
-
id
-
cssClasses
-
style
-
children
-
customAttributes$key
-
customAttributes$value
-
-
Constructor Details
-
FooterBuilder
FooterBuilder()
-
-
Method Details
-
id
-
cssClass
-
cssClasses
-
clearCssClasses
-
style
-
child
-
children
-
clearChildren
-
customAttribute
public Footer.FooterBuilder customAttribute(String customAttributeKey, String customAttributeValue) -
customAttributes
public Footer.FooterBuilder customAttributes(Map<? extends String,? extends String> customAttributes) -
clearCustomAttributes
-
build
-
toString
-