Uses of Interface
com.helger.html.hc.html.forms.IHCHasFocus
-
Packages that use IHCHasFocus Package Description com.helger.html.hc.ext com.helger.html.hc.html.forms -
-
Uses of IHCHasFocus in com.helger.html.hc.ext
Classes in com.helger.html.hc.ext that implement IHCHasFocus Modifier and Type Class Description classHCLinkButtonA special <button> that changes the location of the current page. -
Uses of IHCHasFocus in com.helger.html.hc.html.forms
Classes in com.helger.html.hc.html.forms with type parameters of type IHCHasFocus Modifier and Type Interface Description interfaceIHCHasFocus<IMPLTYPE extends IHCHasFocus<IMPLTYPE>>Base interface for focusable objects.Subinterfaces of IHCHasFocus in com.helger.html.hc.html.forms Modifier and Type Interface Description interfaceIHCButton<IMPLTYPE extends IHCButton<IMPLTYPE>>interfaceIHCControl<IMPLTYPE extends IHCControl<IMPLTYPE>>Base interface for controls like edit, checkbox, radio button, select or text area.interfaceIHCInput<IMPLTYPE extends IHCInput<IMPLTYPE>>Base interface for controls base on <input> area.interfaceIHCSelect<IMPLTYPE extends IHCSelect<IMPLTYPE>>Interface for definition itemsinterfaceIHCTextArea<IMPLTYPE extends IHCTextArea<IMPLTYPE>>Interface for TEXTAREAsClasses in com.helger.html.hc.html.forms that implement IHCHasFocus Modifier and Type Class Description classAbstractHCButton<IMPLTYPE extends AbstractHCButton<IMPLTYPE>>Represents an HTML <button> element with type "button"classAbstractHCCheckBox<IMPLTYPE extends AbstractHCCheckBox<IMPLTYPE>>Represents an HTML <input> element with type "checkbox"classAbstractHCControl<IMPLTYPE extends AbstractHCControl<IMPLTYPE>>classAbstractHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>classAbstractHCRadioButton<IMPLTYPE extends AbstractHCRadioButton<IMPLTYPE>>Represents an HTML <input> element of type "radio"classAbstractHCSelect<IMPLTYPE extends AbstractHCSelect<IMPLTYPE>>Represents an HTML <select> elementclassAbstractHCTextArea<IMPLTYPE extends AbstractHCTextArea<IMPLTYPE>>Represents an HTML <textarea> elementclassHCButtonRepresents an HTML <button> element with type "button"classHCButton_ResetRepresents an HTML <button> element with type "reset"classHCButton_SubmitRepresents an HTML <button> element with type "submit"classHCCheckBoxRepresents an HTML <input> element with type "checkbox"classHCEditRepresents an HTML <input> element with type "text"classHCEditFileRepresents an HTML <input> element with type "file"classHCEditPasswordRepresents an HTML <input> element with type "password"classHCHiddenFieldRepresents an HTML <input> element with type "hidden"classHCInputRepresents a generic HTML <input> element.
For concrete elements seeHCCheckBox,HCEdit,HCEditFile,HCEditPassword,HCHiddenFieldandHCRadioButton.classHCRadioButtonRepresents an HTML <input> element of type "radio"classHCSelectRepresents an HTML <select> elementclassHCTextAreaRepresents an HTML <textarea> element
-