|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.resteasy.hypermedia.renderer.i18n.LinkMetadataKeys
public final class LinkMetadataKeys
The keys to access link metadata in resource sources.
Field Summary | |
---|---|
static String |
ACCESS_KEY The key to select the access key for a link. |
static String |
CONTEXT_MENU The key to select the target for a link. |
static String |
CSS_CLASS The key to select the CSS class for a link. |
static String |
DIR The key to select the direction value for a link. |
static String |
HELP The key to select the help text for a link. |
static String |
HIDDEN The key to select the hidden flag value for a link. |
static String |
ID The key to select the id for a link. |
static String |
LABEL The key to select the label for a link. |
static String |
MEDIA The key to select the media for a link. |
static String |
SHORT_LABEL The key to select the short label for a link. |
static String |
TAB_INDEX The key to select the tab index for a link. |
static String |
TARGET The key to select the target for a link. |
static String |
TITLE The key to select the title for a link. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TITLE
The value of this constant is "title".
"title"
public static final String LABEL
The value of this constant is "label".
"label"
public static final String SHORT_LABEL
The value of this constant is "shortLabel".
"shortLabel"
public static final String HELP
The value of this constant is "help".
"help"
public static final String ACCESS_KEY
The value of this constant is "accessKey".
"accessKey"
public static final String TAB_INDEX
The value of this constant is "tabIndex".
"tabIndex"
public static final String CSS_CLASS
The value of this constant is "cssClass".
"cssClass"
public static final String HIDDEN
The value of this constant is "hidden".
"hidden"
public static final String DIR
The value of this constant is "dir".
"dir"
public static final String ID
The value of this constant is "id".
"id"
public static final String MEDIA
The value of this constant is "media".
"media"
public static final String TARGET
The value of this constant is "target".
"target"
public static final String CONTEXT_MENU
The value of this constant is "contextMenu".
"contextMenu"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |