Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
Modifier and Type | Class and Description |
---|---|
static class |
EldaView.BasicView
Built-in view named
basic . |
static class |
EldaView.DescriptionView
Built-in view named
all . |
Modifier and Type | Method and Description |
---|---|
EldaView |
Page.currentView()
Return the current view, if we can determine what it is.
|
EldaView |
Page.findViewByName(String viewName)
Return the view that has the given name
|
Modifier and Type | Method and Description |
---|---|
List<EldaView> |
Page.views() |
Modifier and Type | Method and Description |
---|---|
int |
EldaView.compareTo(EldaView o)
When comparing views in order to sort them, sort them in order of the view name
|
Copyright © 2014. All Rights Reserved.