All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.schema.entities.standard_data_table_attributes.ent Maven / Gradle / Ivy

The newest version!

    
    
    
    
    
        idjava.lang.StringEvery component may have an unique id. Automatically created if omitted
    
    
        renderedjava.lang.StringIf "false", this component will not be rendered
    
    
        bindingjava.lang.StringThe attribute takes a value-binding expression for a component property of
a backing bean
    
    
    
    
    
        dirjava.lang.StringAlternate textual description of the element rendered by this component
    
    
        langjava.lang.String Code describing the language used in the generated markup for this component
    
    
        stylejava.lang.StringCSS style(s)is/are to be applied when this component is rendered
    
    
        titlejava.lang.String Advisory title information about markup elements generated for this component
    
    
        styleClassjava.lang.StringCorresponds to the HTML class attribute
    
    
    
    
        onclickjava.lang.StringDefines a JavaScript onclick event handler
    
    
        ondblclickjava.lang.StringDefines a JavaScript ondblclick  event handler
    
    
        onmousedownjava.lang.StringDefines a JavaScript onmousedown event handler
    
    
        onmouseupjava.lang.StringDefines a JavaScript onmouseup event handler
    
    
        onmouseoverjava.lang.StringDefines a JavaScript onmouseover event handler
    
    
        onmousemovejava.lang.StringDefines a JavaScript onmousemove event handler
    
    
        onmouseoutjava.lang.StringDefines a JavaScript onmouseout event handler
    
    
        onkeypressjava.lang.StringDefines a JavaScript onkeypress event handler
    
    
        onkeydownjava.lang.StringDefines a JavaScript onkeydown event handler
    
    
        onkeyupjava.lang.StringDefines a JavaScript onkeyup event handler
    
    
    
    
    
        alignjava.lang.Stringleft|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
            
        
    
    
        borderjava.lang.StringThis attributes specifies the width (in pixels only) of the frame around a table 
    
    
        bgcolorjava.lang.StringDeprecated. 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
        
    
    
        cellpaddingjava.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
            
        
    
    
        cellspacingjava.lang.StringThis 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
    
    
        datafldjava.lang.StringRetrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object
    
    
        datasrcjava.lang.StringRetrieves the source of the data for data binding
    
    
        dataformatasjava.lang.StringIndicates whether the bound data is plain text or HTML
    
    
        framejava.lang.Stringvoid|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
            
        
    
    
        rulesjava.lang.StringThis 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
        
    
    
        summaryjava.lang.StringThis attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille
    
    
        widthjava.lang.StringThis attribute specifies the desired width of the entire table and is intended for visual user agents. When the value is percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent
    
    
    
    
        valuejava.lang.StringSupported types see JSF Spec 4.1.3
    
    
        varjava.lang.String
            The request-scope attribute under which the data object for the
            current row will be exposed when iterating
        
    
    
        rowsjava.lang.String
            The number of rows to be displayed, or zero for all remaining
            rows in the table.
        
    
    
        firstjava.lang.String
            The zero-relative row number of the first row to be displayed
        
    
    
    
        columnClassesjava.lang.StringComma-separated list of CSS classes for columns
    
    
        footerClassjava.lang.StringCSS class for the table footer
    
    
        headerClassjava.lang.StringCSS class for the table header
    
    
        rowClassesjava.lang.StringA comma-delimited list of CSS style classes that is applied to popup table rows
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy