Uses of Interface
org.jboss.hal.ballroom.form.FormItem
-
Packages that use FormItem Package Description org.jboss.hal.ballroom.autocomplete org.jboss.hal.ballroom.form -
-
Uses of FormItem in org.jboss.hal.ballroom.autocomplete
Methods in org.jboss.hal.ballroom.autocomplete with parameters of type FormItem Modifier and Type Method Description voidAutoComplete. setFormItem(FormItem formItem) -
Uses of FormItem in org.jboss.hal.ballroom.form
Subinterfaces of FormItem in org.jboss.hal.ballroom.form Modifier and Type Interface Description interfaceModelNodeItemMarker interface for form items which manage complex attributes.Classes in org.jboss.hal.ballroom.form that implement FormItem Modifier and Type Class Description classAbstractFormItem<T>Base class for all form item implementations.classButtonItemclassCompositeFormItemA form item composed from a list of other form items.classFileItemclassListItemclassMultiSelectBoxItemclassNumberDoubleItemclassNumberItemclassNumberSelectItemA form item to select from a small set of distinct numbers using a button group.classPreListItemclassPreTextItemclassPropertiesItemclassRadioItemclassSingleSelectBoxItemclassStaticItemclassSwitchItemclassTagsItem<T>classTextBoxItemclassURLItemMethods in org.jboss.hal.ballroom.form that return FormItem Modifier and Type Method Description FormItem<T>FormItemProvider. createFrom(org.jboss.hal.dmr.Property attributeDescription)<I> FormItem<I>AbstractForm. getFormItem(String name)<F> FormItem<F>Form. getFormItem(String name)Methods in org.jboss.hal.ballroom.form that return types with arguments of type FormItem Modifier and Type Method Description Iterable<FormItem>AbstractForm. getBoundFormItems()Iterable<FormItem>Form. getBoundFormItems()Iterable<FormItem>AbstractForm. getFormItems()Iterable<FormItem>Form. getFormItems()Methods in org.jboss.hal.ballroom.form with parameters of type FormItem Modifier and Type Method Description voidDataMapping. populateFormItem(String id, String name, org.jboss.hal.dmr.ModelNode attributeDescription, org.jboss.hal.dmr.ModelNode value, FormItem formItem)voidDefaultMapping. populateFormItem(String id, String name, org.jboss.hal.dmr.ModelNode attributeDescription, org.jboss.hal.dmr.ModelNode value, FormItem formItem)voidSuggestHandler. setFormItem(FormItem formItem)Method parameters in org.jboss.hal.ballroom.form with type arguments of type FormItem Modifier and Type Method Description voidDataMapping. persistModel(String id, T model, Iterable<FormItem> formItems)voidDefaultMapping. persistModel(String id, T model, Iterable<FormItem> formItems)
-