Package | Description |
---|---|
org.mixer2.jaxb.xhtml | |
org.mixer2.xhtml | |
org.mixer2.xhtml.util |
Modifier and Type | Field and Description |
---|---|
protected List<Option> |
Optgroup.option |
Modifier and Type | Method and Description |
---|---|
Option |
ObjectFactory.createOption()
Create an instance of
Option |
Modifier and Type | Method and Description |
---|---|
List<Option> |
Optgroup.getOption()
Gets the value of the option property.
|
Modifier and Type | Method and Description |
---|---|
static Option |
TagCreator.option() |
static Option |
TagCreator.optionWithId(String id) |
Modifier and Type | Method and Description |
---|---|
static Option |
FormUtil.makeOption(LabelValueBean bean)
LabelValueBeanをもとに、ひとつのoptionタグを返します。
|
static Option |
FormUtil.makeOption(String value,
String label)
ラベルとvalueをもとに、ひとつのoptionタグを返します。
|
Modifier and Type | Method and Description |
---|---|
static List<Option> |
FormUtil.makeOptionList(Collection<LabelValueBean> list,
List<Option> resultList)
LabelValueBeanのリストをもとに、optionタグのlistを返します。
|
Modifier and Type | Method and Description |
---|---|
static List<Option> |
FormUtil.makeOptionList(Collection<LabelValueBean> list,
List<Option> resultList)
LabelValueBeanのリストをもとに、optionタグのlistを返します。
|
Copyright © 2021 Project Mixer2. All rights reserved.