Uses of Class
com.helger.html.hc.html.forms.HCOption
-
Packages that use HCOption Package Description com.helger.html.hc.html.forms -
-
Uses of HCOption in com.helger.html.hc.html.forms
Methods in com.helger.html.hc.html.forms that return HCOption Modifier and Type Method Description HCOptionAbstractHCSelect. addOption(HCOption aOption)HCOptionIHCSelect. addOption(HCOption aOption)default HCOptionIHCSelect. addOption(String sText)default HCOptionIHCSelect. addOption(String sText, boolean bSelected)default HCOptionIHCSelect. addOption(String sValue, String sText)default HCOptionIHCSelect. addOption(String sValue, String sText, boolean bSelected)default HCOptionIHCSelect. addOption(String sValue, String sText, String sSelectedValue)HCOptionAbstractHCSelect. addOptionAt(int nIndex, HCOption aOption)HCOptionIHCSelect. addOptionAt(int nIndex, HCOption aOption)Add a new option at the specified index.default HCOptionIHCSelect. addOptionAt(int nIndex, String sValue, String sText)Add a new option at the specified index.HCOptionAbstractHCSelect. getFirstSelectedOption()HCOptionIHCSelect. getFirstSelectedOption()HCOptionAbstractHCSelect. getOptionAtIndex(int nIndex)HCOptionIHCSelect. getOptionAtIndex(int nIndex)Get the option at the specified indexHCOptionHCOption. setDisabled(boolean bDisabled)HCOptionHCOption. setLabel(String sLabel)HCOptionHCOption. setSelected(boolean bSelected)HCOptionHCOption. setValue(String sValue)Methods in com.helger.html.hc.html.forms that return types with arguments of type HCOption Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<HCOption>AbstractHCSelect. getAllOptions()com.helger.commons.collection.impl.ICommonsList<HCOption>IHCSelect. getAllOptions()com.helger.commons.collection.impl.ICommonsList<HCOption>AbstractHCSelect. getAllSelectedOptions()com.helger.commons.collection.impl.ICommonsList<HCOption>IHCSelect. getAllSelectedOptions()Methods in com.helger.html.hc.html.forms with parameters of type HCOption Modifier and Type Method Description HCOptionAbstractHCSelect. addOption(HCOption aOption)HCOptionIHCSelect. addOption(HCOption aOption)HCOptionAbstractHCSelect. addOptionAt(int nIndex, HCOption aOption)HCOptionIHCSelect. addOptionAt(int nIndex, HCOption aOption)Add a new option at the specified index.protected voidAbstractHCSelect. onAddOption(HCOption aOption)Callback
-