public class CollapsibleHeaderContainerBuilder extends AbstractComponentBuilder<CollapsibleHeaderContainer>
Constructor and Description |
---|
CollapsibleHeaderContainerBuilder(ViewContext context,
String tagName,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
CollapsibleHeaderContainer |
build() |
Object |
parseConstraint(String constraint) |
CollapsibleHeaderContainerBuilder |
scrollableComponent(String selector)
Optional selector for the scrollable component that the collapsible header should "track".
|
CollapsibleHeaderContainerBuilder |
titleBar(Component titleBar) |
doNotAddToParentContainer, getAttribute, getAttributes, getComponent, getContext, getParentContainer, getTagName, hasAttribute, setParentContainer
public CollapsibleHeaderContainerBuilder(ViewContext context, String tagName, Map<String,String> attributes)
public CollapsibleHeaderContainerBuilder titleBar(Component titleBar)
public CollapsibleHeaderContainerBuilder scrollableComponent(String selector)
Optional selector for the scrollable component that the collapsible header should "track". If not set then it just uses the body component.
selector
- public CollapsibleHeaderContainer build()
Copyright © 2022. All Rights Reserved.