| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| Modifier and Type | Method and Description |
|---|---|
SplitPane.Settings |
SplitPane.Settings.buttonUIIDs(String uiid)
Sets the UIID to use for all of the buttons on the divider.
|
SplitPane.Settings |
SplitPane.Settings.collapseButtonUIID(String collapseButtonUIID)
Sets the UIID to use for the collapse button.
|
SplitPane.Settings |
SplitPane.Settings.collapseIcon(Image icon)
Sets the icon to use for the collapse button.
|
SplitPane.Settings |
SplitPane.Settings.collapseMaterialIcon(char icon)
Sets the material icon to use for the collapse button.
|
SplitPane.Settings |
SplitPane.Settings.dividerThicknessMM(float dividerThicknessMM)
Sets the preferred divider thickness in Millimetres.
|
SplitPane.Settings |
SplitPane.Settings.dividerUIID(String uiid)
A custom UIID to use for the divider.
|
SplitPane.Settings |
SplitPane.Settings.dragHandleIcon(Image icon)
Sets the icon to use for the drag handle.
|
SplitPane.Settings |
SplitPane.Settings.dragHandleMaterialIcon(char icon)
Sets the material icon to use for the drag handle.
|
SplitPane.Settings |
SplitPane.Settings.dragHandleUIID(String dragHandleUIID)
Sets the UIID to use for the drag handle on the divider.
|
SplitPane.Settings |
SplitPane.Settings.expandButtonUIID(String expandButtonUIID)
Sets the UIID to use for the expand button.
|
SplitPane.Settings |
SplitPane.Settings.expandIcon(Image icon)
Sets the icon to use for the expand button.
|
SplitPane.Settings |
SplitPane.Settings.expandMaterialIcon(char icon)
Sets the material icon to use for the expand button.
|
SplitPane.Settings |
SplitPane.Settings.insets(String min,
String preferred,
String max)
Sets the min, preferred, and max insets in a single method.
|
SplitPane.Settings |
SplitPane.Settings.maxInset(String maxInset)
Sets the max inset for the divider.
|
SplitPane.Settings |
SplitPane.Settings.minInset(String minInset)
Sets the minimum inset for the divider.
|
SplitPane.Settings |
SplitPane.Settings.orientation(int orientation)
Sets the orientation.
|
SplitPane.Settings |
SplitPane.Settings.preferredInset(String preferredInset)
Sets the preferred inset for the divider.
|
SplitPane.Settings |
SplitPane.Settings.showDragHandle(boolean show)
Set whether to show the drag handle on the divider.
|
SplitPane.Settings |
SplitPane.Settings.showExpandCollapseButtons(boolean show)
Set whether to show the expand/collapse buttons on the divider.
|
| Constructor and Description |
|---|
SplitPane(SplitPane.Settings settings,
Component topOrLeft,
Component bottomOrRight)
Creates a new SplitPane.
|
Copyright © 2022. All rights reserved.