public class GXHtmlHidden
extends GXHtmlTag
The method {#getContent()} returns the value attribute of the hidden tag.
To create a new hidden tag use GXHtmlTagFactory.intance().newHiddenTag(...)
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the value of the hidden tag
|
String |
getValue() |
void |
initialize()
For internal use
|
void |
setId(String tagId)
Sets the tag ID, also sets the name attribute
|
void |
setValue(String value)
Sets the value of the text field
|
public String getValue()
public void setValue(String value)
value - the value of the hidden tagpublic void setId(String tagId)
tagId - the tag IDpublic void initialize()
public String getContent()
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.