public enum SidebarState extends Enum<SidebarState>
| Enum Constant and Description |
|---|
AUTO_HIDDEN |
AUTO_VISIBLE |
HIDDEN |
VISIBLE |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.server.Resource |
getIcon() |
boolean |
isSidebarVisible() |
static SidebarState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidebarState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SidebarState VISIBLE
public static final SidebarState HIDDEN
public static final SidebarState AUTO_VISIBLE
public static final SidebarState AUTO_HIDDEN
public static SidebarState[] values()
for (SidebarState c : SidebarState.values()) System.out.println(c);
public static SidebarState 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 com.vaadin.server.Resource getIcon()
public boolean isSidebarVisible()
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.