Uses of Interface
com.storedobject.core.StoredObjectLink
Packages that use StoredObjectLink
-
Uses of StoredObjectLink in com.storedobject.core
Classes in com.storedobject.core that implement StoredObjectLinkFields in com.storedobject.core declared as StoredObjectLinkMethods in com.storedobject.core that return StoredObjectLinkModifier and TypeMethodDescriptiondefault StoredObjectLink
<T> StoredObjectLink.copy()
static <O extends StoredObject>
StoredObjectLink<O> StoredObjectLink.create
(StoredObjectUtility.Link<O> link, StoredObject master) final StoredObjectLink
<?> StoredObject.objectLink
(StoredObjectUtility.Link<?> sLink) Get the object link associated with this instance.final StoredObjectLink
<?> StoredObject.objectLink
(String name) Get the object link associated with this instance.final StoredObjectLink
<?> StoredObject.objectLink
(String name, boolean create) Get the object link associated with this instance.Methods in com.storedobject.core that return types with arguments of type StoredObjectLinkModifier and TypeMethodDescriptionfinal List
<StoredObjectLink<?>> StoredObject.objectLinks()
Get the list of object links associated with this instance.final List
<StoredObjectLink<?>> StoredObject.objectLinks
(boolean create) Get the list of object links associated with this instance. -
Uses of StoredObjectLink in com.storedobject.ui
Subinterfaces of StoredObjectLink in com.storedobject.uiMethods in com.storedobject.ui that return StoredObjectLinkModifier and TypeMethodDescriptiondefault StoredObjectLink
<T> LinkGrid.getOldValue()
ObjectLinkField.getOldValue()
ObjectLinkField.getValue()
Methods in com.storedobject.ui that return types with arguments of type StoredObjectLinkModifier and TypeMethodDescriptioncom.vaadin.flow.component.HasValue
<?, StoredObjectLink<?>> ObjectEditor.getExtraInfoField()
Get the extra info field if exists.Methods in com.storedobject.ui with parameters of type StoredObjectLinkModifier and TypeMethodDescriptiondefault void
LinkGrid.setValue
(StoredObjectLink<T> value) void
ObjectLinkField.setValue
(StoredObjectLink<T> value) Method parameters in com.storedobject.ui with type arguments of type StoredObjectLinkModifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
ObjectLinkField.addValueChangeListener
(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.HasValue.ValueChangeEvent<StoredObjectLink<T>>> valueChangeListener) -
Uses of StoredObjectLink in com.storedobject.ui.util
Classes in com.storedobject.ui.util that implement StoredObjectLink