| Package | Description |
|---|---|
| org.dominokit.domino.ui.splitpanel |
| Modifier and Type | Method and Description |
|---|---|
SplitPanel |
SplitPanel.addResizeListener(SplitPanel.ResizeListener resizeListener)
Adds a listener which will be called when the panel is resized
|
static SplitPanel |
SplitPanel.create() |
SplitPanel |
SplitPanel.removeResizeListener(SplitPanel.ResizeListener resizeListener)
Removes a resize listener
|
SplitPanel |
SplitPanel.setFirst(boolean first)
Sets this panel as the first panel
|
SplitPanel |
SplitPanel.setLast(boolean last)
Sets this panel as the last panel
|
SplitPanel |
SplitPanel.setMaxPercent(double maxPercent)
Sets the maximum size in percentage
|
SplitPanel |
SplitPanel.setMaxSize(int maxSize)
Sets the maximum size of the panel
|
SplitPanel |
SplitPanel.setMinPercent(double minPercent)
Sets the minimum size in percentage
|
SplitPanel |
SplitPanel.setMinSize(int minSize)
Sets the minimum size of the panel
|
| Modifier and Type | Method and Description |
|---|---|
protected org.dominokit.domino.ui.splitpanel.VSplitter |
VSplitPanel.createSplitter(SplitPanel first,
SplitPanel second,
HasSize mainPanel) |
protected org.dominokit.domino.ui.splitpanel.HSplitter |
HSplitPanel.createSplitter(SplitPanel first,
SplitPanel second,
HasSize mainPanel) |
protected double |
VSplitPanel.getPanelSize(SplitPanel panel) |
protected double |
HSplitPanel.getPanelSize(SplitPanel panel) |
void |
SplitPanel.ResizeListener.onResize(SplitPanel panel,
double pixels,
double percent) |
protected void |
VSplitPanel.setPanelSize(SplitPanel panel,
String size) |
protected void |
HSplitPanel.setPanelSize(SplitPanel panel,
String size) |
Copyright © 2019–2022 Dominokit. All rights reserved.