public class DemoLayoutDescriptor extends Object implements DemoLayout
Modifier and Type | Field and Description |
---|---|
protected boolean |
addForm |
protected boolean |
hideEditMode |
protected boolean |
hideViewMode |
protected boolean |
listing |
protected String |
name |
protected String |
sourcePath |
protected boolean |
useAjaxForm |
Constructor and Description |
---|
DemoLayoutDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getSourcePath() |
boolean |
isAddForm() |
boolean |
isHideEditMode() |
boolean |
isHideViewMode() |
boolean |
isListing() |
boolean |
isUseAjaxForm() |
protected String sourcePath
protected boolean listing
protected boolean hideViewMode
protected boolean hideEditMode
protected boolean addForm
protected boolean useAjaxForm
public DemoLayoutDescriptor()
public String getName()
getName
in interface DemoLayout
public String getSourcePath()
getSourcePath
in interface DemoLayout
public boolean isListing()
isListing
in interface DemoLayout
public boolean isHideViewMode()
isHideViewMode
in interface DemoLayout
public boolean isHideEditMode()
isHideEditMode
in interface DemoLayout
public boolean isAddForm()
isAddForm
in interface DemoLayout
public boolean isUseAjaxForm()
isUseAjaxForm
in interface DemoLayout
Copyright © 2018 Nuxeo. All rights reserved.