Uses of Interface
it.tidalwave.role.SimpleComposite
-
Packages that use SimpleComposite Package Description it.tidalwave.role it.tidalwave.role.ui -
-
Uses of SimpleComposite in it.tidalwave.role
Fields in it.tidalwave.role with type parameters of type SimpleComposite Modifier and Type Field Description static java.lang.Class<SimpleComposite>
SimpleComposite. _SimpleComposite_
Methods in it.tidalwave.role that return SimpleComposite Modifier and Type Method Description static <U> SimpleComposite<U>
SimpleComposite. of(Finder<U> finder)
Returns a wrappedSimpleComposite
on a givenFinder
static <U> SimpleComposite<U>
SimpleComposite. ofCloned(java.util.Collection<? extends U> items)
Returns a wrappedSimpleComposite
on a given collection of elements. -
Uses of SimpleComposite in it.tidalwave.role.ui
Fields in it.tidalwave.role.ui with type parameters of type SimpleComposite Modifier and Type Field Description static As.Type<SimpleComposite<PresentationModel>>
PresentationModel. _SimpleCompositeOfPresentationModel_
-