Package com.saperion.ngc.iform
Class PaneDescription
java.lang.Object
com.saperion.ngc.iform.PaneDescription
This class parses the PaneLayoutString property of a QBE form and creates a layout that can be
used in the Web Client.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPaneDescription(String xmlString) Creates a new PaneDescription by reading the PaneLayoutString property of a mask. -
Method Summary
-
Constructor Details
-
PaneDescription
public PaneDescription(String xmlString) throws SAXException, IOException, ParserConfigurationException Creates a new PaneDescription by reading the PaneLayoutString property of a mask.- Parameters:
xmlString- CodeJock XML string- Throws:
ParserConfigurationException- when the XML parser was not configured properlyIOException- IOException when reading the XML dataSAXException- when parsing the XML data failed
-
-
Method Details
-
getLayout
- Returns:
- Layout object
-
getPaneCount
public final int getPaneCount()- Returns:
- the paneCount
-
getClient
public final int getClient()- Returns:
- the client
-