Modifier and Type | Method and Description |
---|---|
DialogElement |
DialogFieldSetWidgetMaker.make(DialogFieldSetWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
static Dialog |
DialogFactory.make(javassist.CtClass componentClass,
WidgetRegistry widgetRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool) |
static DialogElement |
WidgetFactory.make(WidgetMakerParameters parameters,
int rankingCeiling) |
Modifier and Type | Method and Description |
---|---|
javassist.CtClass |
AbstractWidgetMaker.getCtType() |
Class<?> |
AbstractWidgetMaker.getType() |
DialogElement |
WidgetMaker.make() |
DialogElement |
AbstractWidgetMaker.make() |
protected abstract DialogElement |
AbstractWidgetMaker.make(T parameters) |
Constructor and Description |
---|
WidgetMakerParameters(DialogFieldConfig dialogField,
Class<?> containingClass,
ClassLoader classLoader,
javassist.ClassPool classPool,
WidgetRegistry widgetRegistry,
String xtype,
boolean useDotSlashInName) |
Modifier and Type | Method and Description |
---|---|
DialogElement |
MultifieldWidgetMaker.make(MultiFieldWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
protected List<DialogElement> |
SelectionWidgetMaker.buildSelectionOptionsForField(Selection selectionAnnotation) |
DialogElement |
SelectionWidgetMaker.make(SelectionWidgetParameters parameters) |
Modifier and Type | Method and Description |
---|---|
static List<Dialog> |
DialogUtil.buildDialogsFromClassList(ComponentNameTransformer transformer,
List<javassist.CtClass> classList,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zipOutputStream,
Set<String> reservedNames,
WidgetRegistry widgetRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix)
Constructs a list of Dialog objects based on Classes annotated by
Component annotations.
|
Modifier and Type | Method and Description |
---|---|
static void |
ComponentMojoUtil.buildArchiveFileForProjectAndClassList(List<javassist.CtClass> classList,
WidgetRegistry widgetRegistry,
TouchUIWidgetRegistry touchUIWidgetRegistry,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
String defaultComponentGroup,
File existingArchiveFile,
File tempArchiveFile,
ComponentNameTransformer transformer,
boolean generateTouchUiDialogs,
boolean useCoral3Dialogs,
boolean generateClassicUiDialogs)
Add files to the already constructed Archive file by creating a new
Archive file, appending the contents of the existing Archive file to it,
and then adding additional entries for the newly constructed artifacts.
|
Modifier and Type | Method and Description |
---|---|
static List<Option> |
TouchUIDialogUtil.getOptionsForSelection(Selection selectionAnnotation,
Class<?> type,
ClassLoader classLoader,
javassist.ClassPool classPool)
Deprecated.
|
static List<Option> |
TouchUIDialogUtil.getOptionsForSelection(Selection selectionAnnotation,
DefaultTouchUIWidgetParameters widgetParameters,
Class<?> type,
ClassLoader classLoader,
javassist.ClassPool classPool) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
AutoCompleteWidgetMaker.make(AutoCompleteWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
CheckboxWidgetMaker.make(CheckboxWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
DialogFieldSetWidgetMaker.make(DialogFieldSetWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
static TouchUIDialogElement |
TouchUIWidgetFactory.make(TouchUIWidgetMakerParameters widgetMakerParameters,
int rankingCeiling) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
FileUploadWidgetMaker.make(FileUploadWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
HideDialogFieldWidgetMaker.make(HideDialogFieldWidgetParameters parameters) |
Modifier and Type | Method and Description |
---|---|
javassist.CtClass |
AbstractTouchUIWidgetMaker.getCtType() |
Class<?> |
AbstractTouchUIWidgetMaker.getType() |
TouchUIDialogElement |
TouchUIWidgetMaker.make() |
TouchUIDialogElement |
AbstractTouchUIWidgetMaker.make() |
TouchUIDialogElement |
DefaultTouchUIWidgetMaker.make(DefaultTouchUIWidgetParameters widgetParameters) |
protected abstract TouchUIDialogElement |
AbstractTouchUIWidgetMaker.make(T parameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
MultiFieldWidgetMaker.make(MultiFieldWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
PathFieldWidgetMaker.make(PathFieldWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
RadioGroupWidgetMaker.make(RadioGroupWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
RichTextEditorWidgetMaker.make(RichTextEditorWidgetParameters parameters) |
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 | Method and Description |
---|---|
protected TouchUIDialogElement |
SizeFieldWidgetMaker.make(SizeFieldWidgetParameters parameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
SmartImageWidgetMaker.make(SmartImageWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
SwitchWidgetMaker.make(SwitchWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
TagFieldWidgetMaker.make(TagFieldWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
protected TouchUIDialogElement |
TagsPickerWidgetMaker.make(TagsPickerWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
TouchUIDialogElement |
TextAreaWidgetMaker.make(TextAreaWidgetParameters widgetParameters) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
ComponentUtil.getTypeForMember(javassist.CtMember ctMember,
Class<?> containingClass) |
Copyright © 2019 ICF Olson. All rights reserved.