Modifier and Type | Class and Description |
---|---|
class |
AbstractTouchUIDialogElement |
class |
DefaultTouchUIDialogElement |
class |
TouchUIDialog |
Modifier and Type | Class and Description |
---|---|
class |
Container |
class |
Section |
Modifier and Type | Field and Description |
---|---|
protected List<TouchUIDialogElement> |
ContainerParameters.items |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
SectionParameters.getRenderCondition() |
TouchUIDialogElement |
ContainerParameters.getRenderCondition() |
Modifier and Type | Method and Description |
---|---|
List<TouchUIDialogElement> |
ContainerParameters.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
ContainerParameters.addItem(TouchUIDialogElement element) |
void |
SectionParameters.setRenderCondition(TouchUIDialogElement renderCondition) |
void |
ContainerParameters.setRenderCondition(TouchUIDialogElement renderCondition) |
Modifier and Type | Class and Description |
---|---|
class |
Items |
Modifier and Type | Interface and Description |
---|---|
interface |
Layout |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLayoutElement |
Modifier and Type | Class and Description |
---|---|
class |
Column |
Modifier and Type | Class and Description |
---|---|
class |
FixedColumnsLayout |
class |
FixedColumnsLayoutElement |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
FixedColumnsLayoutElementParameters.getRenderCondition() |
Modifier and Type | Method and Description |
---|---|
void |
FixedColumnsLayoutElementParameters.setRenderCondition(TouchUIDialogElement renderCondition) |
Modifier and Type | Class and Description |
---|---|
class |
TabsLayout |
class |
TabsLayoutElement |
Modifier and Type | Class and Description |
---|---|
class |
WellLayout |
class |
WellLayoutElement |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTouchUIWidget |
class |
SimpleTouchUIWidget |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompleteCoral3Widget |
class |
AutoCompleteWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
AutoCompleteWidgetParameters.getDatasource() |
TouchUIDialogElement |
AutoCompleteWidgetParameters.getOptions() |
TouchUIDialogElement |
AutoCompleteWidgetParameters.getValues() |
TouchUIDialogElement |
AutoCompleteWidgetMaker.make(AutoCompleteWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
void |
AutoCompleteWidgetParameters.setDatasource(TouchUIDialogElement datasource) |
void |
AutoCompleteWidgetParameters.setOptions(TouchUIDialogElement options) |
void |
AutoCompleteWidgetParameters.setValues(TouchUIDialogElement values) |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompleteOptions |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompleteValues |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxCoral3Widget |
class |
CheckboxWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
CheckboxWidgetMaker.make(CheckboxWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
DataSource |
Modifier and Type | Class and Description |
---|---|
class |
DateFieldCoral3Widget |
class |
DateFieldWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
DateFieldWidgetMaker.make(DateFieldWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeCoral3Widget |
class |
DateTimeWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
DateTimeWidgetMaker.make(DateTimeWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
DialogFieldSetCoral3Widget |
class |
DialogFieldSetWidget |
Modifier and Type | Field and Description |
---|---|
protected List<TouchUIDialogElement> |
DialogFieldSetWidgetParameters.items |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
DialogFieldSetWidgetMaker.make(DialogFieldSetWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
List<TouchUIDialogElement> |
DialogFieldSetWidgetParameters.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
DialogFieldSetWidgetParameters.addItem(TouchUIDialogElement item) |
Modifier and Type | Method and Description |
---|---|
void |
DialogFieldSetWidgetParameters.setItems(List<TouchUIDialogElement> items) |
Modifier and Type | Method and Description |
---|---|
static TouchUIDialogElement |
TouchUIWidgetFactory.make(TouchUIWidgetMakerParameters widgetMakerParameters,
int rankingCeiling) |
Modifier and Type | Class and Description |
---|---|
class |
FileUploadCoral3Widget |
class |
FileUploadWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
FileUploadWidgetMaker.make(FileUploadWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
HiddenWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
HiddenWidgetMaker.make(HiddenWidgetParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
HideDialogFieldWidget |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
HideDialogFieldWidgetMaker.make(HideDialogFieldWidgetParameters parameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
TouchUIWidgetMaker.make() |
TouchUIDialogElement |
AbstractTouchUIWidgetMaker.make() |
TouchUIDialogElement |
DefaultTouchUIWidgetMaker.make(DefaultTouchUIWidgetParameters widgetParameters) |
protected abstract TouchUIDialogElement |
AbstractTouchUIWidgetMaker.make(T parameters) |
Modifier and Type | Class and Description |
---|---|
class |
MultiFieldCoral3Widget |
class |
MultiFieldWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
MultiFieldWidgetMaker.make(MultiFieldWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
NumberFieldCoral3Widget |
class |
NumberFieldWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
NumberFieldWidgetMaker.make(NumberFieldWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
PathFieldCoral3Widget |
class |
PathFieldWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
PathFieldWidgetMaker.make(PathFieldWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
RadioGroupCoral3Widget |
class |
RadioGroupWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
RadioGroupWidgetMaker.make(RadioGroupWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
CUI |
class |
Popover |
class |
Popovers |
class |
RichTextEditorWidget |
class |
Toolbar |
class |
UISettings |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
RichTextEditorWidgetMaker.make(RichTextEditorWidgetParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
SelectionFieldCoral3Widget |
class |
SelectionFieldWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
SelectionFieldWidgetMaker.make(SelectionFieldWidgetParameters widgetParameters) |
protected TouchUIDialogElement |
SelectionFieldWidgetMaker.makeRadioGroup() |
protected TouchUIDialogElement |
SelectionFieldWidgetMaker.makeSelection(Selection selectionField,
SelectionFieldWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
Option |
class |
Options |
Modifier and Type | Class and Description |
---|---|
class |
SizeFieldWidget |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
SizeFieldWidgetMaker.make(SizeFieldWidgetParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
SmartImageWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
SmartImageWidgetMaker.make(SmartImageWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
SwitchCoral3Widget |
class |
SwitchWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
SwitchWidgetMaker.make(SwitchWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
TagFieldWidget
Touch UI Tag Field Widget
|
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
TagFieldWidgetMaker.make(TagFieldWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
TagInputFieldCoral3Widget |
class |
TagInputFieldWidget |
Modifier and Type | Class and Description |
---|---|
class |
TagsDataSource |
Modifier and Type | Class and Description |
---|---|
class |
TagsPickerWidget
Touch UI Tags Picker Widget
|
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
TagsPickerWidgetMaker.make(TagsPickerWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
TextAreaCoral3Widget |
class |
TextAreaWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
TextAreaWidgetMaker.make(TextAreaWidgetParameters widgetParameters) |
Modifier and Type | Class and Description |
---|---|
class |
TextFieldCoral3Widget |
class |
TextFieldWidget |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
TextFieldWidgetMaker.make(TextFieldWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
Class<? extends TouchUIDialogElement> |
TouchUIWidgetConfigHolder.getWidgetClass() |
Constructor and Description |
---|
TouchUIWidgetConfigHolder(Class<?> annotationClass,
Class<? extends TouchUIDialogElement> widgetClass,
Class<? extends TouchUIWidgetMaker> makerClass,
String resourceType,
int ranking,
String featureFlag) |
Copyright © 2019 ICF Olson. All rights reserved.