com.bankframe.fe.html
Class Hidden
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Hidden
public class Hidden
- extends HTMLWidget
This class implements a HTML hidden widget.
Method Summary |
String |
toHTML()
This method returns a HTML representation of this widget. |
Hidden
public Hidden(String name,
String value)
- Constructor.
- Parameters:
name
- name of this hidden fieldvalue
- value of this hidden field
toHTML
public String toHTML()
- This method returns a HTML representation of this widget.
- Specified by:
toHTML
in class HTMLWidget
- Returns:
- a string containing HTML markup
Copyright © 2005, 2007, Oracle. All rights reserved.