| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| license agreements. See the NOTICE file distributed with this work for additional |
| information regarding copyright ownership. The ASF licenses this file to |
| you under the Apache License, Version 2.0 (the "License"); you may not use |
| this file except in compliance with the License. You may obtain a copy of |
| the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| by applicable law or agreed to in writing, software distributed under the |
| License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| OF ANY KIND, either express or implied. See the License for the specific |
| language governing permissions and limitations under the License. --> |
| <bs:grid |
| xsi:schemaLocation="https://causeway.apache.org/applib/layout/component https://causeway.apache.org/applib/layout/component/component.xsd https://causeway.apache.org/applib/layout/grid/bootstrap3 https://causeway.apache.org/applib/layout/grid/bootstrap3/bootstrap3.xsd" |
| xmlns:bs="https://causeway.apache.org/applib/layout/grid/bootstrap3" |
| xmlns:cpt="https://causeway.apache.org/applib/layout/component" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| |
| <bs:row> |
| <bs:col span="10" unreferencedActions="true"> |
| <cpt:domainObject /> |
| <cpt:action id="actionReturning"/> |
| <cpt:action id="actionReturningCollection"/> |
| </bs:col> |
| <bs:col span="2"> |
| <cpt:fieldSet name="" id="sources" /> |
| </bs:col> |
| </bs:row> |
| |
| <bs:row> |
| <bs:col span="6"> |
| <cpt:fieldSet name="Read Only Properties" id="read-only-properties"/> |
| <cpt:fieldSet name="Editable Properties" id="editable-properties"/> |
| <cpt:fieldSet name="Optional Properties" id="optional-properties"/> |
| <cpt:fieldSet name="Contributed by Mixins" id="contributed"/> |
| <cpt:fieldSet name="@PropertyLayout(labelPosition=...)" id="label-positions"/> |
| <cpt:fieldSet name="Other" id="other" unreferencedProperties="true"/> |
| </bs:col> |
| <bs:col span="6"> |
| <cpt:fieldSet name="Description" id="description" > |
| <cpt:action id="clearHints" position="PANEL" /> |
| <cpt:action id="rebuildMetamodel" position="PANEL"/> |
| <cpt:action id="downloadLayout" position="PANEL_DROPDOWN"/> |
| <cpt:action id="inspectMetamodel" position="PANEL_DROPDOWN"/> |
| <cpt:action id="downloadMetamodelXml" position="PANEL_DROPDOWN"/> |
| <cpt:action id="downloadJdoMetamodel" position="PANEL_DROPDOWN"/> |
| <cpt:action id="recentCommands" position="PANEL_DROPDOWN"/> |
| <cpt:action id="recentExecutions" position="PANEL_DROPDOWN"/> |
| <cpt:action id="recentAuditTrailEntries" position="PANEL_DROPDOWN"/> |
| <cpt:action id="impersonateWithRoles" position="PANEL_DROPDOWN"/> |
| <cpt:action id="openRestApi" position="PANEL_DROPDOWN" /> |
| <cpt:property id="description"/> |
| </cpt:fieldSet> |
| </bs:col> |
| </bs:row> |
| <bs:row> |
| <bs:col span="12" unreferencedCollections="true"/> |
| </bs:row> |
| |
| </bs:grid> |