Class HiddenField

All Implemented Interfaces:
Component, Serializable, Cloneable

public class HiddenField extends Textfield
A HTML hidden field element. <input type=hidden ..
See Also:
  • Constructor Details

    • HiddenField

      public HiddenField()
      Constructs a new empty hiddenField component
    • HiddenField

      public HiddenField(String name, String value)
      Constructor with name and value.
      Parameters:
      name - the name and id of the field.
      value - the value of the field