Package org.opencms.gwt.client.ui
Enum CmsTabbedPanel.CmsTabbedPanelStyle
java.lang.Object
java.lang.Enum<CmsTabbedPanel.CmsTabbedPanelStyle>
org.opencms.gwt.client.ui.CmsTabbedPanel.CmsTabbedPanelStyle
- All Implemented Interfaces:
Serializable
,Comparable<CmsTabbedPanel.CmsTabbedPanelStyle>
,java.lang.constant.Constable
- Enclosing class:
- CmsTabbedPanel<E extends com.google.gwt.user.client.ui.Widget>
public static enum CmsTabbedPanel.CmsTabbedPanelStyle
extends Enum<CmsTabbedPanel.CmsTabbedPanelStyle>
Enumeration with layout keys.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CmsTabbedPanel.CmsTabbedPanelStyle
The default tabbar height. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the barHeight.Returns the styleClass.Returns the tabColorClass.Returns the enum constant of this type with the specified name.static CmsTabbedPanel.CmsTabbedPanelStyle[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
buttonTabs
Button style. -
classicTabs
Classic style.
-
-
Field Details
-
DEFAULT
The default tabbar height.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getBarHeight
Returns the barHeight.- Returns:
- the barHeight
-
getStyleClass
Returns the styleClass.- Returns:
- the styleClass
-
getTabColorClass
Returns the tabColorClass.- Returns:
- the tabColorClass
-