Skip navigation links
ApplinX 10.5.0.0000 API Specification
com.sabratec.j2ee.framework.web.taglib

Class GXAnchorTag

    • Constructor Detail

      • GXAnchorTag

        public GXAnchorTag()
    • Method Detail

      • setOnserverclick

        public void setOnserverclick(java.lang.String value)
        Called by the JSP page for setting a server side function name that will be activated when the anchor (link) is clicked.
        Syntax:
        <gx:a id="<TAG_ID>" onserverclick="<SERVER_FUNCTION_NAME>">
        The server side function is in the class which was set in:
        <gx:html gx_context="CONTEXT CLASS" ...>
        Parameters:
        value - The onserverclick function name (without brackets)
      • setOnclick

        public void setOnclick(java.lang.String value)
        Called by the JSP page for setting the onclick attribute to the HTML tag output. If onserverclick is also specified for the tag, the onserverclick will be added before the onclick attribute.
        Overrides:
        setOnclick in class GXAbstractTag
        Parameters:
        value - The onclick attribute value
      • setOnmouseover

        public void setOnmouseover(java.lang.String value)
        Called by the JSP page for setting the onmouseover attribute to the tag output HTML.
        Parameters:
        value - The onmouseover attribute value
      • setOnmouseout

        public void setOnmouseout(java.lang.String value)
        Called by the JSP page for setting the onmouseout attribute to the tag output HTML.
        Parameters:
        value - The onmouseout attribute value
      • setHref

        public void setHref(java.lang.String value)
        Called by the JSP page for setting the href attribute to the tag output HTML.
        Parameters:
        value - The href attribute value

Copyright 2018 Software AG. All rights reserved. Use is subject to license terms.