Uses of Interface
com.storedobject.vaadin.HasThemeStyle
Packages that use HasThemeStyle
Package
Description
-
Uses of HasThemeStyle in com.storedobject.ui
Subinterfaces of HasThemeStyle in com.storedobject.uiModifier and TypeInterfaceDescriptioninterface
IdInput<T extends StoredObject>
Fields that can inputId
values.interface
ObjectInput<T extends StoredObject>
Fields that can input a given type ofStoredObject
value.Classes in com.storedobject.ui that implement HasThemeStyleModifier and TypeClassDescriptionclass
AbstractObjectField<T extends StoredObject>
The base field for accepting aStoredObject
instance.class
class
ObjectCodeField<T extends StoredObject>
In many situations, aStoredObject
instance may contain a code attribute (a String attribute that looks like a code - part number of an inventory item for example) and this field accept such codes for inputting the object instance.class
ObjectComboField<T extends StoredObject>
class
ObjectField<T extends StoredObject>
A field that can be used to acceptId
values.class
ObjectFormField<T extends StoredObject>
class
ObjectGetField<T extends StoredObject>
A field to accept instances ofStoredObject
s that are searchable using some keywords.class
ObjectListField<T extends StoredObject>
class
ObjectSearcherField<T extends StoredObject>
class
ObjectSearchField<T extends StoredObject>
class
-
Uses of HasThemeStyle in com.storedobject.ui.accounts
Classes in com.storedobject.ui.accounts that implement HasThemeStyle -
Uses of HasThemeStyle in com.storedobject.ui.inventory
Subinterfaces of HasThemeStyle in com.storedobject.ui.inventoryModifier and TypeInterfaceDescriptioninterface
ItemInput<T extends InventoryItem>
Fields that can input a given type ofInventoryItem
value.Classes in com.storedobject.ui.inventory that implement HasThemeStyleModifier and TypeClassDescriptionclass
AssemblyItemField<I extends InventoryItem>
Field to accept an item that is fitted on an assembly.class
class
ItemComboField<I extends InventoryItem>
class
ItemField<I extends InventoryItem>
Field to accept an instance of theInventoryItem
with provision to input part number.class
ItemGetField<I extends InventoryItem>
Field to accept an instance of theInventoryItem
from direct search words.class
ItemTypeGetField<T extends InventoryItemType>
class
Location field for accepting inventory locations. -
Uses of HasThemeStyle in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement HasThemeStyle -
Uses of HasThemeStyle in com.storedobject.ui.util
Subinterfaces of HasThemeStyle in com.storedobject.ui.utilModifier and TypeInterfaceDescriptioninterface
AbstractObjectInput<T extends StoredObject>
Methods used by fields for inputtingStoredObject
s orId
s.interface
DelegatedIdInput<T extends StoredObject>
interface
DelegatedObjectInput<T extends StoredObject>
-
Uses of HasThemeStyle in com.storedobject.vaadin
Subinterfaces of HasThemeStyle in com.storedobject.vaadinModifier and TypeInterfaceDescriptioninterface
Interface to mark that a class has theme styles of badge.interface
Slight enhancements to Vaadin'sHasElement
interface.interface
Element that has an Icon.interface
Element that has a square shape (equal width and height).Classes in com.storedobject.vaadin that implement HasThemeStyleModifier and TypeClassDescriptionclass
A component that is decorated like a badge.class
Icons with badge style.static class
Component that represents a "breadcrumb".class
Enhancements to VaadinButton
.class
Vaadin Flow wrapper around the Web Component: Paper Icon Button.class
A confirm button is a button whose "click handler" will be invoked only after a further confirmation obtained from the user.class
Enhancements to Vaadin's Icon to handle other collections in a generic way.class
A button that shows only an icon.class
A button that can pop up some other set of components when clicked.Methods in com.storedobject.vaadin that return HasThemeStyleModifier and TypeMethodDescriptiondefault HasThemeStyle
HasThemeStyle.asPrimary()
Make it primary style.default HasThemeStyle
HasThemeStyle.asSmall()
Make it small.