Class GeneratedFlashComponent

    • Field Detail

      • PLAY

        public static final java.lang.String PLAY
        Qualifier of the FlashComponent.play attribute
        See Also:
        Constant Field Values
      • LOOP

        public static final java.lang.String LOOP
        Qualifier of the FlashComponent.loop attribute
        See Also:
        Constant Field Values
      • MENU

        public static final java.lang.String MENU
        Qualifier of the FlashComponent.menu attribute
        See Also:
        Constant Field Values
      • QUALITY

        public static final java.lang.String QUALITY
        Qualifier of the FlashComponent.quality attribute
        See Also:
        Constant Field Values
      • SCALE

        public static final java.lang.String SCALE
        Qualifier of the FlashComponent.scale attribute
        See Also:
        Constant Field Values
      • WMODE

        public static final java.lang.String WMODE
        Qualifier of the FlashComponent.wmode attribute
        See Also:
        Constant Field Values
      • SALIGN

        public static final java.lang.String SALIGN
        Qualifier of the FlashComponent.sAlign attribute
        See Also:
        Constant Field Values
      • BGCOLOR

        public static final java.lang.String BGCOLOR
        Qualifier of the FlashComponent.bgcolor attribute
        See Also:
        Constant Field Values
      • WIDTH

        public static final java.lang.String WIDTH
        Qualifier of the FlashComponent.width attribute
        See Also:
        Constant Field Values
      • HEIGHT

        public static final java.lang.String HEIGHT
        Qualifier of the FlashComponent.height attribute
        See Also:
        Constant Field Values
      • PAGELABELORID

        public static final java.lang.String PAGELABELORID
        Qualifier of the FlashComponent.pageLabelOrId attribute
        See Also:
        Constant Field Values
      • PAGE

        public static final java.lang.String PAGE
        Qualifier of the FlashComponent.page attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedFlashComponent

        public GeneratedFlashComponent()
    • Method Detail

      • getBgcolor

        public java.lang.String getBgcolor​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.bgcolor attribute.
        Returns:
        the bgcolor
      • getBgcolor

        public java.lang.String getBgcolor()
        Generated method - Getter of the FlashComponent.bgcolor attribute.
        Returns:
        the bgcolor
      • setBgcolor

        public void setBgcolor​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the FlashComponent.bgcolor attribute.
        Parameters:
        value - the bgcolor
      • setBgcolor

        public void setBgcolor​(java.lang.String value)
        Generated method - Setter of the FlashComponent.bgcolor attribute.
        Parameters:
        value - the bgcolor
      • createItem

        protected Item createItem​(SessionContext ctx,
                                  ComposedType type,
                                  Item.ItemAttributeMap allAttributes)
                           throws JaloBusinessException
        Description copied from class: Item
        Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

        In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
        Sn example:

        
         public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
         ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
         man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
         // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
         SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
         super.getNonInitialAttributes( ctx, allAttributes );
         // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
        
         
        Overrides:
        createItem in class AbstractBannerComponent
        Parameters:
        ctx - the current session context which this item is created within
        type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
        Returns:
        the new item instance
        Throws:
        JaloBusinessException - indicates an error during creation - any changes will be rollbacked
      • getHeight

        public java.lang.Integer getHeight​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.height attribute.
        Returns:
        the height
      • getHeight

        public java.lang.Integer getHeight()
        Generated method - Getter of the FlashComponent.height attribute.
        Returns:
        the height
      • getHeightAsPrimitive

        public int getHeightAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.height attribute.
        Returns:
        the height
      • getHeightAsPrimitive

        public int getHeightAsPrimitive()
        Generated method - Getter of the FlashComponent.height attribute.
        Returns:
        the height
      • setHeight

        public void setHeight​(SessionContext ctx,
                              java.lang.Integer value)
        Generated method - Setter of the FlashComponent.height attribute.
        Parameters:
        value - the height
      • setHeight

        public void setHeight​(java.lang.Integer value)
        Generated method - Setter of the FlashComponent.height attribute.
        Parameters:
        value - the height
      • setHeight

        public void setHeight​(SessionContext ctx,
                              int value)
        Generated method - Setter of the FlashComponent.height attribute.
        Parameters:
        value - the height
      • setHeight

        public void setHeight​(int value)
        Generated method - Setter of the FlashComponent.height attribute.
        Parameters:
        value - the height
      • isLoop

        public java.lang.Boolean isLoop​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.loop attribute.
        Returns:
        the loop
      • isLoop

        public java.lang.Boolean isLoop()
        Generated method - Getter of the FlashComponent.loop attribute.
        Returns:
        the loop
      • isLoopAsPrimitive

        public boolean isLoopAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.loop attribute.
        Returns:
        the loop
      • isLoopAsPrimitive

        public boolean isLoopAsPrimitive()
        Generated method - Getter of the FlashComponent.loop attribute.
        Returns:
        the loop
      • setLoop

        public void setLoop​(SessionContext ctx,
                            java.lang.Boolean value)
        Generated method - Setter of the FlashComponent.loop attribute.
        Parameters:
        value - the loop
      • setLoop

        public void setLoop​(java.lang.Boolean value)
        Generated method - Setter of the FlashComponent.loop attribute.
        Parameters:
        value - the loop
      • setLoop

        public void setLoop​(SessionContext ctx,
                            boolean value)
        Generated method - Setter of the FlashComponent.loop attribute.
        Parameters:
        value - the loop
      • setLoop

        public void setLoop​(boolean value)
        Generated method - Setter of the FlashComponent.loop attribute.
        Parameters:
        value - the loop
      • isMenu

        public java.lang.Boolean isMenu​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.menu attribute.
        Returns:
        the menu
      • isMenu

        public java.lang.Boolean isMenu()
        Generated method - Getter of the FlashComponent.menu attribute.
        Returns:
        the menu
      • isMenuAsPrimitive

        public boolean isMenuAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.menu attribute.
        Returns:
        the menu
      • isMenuAsPrimitive

        public boolean isMenuAsPrimitive()
        Generated method - Getter of the FlashComponent.menu attribute.
        Returns:
        the menu
      • setMenu

        public void setMenu​(SessionContext ctx,
                            java.lang.Boolean value)
        Generated method - Setter of the FlashComponent.menu attribute.
        Parameters:
        value - the menu
      • setMenu

        public void setMenu​(java.lang.Boolean value)
        Generated method - Setter of the FlashComponent.menu attribute.
        Parameters:
        value - the menu
      • setMenu

        public void setMenu​(SessionContext ctx,
                            boolean value)
        Generated method - Setter of the FlashComponent.menu attribute.
        Parameters:
        value - the menu
      • setMenu

        public void setMenu​(boolean value)
        Generated method - Setter of the FlashComponent.menu attribute.
        Parameters:
        value - the menu
      • getPage

        public ContentPage getPage​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.page attribute.
        Returns:
        the page
      • getPage

        public ContentPage getPage()
        Generated method - Getter of the FlashComponent.page attribute.
        Returns:
        the page
      • setPage

        public void setPage​(SessionContext ctx,
                            ContentPage value)
        Generated method - Setter of the FlashComponent.page attribute.
        Parameters:
        value - the page
      • setPage

        public void setPage​(ContentPage value)
        Generated method - Setter of the FlashComponent.page attribute.
        Parameters:
        value - the page
      • getPageLabelOrId

        public abstract java.lang.String getPageLabelOrId​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.pageLabelOrId attribute.
        Returns:
        the pageLabelOrId
      • getPageLabelOrId

        public java.lang.String getPageLabelOrId()
        Generated method - Getter of the FlashComponent.pageLabelOrId attribute.
        Returns:
        the pageLabelOrId
      • isPlay

        public java.lang.Boolean isPlay​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.play attribute.
        Returns:
        the play
      • isPlay

        public java.lang.Boolean isPlay()
        Generated method - Getter of the FlashComponent.play attribute.
        Returns:
        the play
      • isPlayAsPrimitive

        public boolean isPlayAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.play attribute.
        Returns:
        the play
      • isPlayAsPrimitive

        public boolean isPlayAsPrimitive()
        Generated method - Getter of the FlashComponent.play attribute.
        Returns:
        the play
      • setPlay

        public void setPlay​(SessionContext ctx,
                            java.lang.Boolean value)
        Generated method - Setter of the FlashComponent.play attribute.
        Parameters:
        value - the play
      • setPlay

        public void setPlay​(java.lang.Boolean value)
        Generated method - Setter of the FlashComponent.play attribute.
        Parameters:
        value - the play
      • setPlay

        public void setPlay​(SessionContext ctx,
                            boolean value)
        Generated method - Setter of the FlashComponent.play attribute.
        Parameters:
        value - the play
      • setPlay

        public void setPlay​(boolean value)
        Generated method - Setter of the FlashComponent.play attribute.
        Parameters:
        value - the play
      • getQuality

        public EnumerationValue getQuality​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.quality attribute.
        Returns:
        the quality
      • getQuality

        public EnumerationValue getQuality()
        Generated method - Getter of the FlashComponent.quality attribute.
        Returns:
        the quality
      • setQuality

        public void setQuality​(SessionContext ctx,
                               EnumerationValue value)
        Generated method - Setter of the FlashComponent.quality attribute.
        Parameters:
        value - the quality
      • setQuality

        public void setQuality​(EnumerationValue value)
        Generated method - Setter of the FlashComponent.quality attribute.
        Parameters:
        value - the quality
      • getSAlign

        public EnumerationValue getSAlign​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.sAlign attribute.
        Returns:
        the sAlign
      • getSAlign

        public EnumerationValue getSAlign()
        Generated method - Getter of the FlashComponent.sAlign attribute.
        Returns:
        the sAlign
      • setSAlign

        public void setSAlign​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the FlashComponent.sAlign attribute.
        Parameters:
        value - the sAlign
      • setSAlign

        public void setSAlign​(EnumerationValue value)
        Generated method - Setter of the FlashComponent.sAlign attribute.
        Parameters:
        value - the sAlign
      • getScale

        public EnumerationValue getScale​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.scale attribute.
        Returns:
        the scale
      • getScale

        public EnumerationValue getScale()
        Generated method - Getter of the FlashComponent.scale attribute.
        Returns:
        the scale
      • setScale

        public void setScale​(SessionContext ctx,
                             EnumerationValue value)
        Generated method - Setter of the FlashComponent.scale attribute.
        Parameters:
        value - the scale
      • setScale

        public void setScale​(EnumerationValue value)
        Generated method - Setter of the FlashComponent.scale attribute.
        Parameters:
        value - the scale
      • getWidth

        public java.lang.Integer getWidth​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.width attribute.
        Returns:
        the width
      • getWidth

        public java.lang.Integer getWidth()
        Generated method - Getter of the FlashComponent.width attribute.
        Returns:
        the width
      • getWidthAsPrimitive

        public int getWidthAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.width attribute.
        Returns:
        the width
      • getWidthAsPrimitive

        public int getWidthAsPrimitive()
        Generated method - Getter of the FlashComponent.width attribute.
        Returns:
        the width
      • setWidth

        public void setWidth​(SessionContext ctx,
                             java.lang.Integer value)
        Generated method - Setter of the FlashComponent.width attribute.
        Parameters:
        value - the width
      • setWidth

        public void setWidth​(java.lang.Integer value)
        Generated method - Setter of the FlashComponent.width attribute.
        Parameters:
        value - the width
      • setWidth

        public void setWidth​(SessionContext ctx,
                             int value)
        Generated method - Setter of the FlashComponent.width attribute.
        Parameters:
        value - the width
      • setWidth

        public void setWidth​(int value)
        Generated method - Setter of the FlashComponent.width attribute.
        Parameters:
        value - the width
      • getWmode

        public EnumerationValue getWmode​(SessionContext ctx)
        Generated method - Getter of the FlashComponent.wmode attribute.
        Returns:
        the wmode
      • getWmode

        public EnumerationValue getWmode()
        Generated method - Getter of the FlashComponent.wmode attribute.
        Returns:
        the wmode
      • setWmode

        public void setWmode​(SessionContext ctx,
                             EnumerationValue value)
        Generated method - Setter of the FlashComponent.wmode attribute.
        Parameters:
        value - the wmode
      • setWmode

        public void setWmode​(EnumerationValue value)
        Generated method - Setter of the FlashComponent.wmode attribute.
        Parameters:
        value - the wmode