CollectionLayoutData
Describes the layout of a single collection, broadly corresponds to the org.apache.causeway.applib.annotation.CollectionLayout annotation.
API
CollectionLayoutData.java
class CollectionLayoutData {
CollectionLayoutData()
CollectionLayoutData(String id)
String getId() (1)
void setId(String id)
String getCssClass()
void setCssClass(String cssClass)
String getDescribedAs()
void setDescribedAs(String describedAs)
String getDefaultView() (2)
void setDefaultView(String defaultView)
Where getHidden()
void setHidden(Where hidden)
String getNamed()
void setNamed(String named)
Integer getPaged()
void setPaged(Integer paged)
String getSortedBy()
void setSortedBy(String sortedBy)
Class<? extends TableDecorator> getTableDecorator()
void setTableDecorator(Class<? extends TableDecorator> tableDecorator)
List<ActionLayoutData> getActions()
void setActions(List<ActionLayoutData> actionLayoutDatas)
CollectionLayoutDataOwner getOwner() (3)
void setOwner(CollectionLayoutDataOwner owner)
String getMetadataError() (4)
void setMetadataError(String metadataError)
Link getLink() (5)
void setLink(Link link)
String toString()
}
1 | getId()
Collection identifier, being the getter method without 'get' prefix, first letter lower cased. |
2 | getDefaultView()
Typically |
3 | getOwner()
Owner. |
4 | getMetadataError()
For diagnostics; populated by the framework if and only if a metadata error. |
5 | getLink()
The link to access this resource from the REST API (Restful Objects viewer). |