Class DataCollectionValuesContainerWindowBuilder
java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic.DataCollectionValuesContainerWindowBuilder
Object used to build a
DataCollectionValuesContainer.- Since:
- 12.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuild the window.protected XMLTreebuildXML()Class<?> Returns the base page class.protected StringgetSheet()Returns the sheet.makeBuilder(DataCollectionSheetInstance sheet, Class<?> basePageClass) Make the builder.voidsetBasePageClass(Class<?> basePageClass) Sets the base page class.voidSets the sheet.
-
Field Details
-
sheet
-
basePageClass
-
-
Constructor Details
-
DataCollectionValuesContainerWindowBuilder
public DataCollectionValuesContainerWindowBuilder()
-
-
Method Details
-
getSheet
Returns the sheet.- Returns:
- the sheet
-
setSheet
Sets the sheet.- Parameters:
sheet- the sheet
-
getBasePageClass
Returns the base page class.- Returns:
- the base page class
-
setBasePageClass
Sets the base page class.- Parameters:
basePageClass- the base page class
-
makeBuilder
public static DataCollectionValuesContainerWindowBuilder makeBuilder(DataCollectionSheetInstance sheet, Class<?> basePageClass) Make the builder.- Parameters:
sheet- theDataCollectionSheetInstancebasePageClass- the base page class- Returns:
- the data collection values container window builder
-
buildWindow
Build the window.- Returns:
- the window
- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-
getPath
-
buildXML
- Throws:
DAValidateException
-