public static enum Layout.LeftPanelOpenStyle extends Enum<Layout.LeftPanelOpenStyle>
| Enum Constant and Description |
|---|
OVERLAY
Opens the left panel on top of content panel and show an overlay
|
SHRINK_CONTENT
Opens the left panel and shrinks the content panel
|
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(Layout layout) |
void |
onOpen(Layout layout) |
static Layout.LeftPanelOpenStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layout.LeftPanelOpenStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layout.LeftPanelOpenStyle OVERLAY
public static final Layout.LeftPanelOpenStyle SHRINK_CONTENT
public static Layout.LeftPanelOpenStyle[] values()
for (Layout.LeftPanelOpenStyle c : Layout.LeftPanelOpenStyle.values()) System.out.println(c);
public static Layout.LeftPanelOpenStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void onOpen(Layout layout)
public void onClose(Layout layout)
Copyright © 2019–2022 Dominokit. All rights reserved.