Uses of Interface
com.hybris.cockpitng.core.model.Observable
-
-
Uses of Observable in com.hybris.backoffice.widgets.fulltextsearch.renderer
Classes in com.hybris.backoffice.widgets.fulltextsearch.renderer that implement Observable Modifier and Type Class Description classFieldQueryFilterExtended data about Fulltext search.classFullTextSearchFilterSimple observable POJO to collect all data available and needed for the fulltext search to perform its' job. -
Uses of Observable in com.hybris.cockpitng.components.validation
Constructors in com.hybris.cockpitng.components.validation with parameters of type Observable Constructor Description AbstractValidatableContainer(Observable model, java.lang.String rootPath) -
Uses of Observable in com.hybris.cockpitng.core.impl
Classes in com.hybris.cockpitng.core.impl that implement Observable Modifier and Type Class Description classDefaultWidgetModel -
Uses of Observable in com.hybris.cockpitng.core.model
Subinterfaces of Observable in com.hybris.cockpitng.core.model Modifier and Type Interface Description interfaceWidgetModelThe widget model holds all data related to a single widget instance. -
Uses of Observable in com.hybris.cockpitng.core.model.impl
Classes in com.hybris.cockpitng.core.model.impl that implement Observable Modifier and Type Class Description classAbstractObservableclassObservableMap<V>Standard map with additional possibilities ofObservableMethods in com.hybris.cockpitng.core.model.impl with parameters of type Observable Modifier and Type Method Description static ValueObserverObserverProxy. createProxy(Observable destination, ObjectValuePath prefix)Creates a proxy observer with strong reference to destinationstatic ValueObserverObserverProxy. createWeakProxy(Observable destination, ObjectValuePath prefix)Creates a proxy observer with weak reference to destination -
Uses of Observable in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state that return Observable Modifier and Type Method Description ObservableEditorState. getValidationObservable() -
Uses of Observable in com.hybris.cockpitng.validation.model
Classes in com.hybris.cockpitng.validation.model that implement Observable Modifier and Type Class Description classValidationResult
-