|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.layout.LayoutDescriptor
public class LayoutDescriptor
Provides a descriptor of a page layout for the purposes of its integration in the Layouts panel
| Constructor Summary | |
|---|---|
LayoutDescriptor(String layoutID,
String name,
String description,
String iconURL,
String layoutXML)
Constructor of the layout descriptor |
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of the layout |
String |
getIconURL()
Returns the URL of the icon associated with the layout |
String |
getLayoutID()
Returns the ID of the layout |
String |
getLayoutXML()
Returns an XML representation of the layout |
String |
getName()
Returns the name of the layout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutDescriptor(String layoutID,
String name,
String description,
String iconURL,
String layoutXML)
layoutID - the ID of the layoutname - the name of the layoutdescription - the description of the layouticonURL - the URL of the icon associated with the layoutlayoutXML - an XML representation of the layout| Method Detail |
|---|
public String getDescription()
public String getIconURL()
public String getLayoutID()
public String getLayoutXML()
public String getName()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||