Uses of Class
com.storedobject.ui.CardGrid
Packages that use CardGrid
-
Uses of CardGrid in com.storedobject.ui
Subclasses of CardGrid in com.storedobject.uiModifier and TypeClassDescriptionclassObjectCardGrid<T extends StoredObject>ObjectCardGrid is a specializedCardGriddesigned to work with objects of typeStoredObject.Methods in com.storedobject.ui that return CardGridModifier and TypeMethodDescriptionCardDashboard.getGrid()Retrieves theCardGridassociated with thisCardDashboard.Constructors in com.storedobject.ui with parameters of type CardGridModifierConstructorDescriptionCardDashboard(String caption, CardGrid<T> grid) Constructs a newCardDashboardinstance with the specified caption and grid layout.