A B C D E F G I L M N O P Q R S T U V W X

V

validateWidget(InputWidget<?>, Object) - Method in interface com.sysord.mad.validator.WidgetValueValidationService
Validate the value for a widget.
ValidatorDefinition - Interface in com.sysord.mad.configuration
Definition of a widget value validator.
value - Variable in class com.sysord.mad.type.TypedValueImpl
 
valueChanged(T, T) - Method in interface com.sysord.mad.widget.WidgetValueListener
Notifies this listener that the value of the listened widget has changed.
ValueConverterConfiguration - Interface in com.sysord.mad.configuration
Configuration for a value converter.
ValueConverterConfiguration.VALUE_CONVERTER_CATEGORY - Enum in com.sysord.mad.configuration
Category of Value Converter.
valuedElementChanged(EObject, EObject) - Method in interface com.sysord.mad.mao.ValuedElementListener
Notifies this listener that the EObject element of the valued semantic element has changed.
ValuedElementListener - Interface in com.sysord.mad.mao
Listener for valued element changed.
ValuedSemanticElement - Interface in com.sysord.mad.mao
Contains a model element, the corresponding value and information for updating / refreshing.
ValuedSemanticElement.ACCESS_CATEGORY - Enum in com.sysord.mad.mao
Enumeration of the different modes to access an element.
valueOf(String) - Static method in enum com.sysord.mad.configuration.CommandDefinition.COMMAND_CATEGORY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.configuration.UICommandDefinition.UICOMMAND_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.configuration.ValueConverterConfiguration.VALUE_CONVERTER_CATEGORY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.configuration.WidgetConfiguration.WIDGET_CATEGORY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.evaluator.QueryEvaluationContext.RETURN_VALUE_OCCURENCE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.mao.ValuedSemanticElement.ACCESS_CATEGORY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.query.QueryDefinition.OPTIMISATION_LEVEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.query.QueryDefinition.RETURN_VALUE_OCCURENCE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sysord.mad.type.TypeDescriptor.TYPE_CATEGORY
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sysord.mad.configuration.CommandDefinition.COMMAND_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.configuration.UICommandDefinition.UICOMMAND_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.configuration.ValueConverterConfiguration.VALUE_CONVERTER_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.configuration.WidgetConfiguration.WIDGET_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.evaluator.QueryEvaluationContext.RETURN_VALUE_OCCURENCE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.mao.ValuedSemanticElement.ACCESS_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.query.QueryDefinition.OPTIMISATION_LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.query.QueryDefinition.RETURN_VALUE_OCCURENCE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sysord.mad.type.TypeDescriptor.TYPE_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
ViewBuilder - Interface in com.sysord.mad.emitter
A class implementing ViewBuilder can create views based on an EObject semantic element and its TypeConfiguration.
ViewBuilderListener - Interface in com.sysord.mad.emitter
A ViewBuilderListener is notified by ViewBuilders on ViewBuilderListener.ViewBuilderEvents if the event flag corresponds to the listener flags.
ViewBuilderListener.ViewBuilderEvent - Interface in com.sysord.mad.emitter
The ViewBuilderEvent are thrown by ViewBuilders on the ViewBuilderListeners having the corresponding build event flags.
viewChanged(ModelElementView) - Method in interface com.sysord.mad.emitter.ViewChangeListener
Notifies this listener that the given ModelElementView has changed.
ViewChangeListener - Interface in com.sysord.mad.emitter
Listening for ModelElementView's changes.
viewDispose(ModelElementView) - Method in interface com.sysord.mad.emitter.ViewDisposeListener
Notifies this listener the given view has been disposed.
ViewDisposeListener - Interface in com.sysord.mad.emitter
A ViewDisposeListener is notified when the listened view is disposed.
ViewEmitter - Interface in com.sysord.mad.emitter
A ViewEmitter will create a view with the given context.
ViewHolder - Interface in com.sysord.mad.emitter
The ViewHolder contains the created views.
viewVisible(ModelElementView, boolean) - Method in interface com.sysord.mad.emitter.ViewVisibleListener
Notifies this listener the visibility state of the given view has changed.
ViewVisibleListener - Interface in com.sysord.mad.emitter
A ViewVisibleListener is notified when the visibility state of a listened view has changed.
visibilityChanged(boolean) - Method in interface com.sysord.mad.widget.WidgetVisibilityListener
Notifies this listener that the visibility of the listened widget has changed.
visit(Widget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(OutputWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(InputWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(ActionWidget) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(ListWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(NavigationWidget) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(SingleSelectWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(MultiSelectWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(SelectWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(BasicTypeWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(TextDslWidget) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(ElementDslWidget) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(FlexibleWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(ComposedWidget<T>) - Method in class com.sysord.mad.widget.AbstractWidgetVisitor
 
visit(Widget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given widget.
visit(OutputWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given output widget.
visit(InputWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given input widget.
visit(ActionWidget) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given action widget.
visit(ListWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given list widget.
visit(NavigationWidget) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given navigation widget.
visit(SingleSelectWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given single-select widget.
visit(MultiSelectWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given multi-select widget.
visit(SelectWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given select widget.
visit(BasicTypeWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given basic-type widget.
visit(FlexibleWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given flexible widget.
visit(TextDslWidget) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given text DSL widget.
visit(ElementDslWidget) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given element DSL widget.
visit(ComposedWidget<T>) - Method in interface com.sysord.mad.widget.WidgetVisitor
Visits the given composed widget.

A B C D E F G I L M N O P Q R S T U V W X