|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TranscodingUtils.NavigationBarAttr> org.alembik.util.TranscodingUtils.NavigationBarAttr
public static enum TranscodingUtils.NavigationBarAttr
The NavigBar
transformation attributes.
The specification of any of these attributes overrides the default configuration of the navigation panel.
TranscodingUtils.setNavigationBarAttrs(TranscodingJob, Map)
,
TranscodingUtils.getNavigationBarAttrs(TranscodingJob)
Enum Constant Summary | |
---|---|
BACK_LABEL
The desired label for the "back" button/link. |
|
CLOSE_LABEL
The desired label for the "close" button/link. |
|
GO_TO_LABEL
The desired label for the "go to menu index" button/link. |
|
HOME_LABEL
The desired label for the "home" button/link. |
|
HOME_URL
The desired home page location. |
|
PAGE_LABEL
The desired "page" label. |
|
PAGING_BG_COLOR
The desired background color for the navigation panel. |
|
PAGING_FONT_COLOR
The desired font color in the navigation panel. |
|
PAGING_LINK_COLOR
The desired link color in the navigation panel. |
Method Summary | |
---|---|
static TranscodingUtils.NavigationBarAttr |
fromName(java.lang.String name)
Gets the enum instance of the given attribute name. |
java.lang.String |
getName()
Returns the name of the attribute. |
static TranscodingUtils.NavigationBarAttr |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.NavigationBarAttr[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TranscodingUtils.NavigationBarAttr BACK_LABEL
public static final TranscodingUtils.NavigationBarAttr GO_TO_LABEL
public static final TranscodingUtils.NavigationBarAttr PAGE_LABEL
public static final TranscodingUtils.NavigationBarAttr HOME_LABEL
public static final TranscodingUtils.NavigationBarAttr HOME_URL
public static final TranscodingUtils.NavigationBarAttr PAGING_BG_COLOR
#FFFFFF
.
public static final TranscodingUtils.NavigationBarAttr PAGING_FONT_COLOR
#FFFFFF
.
public static final TranscodingUtils.NavigationBarAttr PAGING_LINK_COLOR
#FFFFFF
.
public static final TranscodingUtils.NavigationBarAttr CLOSE_LABEL
Method Detail |
---|
public static final TranscodingUtils.NavigationBarAttr[] values()
for(TranscodingUtils.NavigationBarAttr c : TranscodingUtils.NavigationBarAttr.values()) System.out.println(c);
public static TranscodingUtils.NavigationBarAttr valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getName()
public static TranscodingUtils.NavigationBarAttr fromName(java.lang.String name)
name
- the attribute name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |