Class TabPropertiesDeliveryTransform

    • Constructor Detail

      • TabPropertiesDeliveryTransform

        public TabPropertiesDeliveryTransform()
        Default constructor. Initializes the formal parameters.
    • Method Detail

      • renderContentsBody

        public void renderContentsBody​(MarkupOutput out)
        Description copied from class: AbstractTabTransform
        Method that renders the main contents of the transform, according to the information available on the bean. This method can be customized if users would like to obtain a different output for the same given bean.
        Specified by:
        renderContentsBody in class AbstractTabTransform
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
      • initializeJavaScriptAttributes

        public void initializeJavaScriptAttributes()
        Description copied from class: AbstractTabTransform
        For JavaScript, certain properties are required to be added to the HTML tags to generate for its integration with the code generated for the feature to work in DHTML environments. This method assigns values to these attributes, so they can be displayed together with the tags they represent. If a value is set to be null, it won't be included on the HTML tag definition. By default, it includes the definition of values for properties such as styFrame, tyFrame and scriptClassFrame.
        Overrides:
        initializeJavaScriptAttributes in class AbstractTabTransform
      • initializeCss

        public void initializeCss()
        Description copied from class: AbstractTabTransform
        Initializes the Css Classes to use. For each one of the css classes to use, the prefix indicated on the formal parameter is added to the name of the class to use.
        Overrides:
        initializeCss in class AbstractTabTransform
      • renderAssociatedUsersSection

        public void renderAssociatedUsersSection​(MarkupOutput out)