Uses of Interface
org.jboss.hal.ballroom.form.FormItem
-
-
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(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, ModelNode attributeDescription, ModelNode value, FormItem formItem)voidDefaultMapping. populateFormItem(String id, String name, ModelNode attributeDescription, 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) -
Uses of FormItem in org.jboss.hal.client.configuration.subsystem.elytron
Classes in org.jboss.hal.client.configuration.subsystem.elytron that implement FormItem Modifier and Type Class Description classPermissionSetsItem -
Uses of FormItem in org.jboss.hal.client.runtime.subsystem.elytron
Classes in org.jboss.hal.client.runtime.subsystem.elytron that implement FormItem Modifier and Type Class Description classIdentityAttributeItem -
Uses of FormItem in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type FormItem Modifier and Type Method Description static <T> voidNameI18n. localize(FormItem<T> formItem)static <T> booleanNameI18n. shouldBeLocalized(FormItem<T> formItem) -
Uses of FormItem in org.jboss.hal.core.expression
Classes in org.jboss.hal.core.expression that implement FormItem Modifier and Type Class Description classExpressionItemA special form item which is used to resolve expressions. -
Uses of FormItem in org.jboss.hal.core.mbui.dialog
Classes in org.jboss.hal.core.mbui.dialog that implement FormItem Modifier and Type Class Description classNameItemA text box item useful for add resource dialogs. -
Uses of FormItem in org.jboss.hal.core.mbui.form
Methods in org.jboss.hal.core.mbui.form that return FormItem Modifier and Type Method Description <F> FormItem<F>GroupedForm. getFormItem(String name)Methods in org.jboss.hal.core.mbui.form that return types with arguments of type FormItem Modifier and Type Method Description Iterable<FormItem>GroupedForm. getBoundFormItems()Iterable<FormItem>GroupedForm. getFormItems()Methods in org.jboss.hal.core.mbui.form with parameters of type FormItem Modifier and Type Method Description GroupedForm.Builder<T>GroupedForm.Builder. unboundFormItem(FormItem formItem)GroupedForm.Builder<T>GroupedForm.Builder. unboundFormItem(FormItem formItem, int position)GroupedForm.Builder<T>GroupedForm.Builder. unboundFormItem(FormItem formItem, int position, com.google.gwt.safehtml.shared.SafeHtml helpText)ModelNodeForm.Builder<T>ModelNodeForm.Builder. unboundFormItem(FormItem formItem)ModelNodeForm.Builder<T>ModelNodeForm.Builder. unboundFormItem(FormItem formItem, int position)ModelNodeForm.Builder<T>ModelNodeForm.Builder. unboundFormItem(FormItem formItem, int position, com.google.gwt.safehtml.shared.SafeHtml helpText)Constructors in org.jboss.hal.core.mbui.form with parameters of type FormItem Constructor Description RequiredByValidation(FormItem<T> formItem, Collection<String> requiredBy, ModelNodeForm form, Constants constants, Messages messages) -
Uses of FormItem in org.jboss.hal.core.ui
Classes in org.jboss.hal.core.ui that implement FormItem Modifier and Type Class Description classFileFormItemForm item used in the logging subsystem to configure the complex attributefilewhich is roughly defined asclassTuplesListItemForm item which is used for some attributes which are defined as
-