ActionLayoutData

Describes the layout of a single action, broadly corresponding to org.apache.causeway.applib.annotation.ActionLayout .

API

ActionLayoutData.java
class ActionLayoutData {
  ActionLayoutData()
  ActionLayoutData(String id)
  String getId()     (1)
  void setId(String id)
  String getCssClass()
  void setCssClass(String cssClass)
  String getCssClassFa()
  void setCssClassFa(String cssClassFa)
  CssClassFaPosition getCssClassFaPosition()
  void setCssClassFaPosition(CssClassFaPosition cssClassFaPosition)
  String getDescribedAs()
  void setDescribedAs(String describedAs)
  Where getHidden()
  void setHidden(Where hidden)
  String getNamed()
  void setNamed(String named)
  org.apache.causeway.applib.annotation.ActionLayout.Position getPosition()
  void setPosition(org.apache.causeway.applib.annotation.ActionLayout.Position position)
  PromptStyle getPromptStyle()
  void setPromptStyle(PromptStyle promptStyle)
  Redirect getRedirect()
  void setRedirect(Redirect redirect)
  ActionLayoutDataOwner getOwner()     (2)
  void setOwner(ActionLayoutDataOwner owner)
  String getMetadataError()     (3)
  void setMetadataError(String metadataError)
  Link getLink()     (4)
  void setLink(Link link)
  String toString()
}
1 getId()

Method name.

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).

Members

getId()

Method name.

Overloaded methods are not supported.

getOwner()

Owner.

Set programmatically by framework after reading in from XML.

getMetadataError()

For diagnostics; populated by the framework if and only if a metadata error.

The link to access this resource from the REST API (Restful Objects viewer).

Populated by the framework automatically.