| Class | Description |
|---|---|
| GXAnchorTag |
This class represents an anchor tag (link) which can be used to activate both client side functionallity and server side functionality.
|
| GXBoldTag | |
| GXCheckBoxTag |
Represents a
<gx:checkbox> dynamic tag. |
| GXDivTag | |
| GXFormTag |
Represents the main form tag in the JSP page.
|
| GXHtmlTag |
This class is the root tag of the JSP page, and the tag that initializes and activates the context class.
|
| GXImageTag | |
| GXInputTag |
This class represents an HTML input tag which can be one of the following types:
text, hidden, password, button, image, submit
. |
| GXJNLPTag | |
| GXPageTag | |
| GXRadioButtonListTag |
This class represents a list of radio buttons.
|
| GXRadioButtonTag |
This class represents a single radio button tag within a radio button list.
|
| GXSelectTag |
This class represents a Select tag (HTML combobox).
|
| GXSpanTag | |
| GXTableTag |
This class creates an HTML table tag according to the specified inner HTML template (tr, td, etc.),
and the specified data table:
. |
| GXTagsAccesorImpl |
Impl.
|
| GXTdTag | |
| GXTextAreaTag |
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.