de.smartics.resteasy.hypermedia.renderer.i18n
Class LinkMetadataKeys

Package class diagram package LinkMetadataKeys
java.lang.Object
  extended by de.smartics.resteasy.hypermedia.renderer.i18n.LinkMetadataKeys

public final class LinkMetadataKeys
     
     
extends Object

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

TITLE

public static final String TITLE
The key to select the title for a link.

The value of this constant is "title".

Constant Field Value:
"title"

LABEL

public static final String LABEL
The key to select the label for a link.

The value of this constant is "label".

Constant Field Value:
"label"

SHORT_LABEL

public static final String SHORT_LABEL
The key to select the short label for a link.

The value of this constant is "shortLabel".

Constant Field Value:
"shortLabel"

HELP

public static final String HELP
The key to select the help text for a link.

The value of this constant is "help".

Constant Field Value:
"help"

ACCESS_KEY

public static final String ACCESS_KEY
The key to select the access key for a link.

The value of this constant is "accessKey".

Constant Field Value:
"accessKey"

TAB_INDEX

public static final String TAB_INDEX
The key to select the tab index for a link.

The value of this constant is "tabIndex".

Constant Field Value:
"tabIndex"

CSS_CLASS

public static final String CSS_CLASS
The key to select the CSS class for a link.

The value of this constant is "cssClass".

Constant Field Value:
"cssClass"

HIDDEN

public static final String HIDDEN
The key to select the hidden flag value for a link.

The value of this constant is "hidden".

Constant Field Value:
"hidden"

DIR

public static final String DIR
The key to select the direction value for a link.

The value of this constant is "dir".

Constant Field Value:
"dir"

ID

public static final String ID
The key to select the id for a link.

The value of this constant is "id".

Constant Field Value:
"id"

MEDIA

public static final String MEDIA
The key to select the media for a link.

The value of this constant is "media".

Constant Field Value:
"media"

TARGET

public static final String TARGET
The key to select the target for a link.

The value of this constant is "target".

Constant Field Value:
"target"

CONTEXT_MENU

public static final String CONTEXT_MENU
The key to select the target for a link.

The value of this constant is "contextMenu".

Constant Field Value:
"contextMenu"


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.