Package com.iizigo.link.ui
Class UIBuildData
java.lang.Object
com.iizigo.link.ui.UIBuildData
Build data class.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponent
(UIComp comp, ComplexOperation op) Adds the layout operation when the first components is added.
Field Details
linkOperations
The link operations.
Constructor Details
UIBuildData
Constructor.
Method Details
addComponent
Adds the layout operation when the first components is added.- Parameters:
comp
- Component to add.op
- The complex operation.- Throws:
PropException
- For property errors.