META-INF.schema.entities.standard_panel_grid_attributes.ent Maven / Gradle / Ivy
The newest version!
id java.lang.String Every component may have an unique id. Automatically created if omitted
rendered java.lang.String If "false", this component will not be rendered
binding java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
dir java.lang.String Alternate textual description of the element rendered by this component
lang java.lang.String Code describing the language used in the generated markup for this component
style java.lang.String CSS style(s) is/are to be applied when this component is rendered
title java.lang.String Advisory title information about markup elements generated for this component
styleClass java.lang.String Corresponds to the HTML class attribute
onclick java.lang.String Defines a JavaScript onclick event handler
ondblclick java.lang.String Defines a JavaScript ondblclick event handler
onmousedown java.lang.String Defines a JavaScript onmousedown event handler
onmouseup java.lang.String Defines a JavaScript onmouseup event handler
onmouseover java.lang.String Defines a JavaScript onmouseover event handler
onmousemove java.lang.String Defines a JavaScript onmousemove event handler
onmouseout java.lang.String Defines a JavaScript onmouseout event handler
onkeypress java.lang.String Defines a JavaScript onkeypress event handler
onkeydown java.lang.String Defines a JavaScript onkeydown event handler
onkeyup java.lang.String Defines a JavaScript onkeyup event handler
align java.lang.String left|center|right [CI]
Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values:
* left: The table is to the left of the document.
* center: The table is to the center of the document.
* right: The table is to the right of the document
border java.lang.String This attributes specifies the width (in pixels only) of the frame around a table
bgcolor java.lang.String Deprecated. This attribute sets the background color for the document body or table cells.
This attribute sets the background color of the canvas for the document body (the BODY element) or for tables (the TABLE, TR, TH, and TD elements). Additional attributes for specifying text color can be used with the BODY element.
This attribute has been deprecated in favor of style sheets for specifying background color information
cellpadding java.lang.String This attribute specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is percentage length, the top and bottom margins should be equally separated from the content based on percentage of the available vertical space, and the left and right margins should be equally separated from the content based on percentage of the available horizontal space
cellspacing java.lang.String This attribute specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells
datafld java.lang.String Retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object
datasrc java.lang.String Retrieves the source of the data for data binding
dataformatas java.lang.String Indicates whether the bound data is plain text or HTML
frame java.lang.String void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
This attribute specifies which sides of the frame surrounding a table will be visible. Possible values:
* void: No sides. This is the default value.
* above: The top side only.
* below: The bottom side only.
* hsides: The top and bottom sides only.
* vsides: The right and left sides only.
* lhs: The left-hand side only.
* rhs: The right-hand side only.
* box: All four sides.
* border: All four sides
rules java.lang.String This attribute specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. Possible values:
* none: No rules. This is the default value.
* groups: Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only.
* rows: Rules will appear between rows only.
* cols: Rules will appear between columns only.
* all: Rules will appear between all rows and columns
summary java.lang.String This attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille
width java.lang.String Image and object width override. When specified, the width and height attributes tell user agents to override the natural image or object size in favor of these values
columnClasses java.lang.String
columns java.lang.String
footerClass java.lang.String
headerClass java.lang.String
rowClasses java.lang.String