org.apache.myfaces.tobago.renderkit.html
Class DataAttributes

java.lang.Object
  extended by org.apache.myfaces.tobago.renderkit.html.DataAttributes

public final class DataAttributes
extends Object

Custom data attributes. These attributes may transport data to DOM which are not standardized. The format is "data-tobago-*" which is conform to HTML 5, but also works in older browsers.


Field Summary
static String COLUMN_INDEX
          The index of the column of a sheet.
static String COLUMNINDEX
          Deprecated. Since 1.5.11
static String COMMAND
          TBD: needed?
static String COMMANDS
          The list of commands attached to an element.
static String DATE_INPUT_ID
          Reference to the corresponding date input field.
static String DATE_PICKER_OK
          Marker for the OK-button of the date picker popup.
static String DATEINPUTID
          Deprecated. Since 1.5.11
static String DATEPICKEROK
          Deprecated. Since 1.5.11
static String DAY
          Holds the day of a calendar control.
static String DEFAULT
          Custom form attribute.
static String DELAY
           
static String DISABLED
          Custom disabled attribute.
static String FIRST
          Holds the id of the first row in a sheet.
static String FIRST_DAY_OF_WEEK
          Holds the first day of a week of a calendar control.
static String FIRSTDAYOFWEEK
          Deprecated. Since 1.5.11
static String FOR
           
static String MAX
          Defines a maximum value.
static String MONTH
          Holds the month of a calendar control.
static String MONTH_NAMES
          Holds the names of the months of a calendar control.
static String MONTHNAMES
          Deprecated. Since 1.5.11
static String PARTIAL_ACTION
           
static String PARTIALLY
           
static String PATTERN
          Custom attribute to describe a pattern, e. g. for an date input field.
static String RELOAD
          Custom reload attribute.
static String ROW_ACTION
           
static String ROW_INDEX
           
static String ROWACTION
          Deprecated. Since 1.5.11
static String SELECTABLE
          The selectable attribute e. g. for trees.
static String SELECTION_MODE
           
static String SELECTIONMODE
          Deprecated. Since 1.5.11
static String SHEET_ID
          Reference to a sheet.
static String SHEETID
          Deprecated. Since 1.5.11
static String SRC_CLOSE
          Alternate to the src attribute, icon open and close.
static String SRC_DEFAULT
          Alternate to the src attribute, to implement a hover effect.
static String SRC_HOVER
          Alternate to the src attribute, to implement a hover effect.
static String SRC_OPEN
          Alternate to the src attribute, icon open and close.
static String SRCCLOSE
          Deprecated. Since 1.5.11
static String SRCDEFAULT
          Deprecated. Since 1.5.11
static String SRCHOVER
          Deprecated. Since 1.5.11
static String SRCOPEN
          Deprecated. Since 1.5.11
static String STYLE
          A way to transport style data in JSON format to the browser.
static String SUGGEST
          Deprecated. Since Tobago 2.0.0. No longer needed.
static String SUGGEST_DELAY
           
static String SUGGEST_MAX_ITEMS
           
static String SUGGEST_MIN_CHARS
           
static String SUGGEST_TOTAL_COUNT
           
static String SUGGEST_UPDATE
           
static String TRANSITION
           
static String TREE_PARENT
          Id of the parent node in a tree node.
static String TREEPARENT
          Deprecated. Since 1.5.11
static String UNIT
          Defines the unit, e. g. to differ between hours, minutes and seconds in a time control.
