Uses of Interface
com.helger.html.hc.html.IHCHasState
-
Packages that use IHCHasState Package Description com.helger.html.hc.ext com.helger.html.hc.html com.helger.html.hc.html.forms com.helger.html.hc.html.interactive -
-
Uses of IHCHasState in com.helger.html.hc.ext
Classes in com.helger.html.hc.ext that implement IHCHasState Modifier and Type Class Description classHCLinkButtonA special <button> that changes the location of the current page. -
Uses of IHCHasState in com.helger.html.hc.html
Classes in com.helger.html.hc.html with type parameters of type IHCHasState Modifier and Type Interface Description interfaceIHCHasState<IMPLTYPE extends IHCHasState<IMPLTYPE>>Base interface for HC objects that can be enabled and disabled. -
Uses of IHCHasState in com.helger.html.hc.html.forms
Subinterfaces of IHCHasState 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 IHCHasState 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.classHCOptGroupRepresents an HTML <optgroup> elementclassHCOptionRepresents a single option within a select box.classHCRadioButtonRepresents an HTML <input> element of type "radio"classHCSelectRepresents an HTML <select> elementclassHCTextAreaRepresents an HTML <textarea> element -
Uses of IHCHasState in com.helger.html.hc.html.interactive
Classes in com.helger.html.hc.html.interactive that implement IHCHasState Modifier and Type Class Description classHCCommand
-