| Package | Description |
|---|---|
| org.jboss.hal.ballroom.autocomplete | |
| org.jboss.hal.ballroom.form |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoComplete.setFormItem(FormItem formItem) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelNodeItem
Marker interface for form items which manage complex attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormItem<T>
Base class for all form item implementations.
|
class |
ButtonItem |
class |
CompositeFormItem
A form item composed from a list of other form items.
|
class |
FileItem |
class |
ListItem |
class |
MultiSelectBoxItem |
class |
NumberItem |
class |
NumberSelectItem
A form item to select from a small set of distinct numbers using a button group.
|
class |
PasswordItem |
class |
PreListItem |
class |
PreTextItem |
class |
PropertiesItem |
class |
SingleSelectBoxItem |
class |
StaticItem |
class |
SwitchItem |
class |
TagsItem<T> |
class |
TextBoxItem |
class |
URLItem |
| Modifier and Type | Method and Description |
|---|---|
FormItem<T> |
FormItemProvider.createFrom(org.jboss.hal.dmr.Property attributeDescription) |
<F> FormItem<F> |
Form.getFormItem(String name) |
<I> FormItem<I> |
AbstractForm.getFormItem(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<FormItem> |
AbstractForm.getBoundFormItems() |
Iterable<FormItem> |
Form.getBoundFormItems() |
Iterable<FormItem> |
AbstractForm.getFormItems() |
Iterable<FormItem> |
Form.getFormItems() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractForm.addFormItem(FormItem formItem,
FormItem... formItems) |
protected void |
AbstractForm.addFormItem(FormItem formItem,
FormItem... formItems) |
void |
DataMapping.populateFormItem(String id,
String name,
org.jboss.hal.dmr.ModelNode attributeDescription,
org.jboss.hal.dmr.ModelNode value,
FormItem formItem) |
void |
DefaultMapping.populateFormItem(String id,
String name,
org.jboss.hal.dmr.ModelNode attributeDescription,
org.jboss.hal.dmr.ModelNode value,
FormItem formItem) |
void |
SuggestHandler.setFormItem(FormItem formItem) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompositeFormItem.addFormItems(List<FormItem> formItems) |
void |
DataMapping.persistModel(String id,
T model,
Iterable<FormItem> formItems) |
void |
DefaultMapping.persistModel(String id,
T model,
Iterable<FormItem> formItems) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.