Package com.iizigo.link.ui
Class UIBuildData
- java.lang.Object
-
- com.iizigo.link.ui.UIBuildData
-
public class UIBuildData extends java.lang.Object
Build data class.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description LinkWizardOperations
linkOperations
The link operations.
-
Constructor Summary
Constructors Constructor Description UIBuildData(LinkWizardOperations linkOperations)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addComponent(UIComp comp, ComplexOperation op)
Adds the layout operation when the first components is added.
-
-
-
Field Detail
-
linkOperations
public final LinkWizardOperations linkOperations
The link operations.
-
-
Constructor Detail
-
UIBuildData
public UIBuildData(LinkWizardOperations linkOperations)
Constructor.
-
-
Method Detail
-
addComponent
public void addComponent(UIComp comp, ComplexOperation op) throws PropException
Adds the layout operation when the first components is added.- Parameters:
comp
- Component to add.op
- The complex operation.- Throws:
PropException
- For property errors.
-
-