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

META-INF.jsf-taglib.tld Maven / Gradle / Ivy

The newest version!






    0.1
    1.2
    jsf
    http://www.andromda.org/cartridges/jsf
    AndroMDA JSF Components and Tags
    
        This tag library contains tags for additional JSF components supported by the JSF cartridge.
    

    
        validator
        org.andromda.cartridges.jsf.taglib.JSFValidatorTag
        empty
        Validator
        
           Enables the JSF validator (which uses the commons-validator).
        
        
            id
            false
            false
            
                The component identifier for this component. This value
                must be unique within the closest parent component that
                is a naming container.
            
        
        
            client
            false
            false
            
                Whether or not client-side validation should be disabled.  By default client-side validation is enabled.
            
        
    

    
        binaryFile
        org.andromda.cartridges.jsf.taglib.BinaryFileTag
        empty
        
           Renders a binary file in the appropriate manner.
        
        
            value
            true
            false
            The value of the binary file to render
        
        
            fileName
            true
            false
            The file name to give the file being rendered (this will cause the open dialog prompt to be rendered)
        
        
            prompt
            false
            false
            Whether or not the dialog to open/save as should be presented when rendering the file.
        
        
            contentType
            false
            false
            
                The content type under which to render the binary file (if this isn't specified, then the content
                type is guessed based on the extension of the fileName)
            
        
        
            encoding
            false
            false
            
                The encoding to use when rendering the binary file.
            
        
    

    
        convertDateTime
        org.andromda.cartridges.jsf.taglib.ConvertDateTimeTag
        empty
        
            dateStyle
            false
            false
            default|short|medium|long|full
        
        
            locale
            false
            false
            locale
        
        
            pattern
            false
            false
            Custom formatting pattern
        
        
            timeStyle
            false
            false
            default|short|medium|long|full
        
        
            timeZone
            false
            false
            timeZone
        
        
            type
            false
            false
            date|time|both
        
    

    
        popup
        org.andromda.cartridges.jsf.taglib.PopupFrameTag
        JSP
        
            Render a popup frame. The result of the actionFrame action will be displayed
            inside an IFrame of the current page. At the closing of the popupFrame (the iframe) another action could be invoked.
        
        
            id
            false
            false
            
                The component identifier for this component. This value
                must be unique within the closest parent component that
                is a naming container.
            
        
        
            rendered
            false
            false
            
                Flag indicating whether or not this component should be
                rendered (during Render Response Phase), or processed on
                any subsequent form submit.
            
        
        
            binding
            false
            false
            
                The value binding expression linking this component to a
                property in a backing bean
            
        
        
          immediate
          false
          false
          
              Flag indicating that, if this component is activated by the user,
              notifications should be delivered to interested actions
              immediately (that is, during Apply Request Values phase) rather than
              waiting until Invoke Application phase.
          
        
        
          actionOpen
          true
          false
          
              MethodBinding representing the application action to invoke inside popup frame when
              this component is activated by the user.  The expression must
              evaluate to a public method that takes no parameters, and returns
              a String (the logical outcome) which is passed to the
              NavigationHandler for this application.
          
        
        
          actionClose
          false
          false
          
              MethodBinding representing the application action to invoke when the popup frame
              is closed and refresh requested.  The expression must
              evaluate to a public method that takes no parameters, and returns
              a String (the logical outcome) which is passed to the
              NavigationHandler for this application.
          
        
        
            height
            true
            false
            
                height of the popup IFRAME
            
        
        
            width
            true
            false
            
                width of the popup IFRAME
            
        
        
            mouseHorizPos
            false
            false
            
                horizontal offset of the calendar respect mouse position
            
        
        
            mouseVertPos
            false
            false
            
                vertical offset of the calendar respect mouse position
            
        
        
            absolute
            false
            false
            
                if mouse coords are absolute respect the browser or relative to mouse position
            
        
        
            center
            false
            false
            
                do not consider mouse coords and put the frame at the center of the browser
            
        
        
            scrolling
            false
            false
            
                scrolling attribute of the iframe tag (valid values are yes, no, auto)
            
        
        
          value
          false
          false
          
              The current value of this component.
          
        
        
          accesskey
          false
          false
          
              Access key that, when pressed, transfers focus
              to this element.
          
        
        
          dir
          false
          false
          
              Direction indication for text that does not inherit directionality.
              Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
          
        
        
          lang
          false
          false
          
              Code describing the language used in the generated markup
              for this component.
          
        
        
          style
          false
          false
          
              CSS style(s) to be applied when this component is rendered.
          
        
        
          styleFrame
          false
          false
          
              CSS style(s) to be applied to the table that will contain tha IFRAME html tag.
          
        
        
          styleClass
          false
          false
          
              Space-separated list of CSS style class(es) to be applied when
              this element is rendered.  This value must be passed through
              as the "class" attribute on generated markup.
          
        
        
          styleClassFrame
          false
          false
          
              Space-separated list of CSS style class(es) to be applied to the table that
              will contain tha IFRAME html tag. This value must be passed through
              as the "class" attribute on generated box.
          
        
        
          tabindex
          false
          false
          
              Position of this element in the tabbing order
              for the current document.  This value must be
              an integer between 0 and 32767.
          
        
        
          title
          false
          false
          
              Advisory title information about markup elements generated
              for this component.
          
        
    

    
        dataTable
        org.andromda.cartridges.jsf.taglib.HtmlExtendedDataTableTag
        JSP
        
            backingValue
            false
            false
            The value that backs the regular value
        
        
            identifierColumns
            false
            false
            Any columns that uniquely identify a row
        
        
            id
            false
            false
            java.lang.String
            Every component may have an unique id. Automatically created if omitted.
        
        
            rendered
            false
            false
            java.lang.String
            If false, this component will not be rendered.
        
        
            binding
            false
            false
            java.lang.String
            Component binding.
        
        align           false  false
        border          false  false
        bgcolor         false  false
        cellpadding     false  false
        cellspacing     false  false
        datafld         false  false
        datasrc         false  false
        dataformatas    false  false
        frame           false  false
        rules           false  false
        summary         false  false
        width           false  false
        dir     false  false
        lang    false  false
        style   false  false
        title   false  false
        
            styleClass
            false
            false
            Corresponds to the HTML class attribute.
        
        onclick    false  false
        ondblclick false  false
        onmousedownfalse  false
        onmouseup  false  false
        onmouseoverfalse  false
        onmousemovefalse  false
        onmouseout false  false
        onkeypress false  false
        onkeydown  false  false
        onkeyup    false  false
        
            value
            false
            false
            Supported types see JSF Spec 4.1.3
        
        
            var
            true
            false
        
        
            rows
            false
            false
        
        
            first
            false
            false
        
        
        
            columnClasses
            false
            false
        
        
            footerClass
            false
            false
        
        
            headerClass
            false
            false
        
        
            rowClasses
            false
            false
        
     





© 2015 - 2024 Weber Informatics LLC | Privacy Policy