ApplinX 9.7.0.0000 API Specification
com.sabratec.j2ee.framework.web.taglib

Class GXAnchorTag

    • Constructor Summary

      Constructors 
      Constructor and Description
      GXAnchorTag() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void setHref(java.lang.String value)
      Called by the JSP page for setting the href attribute to the tag output HTML.
      void setOnclick(java.lang.String value)
      Called by the JSP page for setting the onclick attribute to the HTML tag output.
      void setOnmouseout(java.lang.String value)
      Called by the JSP page for setting the onmouseout attribute to the tag output HTML.
      void setOnmouseover(java.lang.String value)
      Called by the JSP page for setting the onmouseover attribute to the tag output HTML.
      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" ...>
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
ApplinX API Specification

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