Uses of Class
com.netgrif.application.engine.petrinet.domain.views.View
-
Packages that use View Package Description com.netgrif.application.engine.importer.service com.netgrif.application.engine.petrinet.domain.dataset com.netgrif.application.engine.petrinet.domain.views -
-
Uses of View in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service that return View Modifier and Type Method Description View
ViewFactory. buildImageView(Data data)
View
ViewFactory. buildListView(Data data)
View
ViewFactory. buildView(Data data)
-
Uses of View in com.netgrif.application.engine.petrinet.domain.dataset
Methods in com.netgrif.application.engine.petrinet.domain.dataset that return View Modifier and Type Method Description View
Field. getView()
Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type View Modifier and Type Method Description void
Field. setView(View view)
-
Uses of View in com.netgrif.application.engine.petrinet.domain.views
Subclasses of View in com.netgrif.application.engine.petrinet.domain.views Modifier and Type Class Description class
BooleanImageView
class
EditorView
class
HtmlEditorView
class
ListView
class
TableView
class
TreeView
Constructor parameters in com.netgrif.application.engine.petrinet.domain.views with type arguments of type View Constructor Description QView(com.querydsl.core.types.Path<? extends View> path)
-