static String VALUE
          Holds the value (for tags, that don't have a value in HTML).
static String YEAR
          Holds the year of a calendar control.
 
Constructor Summary
DataAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_INDEX

public static final String COLUMN_INDEX
The index of the column of a sheet. This index means the position of the rendered column. It can differ, if there are tc:column with rendered=false.

See Also:
Constant Field Values

COLUMNINDEX

@Deprecated
public static final String COLUMNINDEX
Deprecated. Since 1.5.11
See Also:
Constant Field Values

COMMAND

public static final String COMMAND
TBD: needed? may replace with VALUE? Custom command attribute. Is used to mark different client side JavaScript buttons. Should only contain the command name as a keyword, for security reasons.

See Also:
Constant Field Values

COMMANDS

public static final String COMMANDS
The list of commands attached to an element.

See Also:
Constant Field Values

DATE_INPUT_ID

public static final String DATE_INPUT_ID
Reference to the corresponding date input field. Used for date picker popups.

See Also:
Constant Field Values

DATEINPUTID

@Deprecated
public static final String DATEINPUTID
Deprecated. Since 1.5.11
See Also:
Constant Field Values

DATE_PICKER_OK

public static final String DATE_PICKER_OK
Marker for the OK-button of the date picker popup.

See Also:
Constant Field Values

DATEPICKEROK

@Deprecated
public static final String DATEPICKEROK
Deprecated. Since 1.5.11
See Also:
Constant Field Values

DAY

public static final String DAY
Holds the day of a calendar control.

See Also:
Constant Field Values

DISABLED

public static final String DISABLED
Custom disabled attribute. Use for element, that don't have the disabled attribute.

See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
Custom form attribute. Used to show the virtual form of the component.

See Also:
Constant Field Values

DELAY

public static final String DELAY
See Also:
Constant Field Values

FOR

public static final String FOR
See Also:
Constant Field Values

FIRST

public static final String FIRST
Holds the id of the first row in a sheet.

See Also:
Constant Field Values

ROW_INDEX

public static final String ROW_INDEX
See Also:
Constant Field Values

FIRST_DAY_OF_WEEK

public static final String FIRST_DAY_OF_WEEK
Holds the first day of a week of a calendar control.

See Also:
Constant Field Values

FIRSTDAYOFWEEK

@Deprecated
public static final String FIRSTDAYOFWEEK
Deprecated. Since 1.5.11
See Also:
Constant Field Values

MAX

public static final String MAX
Defines a maximum value.

See Also:
Constant Field Values

MONTH

public static final String MONTH
Holds the month of a calendar control.

See Also:
Constant Field Values

MONTH_NAMES

public static final String MONTH_NAMES
Holds the names of the months of a calendar control.

See Also:
Constant Field Values

MONTHNAMES

@Deprecated
public static final String MONTHNAMES
Deprecated. Since 1.5.11
See Also:
Constant Field Values

PARTIALLY

public static final String PARTIALLY
See Also:
Constant Field Values

PARTIAL_ACTION

public static final String PARTIAL_ACTION
See Also:
Constant Field Values

PATTERN

public static final String PATTERN
Custom attribute to describe a pattern, e. g. for an date input field.

See Also:
Constant Field Values

RELOAD

public static final String RELOAD
Custom reload attribute. Used to reload a panel.

See Also:
Constant Field Values

ROW_ACTION

public static final String ROW_ACTION
See Also:
Constant Field Values

ROWACTION

@Deprecated
public static final String ROWACTION
Deprecated. Since 1.5.11
See Also:
Constant Field Values

SELECTION_MODE

public static final String SELECTION_MODE
See Also:
Constant Field Values

SELECTIONMODE

@Deprecated
public static final String SELECTIONMODE
Deprecated. Since 1.5.11
See Also:
Constant Field Values

SELECTABLE

public static final String SELECTABLE
The selectable attribute e. g. for trees.

See Also:
Constant Field Values

SHEET_ID

public static final String SHEET_ID
Reference to a sheet.

See Also:
Constant Field Values

SHEETID

@Deprecated
public static final String SHEETID
Deprecated. Since 1.5.11
See Also:
Constant Field Values

SRC_HOVER

public static final String SRC_HOVER
Alternate to the src attribute, to implement a hover effect.

See Also:
Constant Field Values

SRCHOVER

@Deprecated
public static final String SRCHOVER
Deprecated. Since 1.5.11
See Also:
Constant Field Values

SRC_DEFAULT

public static final String SRC_DEFAULT
Alternate to the src attribute, to implement a hover effect.

See Also:
Constant Field Values

SRCDEFAULT

@Deprecated
public static final String SRCDEFAULT
Deprecated. Since 1.5.11
See Also:
Constant Field Values

SRC_CLOSE

public static final String SRC_CLOSE
Alternate to the src attribute, icon open and close.

See Also:
Constant Field Values

SRCCLOSE

@Deprecated
public static final String SRCCLOSE
Deprecated. Since 1.5.11
See Also:
Constant Field Values

SRC_OPEN

public static final String SRC_OPEN
Alternate to the src attribute, icon open and close.

See Also:
Constant Field Values

SRCOPEN

@Deprecated
public static final String SRCOPEN
Deprecated. Since 1.5.11
See Also:
Constant Field Values

STYLE

public static final String STYLE
A way to transport style data in JSON format to the browser. With CSP the normal style attribute isn't allowed.

See Also:
Constant Field Values

SUGGEST

@Deprecated
public static final String SUGGEST
Deprecated. Since Tobago 2.0.0. No longer needed.
Custom suggest attribute. Used for input suggest.

See Also:
Constant Field Values

SUGGEST_DELAY

public static final String SUGGEST_DELAY
See Also:
Constant Field Values

SUGGEST_MAX_ITEMS

public static final String SUGGEST_MAX_ITEMS
See Also:
Constant Field Values

SUGGEST_MIN_CHARS

public static final String SUGGEST_MIN_CHARS
See Also:
Constant Field Values

SUGGEST_TOTAL_COUNT

public static final String SUGGEST_TOTAL_COUNT
See Also:
Constant Field Values

SUGGEST_UPDATE

public static final String SUGGEST_UPDATE
See Also:
Constant Field Values

TRANSITION

public static final String TRANSITION
See Also:
Constant Field Values

TREE_PARENT

public static final String TREE_PARENT
Id of the parent node in a tree node.

See Also:
Constant Field Values

TREEPARENT

@Deprecated
public static final String TREEPARENT
Deprecated. Since 1.5.11
See Also:
Constant Field Values

UNIT

public static final String UNIT
Defines the unit, e. g. to differ between hours, minutes and seconds in a time control.

See Also:
Constant Field Values

VALUE

public static final String VALUE
Holds the value (for tags, that don't have a value in HTML).

See Also:
Constant Field Values

YEAR

public static final String YEAR
Holds the year of a calendar control.

See Also:
Constant Field Values
Constructor Detail

DataAttributes

public DataAttributes()


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.