public static class PageRenderResponse.Editable extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
element
ID of the DOM element of the editable
|
protected String |
partname
Partname
|
protected boolean |
readonly
Readonly
|
Constructor and Description |
---|
Editable()
Empty constructor
|
Editable(String element,
String partname,
boolean readonly)
Create an instance for an editable
|
Modifier and Type | Method and Description |
---|---|
String |
getElement() |
String |
getPartname() |
boolean |
isReadonly() |
void |
setElement(String element) |
void |
setPartname(String partname) |
void |
setReadonly(boolean readonly) |
protected String element
protected String partname
protected boolean readonly
public String getElement()
public void setElement(String element)
element
- the element id to setpublic String getPartname()
public void setPartname(String partname)
partname
- the partname to setpublic boolean isReadonly()
public void setReadonly(boolean readonly)
readonly
- the readonly to setCopyright © 2024 Gentics Software. All rights reserved.