public class SplitPaneBuilder extends AbstractComponentBuilder<SplitPane>
Modifier and Type | Class and Description |
---|---|
static class |
SplitPaneBuilder.Orientation |
Constructor and Description |
---|
SplitPaneBuilder(ViewContext context,
String tagName,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(Component cmp) |
SplitPane |
build() |
Object |
parseConstraint(String constraint) |
void |
setMaxInset(String maxInset) |
void |
setMinInset(String minInset) |
void |
setPreferredInset(String preferredInset) |
doNotAddToParentContainer, getAttribute, getAttributes, getComponent, getContext, getParentContainer, getTagName, hasAttribute, setParentContainer
public SplitPaneBuilder(ViewContext context, String tagName, Map<String,String> attributes)
Copyright © 2022. All Rights Reserved.