Package com.atlassian.adf.model
Interface Element.Attr
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTIONIndicates the Collection ID as used by Media Services.static StringCOLORUsed to indicate the color of something.static StringIDSome kind of identifier.static StringLEVELAn indentation or nesting level, given as an integer value from1to6.static StringLOCAL_IDSome kind of identifier.static StringOCCURRENCE_KEYA token provided by media services in reference to a specific use of a given piece of content.static StringSIZEThe size of something.static StringTEXTProvides text content.static StringTITLEProvides thetitletext for an active page element, such as a hyperlink or an expandable section.
-
-
-
Field Detail
-
COLLECTION
static final String COLLECTION
Indicates the Collection ID as used by Media Services. In most places, this value is mandatory but may be left blank. This unusual situation is due to the fact that it has historically been a required value, but Media Services is phasing out its use.- See Also:
- Constant Field Values
-
COLOR
static final String COLOR
Used to indicate the color of something. This is always a string value, but the exact meaning of that string varies. See the color's documentation within the corresponding mark or node for more information about what values are permitted for it.- See Also:
- Constant Field Values
-
ID
static final String ID
Some kind of identifier. The necessity and format of these identifiers varies depending on the mark or node type.- See Also:
- Constant Field Values
-
LEVEL
static final String LEVEL
An indentation or nesting level, given as an integer value from1to6.- See Also:
- Constant Field Values
-
LOCAL_ID
static final String LOCAL_ID
Some kind of identifier. The necessity and format of these identifiers varies depending on the mark or node type.- See Also:
- Constant Field Values
-
OCCURRENCE_KEY
static final String OCCURRENCE_KEY
A token provided by media services in reference to a specific use of a given piece of content. It is generally optional, but required by Media Services when requesting that a piece of content be deleted.- See Also:
- Constant Field Values
-
SIZE
static final String SIZE
The size of something. For example, thebordermark uses this to provide the border's width in pixels.- See Also:
- Constant Field Values
-
TEXT
static final String TEXT
Provides text content. Note thattextnodes themselves use the"text" keyfor this, meaning that the value is a field directly on the node itself. Thetextattributes are instead used in in other contexts where it provides the display or placeholder text for some richer content type, such as the value displayed for astatuslozenge or the text shown linked to a user's profile in the case of amention.- See Also:
- Constant Field Values
-
TITLE
static final String TITLE
Provides thetitletext for an active page element, such as a hyperlink or an expandable section.- See Also:
- Constant Field Values
-
-