Class HtmlInputHidden

All Implemented Interfaces:
EditableValueHolder, PartialStateHolder, StateHolder, TransientStateHolder, ValueHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener

public class HtmlInputHidden extends UIInput

Represents an HTML input element of type hidden.

By default, the rendererType property must be set to "jakarta.faces.Hidden". This value can be changed by calling the setRendererType() method.

  • Field Details Link icon

    • COMPONENT_TYPE Link icon

      public static final String COMPONENT_TYPE

      The standard component type for this component.

      See Also:
  • Constructor Details Link icon

    • HtmlInputHidden Link icon

      public HtmlInputHidden()