Uses of Interface
com.helger.html.hc.IHCHasName
-
Packages that use IHCHasName Package Description com.helger.html.hc com.helger.html.hc.ext com.helger.html.hc.html.embedded com.helger.html.hc.html.forms com.helger.html.hc.html.grouping com.helger.html.hc.html.textlevel -
-
Uses of IHCHasName in com.helger.html.hc
Classes in com.helger.html.hc with type parameters of type IHCHasName Modifier and Type Interface Description interfaceIHCHasName<IMPLTYPE extends IHCHasName<IMPLTYPE>>Base interface for a node having a name -
Uses of IHCHasName in com.helger.html.hc.ext
Classes in com.helger.html.hc.ext that implement IHCHasName Modifier and Type Class Description classHCA_JSclassHCA_MailToclassHCLinkButtonA special <button> that changes the location of the current page. -
Uses of IHCHasName in com.helger.html.hc.html.embedded
Classes in com.helger.html.hc.html.embedded that implement IHCHasName Modifier and Type Class Description classHCMapRepresents an HTML <map> element -
Uses of IHCHasName in com.helger.html.hc.html.forms
Subinterfaces of IHCHasName 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.interfaceIHCForm<IMPLTYPE extends IHCForm<IMPLTYPE>>Interface for FORMsinterfaceIHCInput<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 IHCHasName 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>>classAbstractHCForm<IMPLTYPE extends AbstractHCForm<IMPLTYPE>>Represents an HTML <form> elementclassAbstractHCInput<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"classHCFormRepresents an HTML <form> elementclassHCHiddenFieldRepresents 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 -
Uses of IHCHasName in com.helger.html.hc.html.grouping
Subinterfaces of IHCHasName in com.helger.html.hc.html.grouping Modifier and Type Interface Description interfaceIHCDiv<IMPLTYPE extends IHCDiv<IMPLTYPE>>Interface for DIVsClasses in com.helger.html.hc.html.grouping that implement IHCHasName Modifier and Type Class Description classAbstractHCDiv<IMPLTYPE extends AbstractHCDiv<IMPLTYPE>>Represents an HTML <div> element with open semantics.classHCDivRepresents an HTML <DIV> element -
Uses of IHCHasName in com.helger.html.hc.html.textlevel
Subinterfaces of IHCHasName in com.helger.html.hc.html.textlevel Modifier and Type Interface Description interfaceIHCA<IMPLTYPE extends IHCA<IMPLTYPE>>Interface for AsClasses in com.helger.html.hc.html.textlevel that implement IHCHasName Modifier and Type Class Description classAbstractHCA<IMPLTYPE extends AbstractHCA<IMPLTYPE>>Represents an HTML <a> elementclassHCARepresents an HTML <a> element
-