notifyAttributes.ent 3.92 KB
        <property>
            <name>stack</name>
            <classname>java.lang.String</classname>
            <description>
                Id of stack component in which this message will be displayed.
            </description>
            <defaultvalue>null</defaultvalue>
        </property>
        <property>
            <name>sticky</name>
            <classname>boolean</classname>
            <description>
                if you want it to fade out on its own or just sit there
            </description>
            <defaultvalue>false</defaultvalue>
        </property>
        <property>
            <name>stayTime</name>
            <classname>java.lang.Integer</classname>
            <description>
                 the time you want it to be alive for before fading out (milliseconds)
            </description>
            <defaultvalue>8000</defaultvalue>
        </property>
        <property>
            <name>delay</name>
            <classname>java.lang.Integer</classname>
            <description>
                 Miliseconds before component should be shown for the first time.
            </description>
            <defaultvalue>0</defaultvalue>
        </property>
        <property>
            <name>appearAnimation</name>
            <classname>java.lang.String</classname>
            <description>
                The animation to use when displaying and hiding the notice.
                "none", "show", "fade", and "slide" are built in to jQuery.
                Others require jQuery UI.
            </description>
            <defaultvalue>"fade"</defaultvalue>
        </property>
        <property>
            <name>hideAnimation</name>
            <classname>java.lang.String</classname>
            <description>
                The animation to use when displaying and hiding the notice.
                "none", "show", "fade", and "slide" are built in to jQuery.
                Others require jQuery UI.
            </description>
            <defaultvalue>"fade"</defaultvalue>
        </property>
        <property>
            <name>animationSpeed</name>
            <classname>java.lang.Integer</classname>
            <description>
                 animation speed (milliseconds)
            </description>
            <defaultvalue>null</defaultvalue>
        </property>
        <property>
            <name>showHistory</name>
            <classname>boolean</classname>
            <description>
                Display a pull down menu to redisplay previous notices,
                and place the notice in the history.
            </description>
            <defaultvalue>true</defaultvalue>
        </property>
        <property>
            <name>nonblocking</name>
            <classname>boolean</classname>
            <description>
                Non-blocking notice lets the user click elements underneath it.
            </description>
            <defaultvalue>false</defaultvalue>
        </property>
        <property>
            <name>showShadow</name>
            <classname>boolean</classname>
            <description>
                Display a drop shadow.
            </description>
            <defaultvalue>false</defaultvalue>
        </property>
        <property>
            <name>showCloseButton</name>
            <classname>boolean</classname>
            <description>
                Provide a button for the user to manually close the notice.
            </description>
            <defaultvalue>true</defaultvalue>
        </property>
        <property>
            <name>nonblockingOpacity</name>
            <classname>java.lang.Double</classname>
            <description>
                The opacity of the notice (if it's non-blocking) when the mouse is over it.
            </description>
            <defaultvalue>.2</defaultvalue>
        </property>
        <property>
            <name>styleClass</name>
            <classname>java.lang.String</classname>
            <description></description>
        </property>