PropertyLayoutData
Describes the layout of a single property, broadly corresponds to the org.apache.causeway.applib.annotation.PropertyLayout annotation.
API
PropertyLayoutData.java
class PropertyLayoutData {
PropertyLayoutData()
PropertyLayoutData(String id)
String getId() (1)
void setId(String id)
String getCssClass()
void setCssClass(String cssClass)
String getDescribedAs()
void setDescribedAs(String describedAs)
Where getHidden()
void setHidden(Where hidden)
LabelPosition getLabelPosition()
void setLabelPosition(LabelPosition labelPosition)
Integer getMultiLine()
void setMultiLine(Integer multiLine)
String getNamed()
void setNamed(String named)
PromptStyle getPromptStyle()
void setPromptStyle(PromptStyle promptStyle)
int getDateRenderAdjustDays()
void setDateRenderAdjustDays(int dateRenderAdjustDays)
Integer getTypicalLength()
void setTypicalLength(Integer typicalLength)
Repainting getRepainting()
void setRepainting(Repainting repainting)
List<ActionLayoutData> getActions()
void setActions(List<ActionLayoutData> actionLayoutDatas)
FieldSet getOwner() (2)
void setOwner(FieldSet owner)
String getMetadataError() (3)
void setMetadataError(String metadataError)
Link getLink() (4)
void setLink(Link link)
String toString()
}
1 | getId()
Property identifier, being the getter method without 'get' or 'is' prefix, first letter lower cased. |
2 | getOwner()
Owner. |
3 | getMetadataError()
For diagnostics; populated by the framework if and only if a metadata error. |
4 | getLink()
The link to access this resource from the REST API (Restful Objects viewer). |