Class HiddenField<T>

    • Constructor Detail

      • HiddenField

        public HiddenField​(String id)
        Construct.
        Parameters:
        id - component id
      • HiddenField

        public HiddenField​(String id,
                           Class<T> type)
        Construct.
        Parameters:
        id - component id
        type - the type to use when updating the model for this text field
      • HiddenField

        public HiddenField​(String id,
                           IModel<T> model)
        Construct.
        Parameters:
        id - see Component
        model - the model
    • Method Detail